Skip to content

chore(e2e): update E2E runners to latest versions COMPASS-9086 #6994

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
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
19 changes: 16 additions & 3 deletions .evergreen/buildvariants-and-tasks.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const TEST_PACKAGED_APP_BUILD_VARIANTS = [
{
name: 'test-packaged-app-ubuntu',
display_name: 'Ubuntu 20.04',
run_on: 'ubuntu2004-large',
run_on: 'ubuntu2404-latest-large',
depends_on: 'package-ubuntu',
},
{
Expand All @@ -76,7 +76,7 @@ const TEST_PACKAGED_APP_BUILD_VARIANTS = [
{
name: 'test-packaged-app-rhel',
display_name: 'RHEL 8.0',
run_on: 'rhel80-large',
run_on: 'rhel9-latest-large',
depends_on: 'package-rhel',
},
{
Expand Down Expand Up @@ -104,7 +104,20 @@ const TEST_PACKAGED_APP_BUILD_VARIANTS = [
run_on: 'macos-14-gui',
patchable: false,
depends_on: 'package-macos-x64'
}
},
// {
// name: 'test-packaged-app-macos-15-arm',
// display_name: 'MacOS arm64 15',
// run_on: 'macos-15-arm-gui',
// depends_on: 'package-macos-arm'
// },
// {
// name: 'test-packaged-app-macos-15-x64',
// display_name: 'MacOS x64 15',
// run_on: 'macos-15-gui',
// patchable: false,
// depends_on: 'package-macos-x64'
// }
];

const EOL_SERVER_VERSIONS = [
Expand Down
4 changes: 2 additions & 2 deletions .evergreen/buildvariants-and-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ buildvariants:
- name: test-server-latest-alpha-3
- name: test-packaged-app-ubuntu
display_name: Test Packaged App Ubuntu 20.04
run_on: ubuntu2004-large
run_on: ubuntu2404-latest-large
patchable: true
depends_on:
- name: package-compass
Expand All @@ -193,7 +193,7 @@ buildvariants:
- name: test-packaged-app-3
- name: test-packaged-app-rhel
display_name: Test Packaged App RHEL 8.0
run_on: rhel80-large
run_on: rhel9-latest-large
patchable: true
depends_on:
- name: package-compass
Expand Down