Skip to content

Commit 3ad71b7

Browse files
committed
linter
1 parent 5ad2a77 commit 3ad71b7

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.evergreen.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,9 @@ tasks:
356356
- func: setup_building_host
357357
- func: quay_login
358358
- func: setup_docker_sbom
359-
- func: legacy_pipeline
359+
- func: pipeline
360360
vars:
361-
image_name: agent-pct
362-
include_tags: release
361+
image_name: agent
363362

364363
- name: run_precommit_and_push
365364
tags: ["patch-run"]
@@ -379,18 +378,6 @@ tasks:
379378
working_dir: src/github.com/mongodb/mongodb-kubernetes
380379
binary: scripts/evergreen/precommit_bump.sh
381380

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-
394381
- name: release_all_agents_on_ecr
395382
# this enables us to run this manually (patch) and release all agent versions to ECR to verify
396383
# Dockerfile, script changes etc.
@@ -1560,6 +1547,8 @@ buildvariants:
15601547
variant: init_test_run
15611548
- name: prepare_and_upload_openshift_bundles_for_e2e
15621549
variant: init_tests_with_olm
1550+
- name: build_agent_images_ubi
1551+
variant: init_test_run
15631552
tasks:
15641553
- name: e2e_kind_olm_group
15651554

@@ -1583,6 +1572,8 @@ buildvariants:
15831572
variant: init_tests_with_olm
15841573
- name: build_init_database_image_ubi
15851574
variant: init_test_run
1575+
- name: build_agent_images_ubi
1576+
variant: init_test_run
15861577

15871578
tasks:
15881579
- name: e2e_kind_olm_group

0 commit comments

Comments
 (0)