Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Migrate rhel72-zseries to rhel7-zseries MONGOSH-1835 #2238

Merged
merged 9 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17191,7 +17191,7 @@ buildvariants:
- name: compile_artifact
- name: linux_s390x_build
display_name: "RHEL 7.2 s390x (build)"
run_on: rhel72-zseries-large
run_on: rhel7-zseries-large
expansions:
executable_os_id: linux-s390x
tasks:
Expand Down Expand Up @@ -17377,7 +17377,7 @@ buildvariants:
- name: e2e_tests_linux_ppc64le
- name: e2e_rhel72_s390x
display_name: "RHEL 7.2 s390x (E2E Tests)"
run_on: rhel72-zseries-large
run_on: rhel7-zseries-large
tasks:
- name: e2e_tests_linux_s390x_60x
- name: e2e_rhel83_s390x
Expand Down Expand Up @@ -17740,7 +17740,7 @@ buildvariants:
- name: pkg_test_macos_darwin_arm64
- name: pkg_smoke_tests_rhel72_s390x
display_name: "package smoke tests (RHEL 7.2 s390x)"
run_on: rhel72-zseries-small
run_on: rhel7-zseries-small
expansions:
no_automatic_encryption_support: 1
tasks:
Expand Down
6 changes: 3 additions & 3 deletions .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@ buildvariants:
- name: compile_artifact
- name: linux_s390x_build
display_name: "RHEL 7.2 s390x (build)"
run_on: rhel72-zseries-large
run_on: rhel7-zseries-large
expansions:
executable_os_id: linux-s390x
tasks:
Expand Down Expand Up @@ -1870,7 +1870,7 @@ buildvariants:
- name: e2e_tests_linux_ppc64le
- name: e2e_rhel72_s390x
display_name: "RHEL 7.2 s390x (E2E Tests)"
run_on: rhel72-zseries-large
run_on: rhel7-zseries-large
tasks:
- name: e2e_tests_linux_s390x_60x
- name: e2e_rhel83_s390x
Expand Down Expand Up @@ -2005,7 +2005,7 @@ buildvariants:
- name: pkg_test_macos_darwin_arm64
- name: pkg_smoke_tests_rhel72_s390x
display_name: "package smoke tests (RHEL 7.2 s390x)"
run_on: rhel72-zseries-small
run_on: rhel7-zseries-small
expansions:
no_automatic_encryption_support: 1
tasks:
Expand Down
Loading