Skip to content

Commit

Permalink
chore(ci): add e2e and smoke tests for MacOS 14 MONGOSH-1834 (#2078)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored Jul 15, 2024
1 parent fe478af commit 3927612
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17640,6 +17640,20 @@ buildvariants:
run_on: rhel83-zseries-small
tasks:
- name: e2e_tests_linux_s390x
- name: e2e_macos14_x64
display_name: "MacOS 14 x64 (E2E Tests)"
run_on: macos-14
expansions:
executable_os_id: darwin-x64
tasks:
- name: e2e_tests_darwin_x64
- name: e2e_macos14_arm64
display_name: "MacOS 14 arm64 (E2E Tests)"
run_on: macos-14-arm64
expansions:
executable_os_id: darwin-arm64
tasks:
- name: e2e_tests_darwin_arm64

- name: win32_unit
display_name: "Windows (Unit tests)"
Expand Down Expand Up @@ -17971,6 +17985,16 @@ buildvariants:
run_on: macos-1300-arm64
tasks:
- name: pkg_test_macos_darwin_arm64
- name: pkg_smoke_tests_macos_1400_x64
display_name: "package smoke tests (macos 14.00 x64)"
run_on: macos-14
tasks:
- name: pkg_test_macos_darwin_x64
- name: pkg_smoke_tests_macos_1400_arm64
display_name: "package smoke tests (macos 14.00 arm64)"
run_on: macos-14-arm64
tasks:
- 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
Expand Down
24 changes: 24 additions & 0 deletions .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1824,6 +1824,20 @@ buildvariants:
run_on: rhel83-zseries-small
tasks:
- name: e2e_tests_linux_s390x
- name: e2e_macos14_x64
display_name: "MacOS 14 x64 (E2E Tests)"
run_on: macos-14
expansions:
executable_os_id: darwin-x64
tasks:
- name: e2e_tests_darwin_x64
- name: e2e_macos14_arm64
display_name: "MacOS 14 arm64 (E2E Tests)"
run_on: macos-14-arm64
expansions:
executable_os_id: darwin-arm64
tasks:
- name: e2e_tests_darwin_arm64

- name: win32_unit
display_name: "Windows (Unit tests)"
Expand Down Expand Up @@ -1925,6 +1939,16 @@ buildvariants:
run_on: macos-1300-arm64
tasks:
- name: pkg_test_macos_darwin_arm64
- name: pkg_smoke_tests_macos_1400_x64
display_name: "package smoke tests (macos 14.00 x64)"
run_on: macos-14
tasks:
- name: pkg_test_macos_darwin_x64
- name: pkg_smoke_tests_macos_1400_arm64
display_name: "package smoke tests (macos 14.00 arm64)"
run_on: macos-14-arm64
tasks:
- 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
Expand Down

0 comments on commit 3927612

Please sign in to comment.