@@ -356,10 +356,9 @@ tasks:
356
356
- func : setup_building_host
357
357
- func : quay_login
358
358
- func : setup_docker_sbom
359
- - func : legacy_pipeline
359
+ - func : pipeline
360
360
vars :
361
- image_name : agent-pct
362
- include_tags : release
361
+ image_name : agent
363
362
364
363
- name : run_precommit_and_push
365
364
tags : ["patch-run"]
@@ -379,18 +378,6 @@ tasks:
379
378
working_dir : src/github.com/mongodb/mongodb-kubernetes
380
379
binary : scripts/evergreen/precommit_bump.sh
381
380
382
- - name : release_agents_on_ecr
383
- # this enables us to run this variant either manually (patch) which pct does or during an OM bump (github_pr)
384
- allowed_requesters : [ "patch", "github_pr" ]
385
- priority : 70
386
- commands :
387
- - func : clone
388
- - func : setup_building_host
389
- - func : legacy_pipeline
390
- vars :
391
- image_name : agent-pct
392
- skip_tags : release
393
-
394
381
- name : release_all_agents_on_ecr
395
382
# this enables us to run this manually (patch) and release all agent versions to ECR to verify
396
383
# Dockerfile, script changes etc.
@@ -1560,6 +1547,8 @@ buildvariants:
1560
1547
variant : init_test_run
1561
1548
- name : prepare_and_upload_openshift_bundles_for_e2e
1562
1549
variant : init_tests_with_olm
1550
+ - name : build_agent_images_ubi
1551
+ variant : init_test_run
1563
1552
tasks :
1564
1553
- name : e2e_kind_olm_group
1565
1554
@@ -1583,6 +1572,8 @@ buildvariants:
1583
1572
variant : init_tests_with_olm
1584
1573
- name : build_init_database_image_ubi
1585
1574
variant : init_test_run
1575
+ - name : build_agent_images_ubi
1576
+ variant : init_test_run
1586
1577
1587
1578
tasks :
1588
1579
- name : e2e_kind_olm_group
0 commit comments