Skip to content

Commit 4ecbe43

Browse files
committed
Use atomic pipeline for OM and agent releases
1 parent a5d11e1 commit 4ecbe43

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.evergreen-functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ functions:
524524
shell: bash
525525
<<: *e2e_include_expansions_in_env
526526
working_dir: src/github.com/mongodb/mongodb-kubernetes
527-
binary: scripts/dev/run_python.sh scripts/release/pipeline_main.py --parallel ${image_name} ${all_agents}
527+
binary: scripts/dev/run_python.sh scripts/release/pipeline_main.py --parallel ${image_name} ${all_agents} ${build_scenario}
528528

529529
# TODO: CLOUDP-335471 ; once all image builds are made with the new atomic pipeline, remove the following function
530530
legacy_pipeline:

.evergreen.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,10 @@ tasks:
356356
- func: setup_building_host
357357
- func: quay_login
358358
- func: setup_docker_sbom
359-
- func: legacy_pipeline
359+
- func: pipeline
360360
vars:
361361
image_name: agent
362+
build_scenario: --build-scenario manual_release
362363

363364
- name: run_precommit_and_push
364365
tags: ["patch-run"]
@@ -543,10 +544,10 @@ tasks:
543544
- func: setup_building_host
544545
- func: quay_login
545546
- func: setup_docker_sbom
546-
- func: legacy_pipeline
547+
- func: pipeline
547548
vars:
548549
image_name: ops-manager
549-
include_tags: release
550+
build_scenario: --build-scenario manual_release
550551

551552
- name: prepare_and_upload_openshift_bundles_for_e2e
552553
commands:

0 commit comments

Comments
 (0)