Skip to content

Commit

Permalink
chore(ci): move macos packaging tasks to arm runners MONGOSH-1915
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Dec 13, 2024
1 parent 18a499e commit 09e6163
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15876,10 +15876,6 @@ buildvariants:
tasks:
- name: compile_artifact
- name: e2e_tests_darwin_x64
- name: package_artifact_darwin_x64
- name: sign_artifact_darwin_x64
- name: package_artifact_darwin_arm64
- name: sign_artifact_darwin_arm64
- name: darwin_arm64
display_name: "MacOS Big Sur (arm64)"
run_on: macos-11-arm64
Expand All @@ -15888,6 +15884,10 @@ buildvariants:
tasks:
- name: compile_artifact
- name: e2e_tests_darwin_arm64
- name: package_artifact_darwin_x64
- name: sign_artifact_darwin_x64
- name: package_artifact_darwin_arm64
- name: sign_artifact_darwin_arm64

- name: linux_compile
display_name: "Ubuntu 20.04 x64 (Compile and Check)"
Expand Down
8 changes: 4 additions & 4 deletions .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1565,10 +1565,6 @@ buildvariants:
tasks:
- name: compile_artifact
- name: e2e_tests_darwin_x64
- name: package_artifact_darwin_x64
- name: sign_artifact_darwin_x64
- name: package_artifact_darwin_arm64
- name: sign_artifact_darwin_arm64
- name: darwin_arm64
display_name: "MacOS Big Sur (arm64)"
run_on: macos-11-arm64
Expand All @@ -1577,6 +1573,10 @@ buildvariants:
tasks:
- name: compile_artifact
- name: e2e_tests_darwin_arm64
- name: package_artifact_darwin_x64
- name: sign_artifact_darwin_x64
- name: package_artifact_darwin_arm64
- name: sign_artifact_darwin_arm64

- name: linux_compile
display_name: "Ubuntu 20.04 x64 (Compile and Check)"
Expand Down

0 comments on commit 09e6163

Please sign in to comment.