@@ -3,7 +3,7 @@ const UNIT_TESTS_BUILD_VARIANTS = [
33  { 
44    name: 'unit-tests-ubuntu', 
55    display_name: 'Unit Tests Ubuntu', 
6-     run_on: 'ubuntu2004 -large', 
6+     run_on: 'ubuntu2204 -large', 
77  }, 
88  { 
99    name: 'unit-tests-windows', 
@@ -59,8 +59,8 @@ const PACKAGE_BUILD_VARIANTS = [
5959const TEST_PACKAGED_APP_BUILD_VARIANTS = [ 
6060  { 
6161    name: 'test-packaged-app-ubuntu', 
62-     display_name: 'Ubuntu 20 .04', 
63-     run_on: 'ubuntu2004 -large', 
62+     display_name: 'Ubuntu 22 .04', 
63+     run_on: 'ubuntu2204 -large', 
6464    depends_on: 'package-ubuntu', 
6565  }, 
6666  { 
@@ -140,7 +140,7 @@ const E2E_TEST_GROUPS = Array.from({ length: E2E_TEST_GROUPS_NUMBER }).map((_, i
140140buildvariants :
141141  - name : check 
142142    display_name : Check 
143-     run_on : ubuntu2004 -large
143+     run_on : ubuntu2204 -large
144144    tasks :
145145      - name : check 
146146
@@ -173,7 +173,7 @@ buildvariants:
173173
174174  - name : smoketest-packaged-app 
175175    display_name : Smoke Test via GitHub Actions 
176-     run_on : ubuntu2004 -large
176+     run_on : ubuntu2204 -large
177177    depends_on :
178178    <% for (const distribution of COMPASS_DISTRIBUTIONS) {  % >
179179    <% for (const buildVariant of PACKAGE_BUILD_VARIANTS) {  % >
@@ -200,7 +200,7 @@ buildvariants:
200200
201201  - name : test-maintained-servers 
202202    display_name : Test Maintained Servers 
203-     run_on : ubuntu2004 -large
203+     run_on : ubuntu2204 -large
204204    patchable : true 
205205    depends_on :
206206      - name : package-compass 
@@ -214,7 +214,7 @@ buildvariants:
214214
215215  - name : test-latest-alpha 
216216    display_name : Test Latest Alpha Server 
217-     run_on : ubuntu2004 -large
217+     run_on : ubuntu2204 -large
218218    patchable : false 
219219    depends_on :
220220      - name : package-compass 
@@ -246,7 +246,7 @@ buildvariants:
246246
247247  - name : publish 
248248    display_name : Publish Artifacts 
249-     run_on : ubuntu2004 -large
249+     run_on : ubuntu2204 -large
250250    tasks :
251251      - name : publish 
252252      - name : publish-dev-release-info 
@@ -259,27 +259,28 @@ buildvariants:
259259
260260  - name : connectivity-tests 
261261    display_name : Connectivity Tests 
262-     run_on : ubuntu2004 -large
262+     run_on : ubuntu2204 -large
263263    tasks :
264264      - name : test-connectivity 
265265
266266  - name : e2e-coverage 
267267    display_name : E2E Coverage 
268-     run_on : ubuntu2004 -large
268+     run_on : ubuntu2204 -large
269269    tasks :
270270    <% for(const group of E2E_TEST_GROUPS) {  % >
271271    - name : e2e-coverage-<%= group.number %> 
272272    <% }  % >
273273
274274  - name : csfle-tests 
275275    display_name : CSFLE Tests 
276-     run_on : ubuntu2004 -large
276+     run_on : ubuntu2204 -large
277277    tasks :
278278      - name : test-csfle 
279279
280280  - name : test-web-sandbox 
281281    display_name : Test Web Sandbox 
282-     run_on : ubuntu2004-large 
282+     #  DEVPROD-22850: On ubuntu24.02, AppArmor blocks electron proxy used in web tests.
283+     run_on : ubuntu2204-large 
283284    tasks :
284285    <% for (const browser of BROWSERS) {  % >
285286    <% for(const group of E2E_TEST_GROUPS) {  % >
@@ -289,19 +290,19 @@ buildvariants:
289290
290291  - name : test-can-bundle-compass-web 
291292    display_name : Test Can Bundle Compass Web 
292-     run_on : ubuntu2004 -large
293+     run_on : ubuntu2204 -large
293294    tasks :
294295      - name : test-can-bundle-compass-web 
295296
296297  - name : test-web-sandbox-atlas-cloud 
297298    display_name : Test Web Sandbox (w/ Atlas Cloud login) 
298-     run_on : ubuntu2004 -large
299+     run_on : ubuntu2204 -large
299300    tasks :
300301      - name : test-web-sandbox-atlas-cloud 
301302
302303  - name : generate-vulnerability-report 
303304    display_name : Vulnerability Report 
304-     run_on : ubuntu2004 -large
305+     run_on : ubuntu2204 -large
305306    tasks :
306307      - name : generate-vulnerability-report 
307308
0 commit comments