Skip to content
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
Update Ubuntu and RHEL runners
  • Loading branch information
kraenhansen committed Jun 10, 2025
commit 474a8e61959c879e8a479fbc029ebbe8e9efeb37
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