SERVER-110362: modify push task dependencies on non-windows variants (#40956)
GitOrigin-RevId: cc019f91378bbc1f492f7b08f61023635e950baa
This commit is contained in:
parent
78711fa1b6
commit
c1064af11a
@ -149,10 +149,6 @@ tasks:
|
||||
- name: jsCore
|
||||
- name: run_dbtest
|
||||
- name: replica_sets_jscore_passthrough_gen
|
||||
- name: test_windows_msi
|
||||
variant: "windows"
|
||||
- name: test_windows_msi
|
||||
variant: "enterprise-windows"
|
||||
stepback: false
|
||||
commands:
|
||||
- command: manifest.load
|
||||
|
||||
@ -42,11 +42,13 @@ buildvariants:
|
||||
- name: .development_critical .requires_large_host !.incompatible_community !.incompatible_windows
|
||||
distros:
|
||||
- windows-2022-large
|
||||
- name: .windows_release_critical
|
||||
- name: .release_critical !.requires_large_host !.incompatible_community !.incompatible_windows !publish_packages
|
||||
depends_on: .windows_release_critical
|
||||
- name: .release_critical .requires_large_host !.incompatible_community !.incompatible_windows !publish_packages
|
||||
depends_on: .windows_release_critical
|
||||
distros:
|
||||
- windows-2022-large
|
||||
- name: .windows_release_critical
|
||||
|
||||
- &enterprise-windows-template
|
||||
name: &enterprise-windows enterprise-windows
|
||||
@ -91,11 +93,13 @@ buildvariants:
|
||||
- name: .development_critical .requires_large_host !.incompatible_windows
|
||||
distros:
|
||||
- windows-2022-large
|
||||
- name: .windows_release_critical
|
||||
- name: .release_critical !.requires_large_host !.incompatible_windows !publish_packages
|
||||
depends_on: .windows_release_critical
|
||||
- name: .release_critical .requires_large_host !.incompatible_windows !publish_packages
|
||||
depends_on: .windows_release_critical
|
||||
distros:
|
||||
- windows-2022-large
|
||||
- name: .windows_release_critical
|
||||
|
||||
# This variant is owned by the security team and is special
|
||||
# because these tests require specific distro to run on
|
||||
|
||||
Loading…
Reference in New Issue
Block a user