@@ -124,11 +124,9 @@ tasks:
124124 variants : [ubuntu]
125125
126126 - name : test-connectivity
127- tags : ['required-for-publish']
127+ tags : ['required-for-publish', 'run-on-pr' ]
128128 commands :
129- - func : prepare
130- - func : install
131- - func : bootstrap
129+ - func : clone
132130 - func : test-connectivity
133131 vars :
134132 debug : ' compass*,electron*,hadron*,mongo*'
@@ -277,7 +275,7 @@ tasks:
277275 target_platform : ' --platform=darwin'
278276
279277 # copied as test-packaged-app-macos due to depends_on variation
280-
278+
281279
282280 - name : test-packaged-app-40x-community
283281 tags : ['required-for-publish', 'run-on-pr']
@@ -296,11 +294,11 @@ tasks:
296294 vars :
297295 compass_distribution : compass
298296 - func : test-packaged-app
299- vars :
297+ vars :
300298 mongodb_version : 4.0.x
301299 compass_distribution : compass
302300 debug : ' compass-e2e-tests*,electron*,hadron*,mongo*'
303-
301+
304302
305303 - name : test-packaged-app-40x-enterprise
306304 tags : ['required-for-publish', 'run-on-pr']
@@ -319,12 +317,12 @@ tasks:
319317 vars :
320318 compass_distribution : compass
321319 - func : test-packaged-app
322- vars :
320+ vars :
323321 mongodb_version : 4.0.x
324322 mongodb_use_enterprise : yes
325323 compass_distribution : compass
326324 debug : ' compass-e2e-tests*,electron*,hadron*,mongo*'
327-
325+
328326
329327 - name : test-packaged-app-42x-community
330328 tags : ['required-for-publish', 'run-on-pr']
@@ -343,11 +341,11 @@ tasks:
343341 vars :
344342 compass_distribution : compass
345343 - func : test-packaged-app
346- vars :
344+ vars :
347345 mongodb_version : 4.2.x
348346 compass_distribution : compass
349347 debug : ' compass-e2e-tests*,electron*,hadron*,mongo*'
350-
348+
351349
352350 - name : test-packaged-app-42x-enterprise
353351 tags : ['required-for-publish', 'run-on-pr']
@@ -366,12 +364,12 @@ tasks:
366364 vars :
367365 compass_distribution : compass
368366 - func : test-packaged-app
369- vars :
367+ vars :
370368 mongodb_version : 4.2.x
371369 mongodb_use_enterprise : yes
372370 compass_distribution : compass
373371 debug : ' compass-e2e-tests*,electron*,hadron*,mongo*'
374-
372+
375373
376374 - name : test-packaged-app-44x-community
377375 tags : ['required-for-publish', 'run-on-pr']
@@ -390,11 +388,11 @@ tasks:
390388 vars :
391389 compass_distribution : compass
392390 - func : test-packaged-app
393- vars :
391+ vars :
394392 mongodb_version : 4.4.x
395393 compass_distribution : compass
396394 debug : ' compass-e2e-tests*,electron*,hadron*,mongo*'
397-
395+
398396
399397 - name : test-packaged-app-44x-enterprise
400398 tags : ['required-for-publish', 'run-on-pr']
@@ -413,12 +411,12 @@ tasks:
413411 vars :
414412 compass_distribution : compass
415413 - func : test-packaged-app
416- vars :
414+ vars :
417415 mongodb_version : 4.4.x
418416 mongodb_use_enterprise : yes
419417 compass_distribution : compass
420418 debug : ' compass-e2e-tests*,electron*,hadron*,mongo*'
421-
419+
422420
423421 - name : test-packaged-app-5x-community
424422 tags : ['required-for-publish', 'run-on-pr']
@@ -437,11 +435,11 @@ tasks:
437435 vars :
438436 compass_distribution : compass
439437 - func : test-packaged-app
440- vars :
438+ vars :
441439 mongodb_version : 5.x.x
442440 compass_distribution : compass
443441 debug : ' compass-e2e-tests*,electron*,hadron*,mongo*'
444-
442+
445443
446444 - name : test-packaged-app-5x-enterprise
447445 tags : ['required-for-publish', 'run-on-pr']
@@ -460,9 +458,9 @@ tasks:
460458 vars :
461459 compass_distribution : compass
462460 - func : test-packaged-app
463- vars :
461+ vars :
464462 mongodb_version : 5.x.x
465463 mongodb_use_enterprise : yes
466464 compass_distribution : compass
467465 debug : ' compass-e2e-tests*,electron*,hadron*,mongo*'
468-
466+
0 commit comments