File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -524,7 +524,7 @@ functions:
524
524
shell : bash
525
525
<< : *e2e_include_expansions_in_env
526
526
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}
528
528
529
529
# TODO: CLOUDP-335471 ; once all image builds are made with the new atomic pipeline, remove the following function
530
530
legacy_pipeline :
Original file line number Diff line number Diff line change @@ -356,9 +356,10 @@ 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
361
image_name : agent
362
+ build_scenario : --build-scenario manual_release
362
363
363
364
- name : run_precommit_and_push
364
365
tags : ["patch-run"]
@@ -543,10 +544,10 @@ tasks:
543
544
- func : setup_building_host
544
545
- func : quay_login
545
546
- func : setup_docker_sbom
546
- - func : legacy_pipeline
547
+ - func : pipeline
547
548
vars :
548
549
image_name : ops-manager
549
- include_tags : release
550
+ build_scenario : --build-scenario manual_release
550
551
551
552
- name : prepare_and_upload_openshift_bundles_for_e2e
552
553
commands :
You can’t perform that action at this time.
0 commit comments