Skip to content

Commit 74328eb

Browse files
committed
fix merge
2 parents 3b39859 + 1e90170 commit 74328eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+737
-471
lines changed

.evergreen-functions.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -539,27 +539,18 @@ functions:
539539
- version_id
540540
add_to_path:
541541
- ${workdir}/bin
542-
binary: scripts/evergreen/e2e/build_e2e_image_ibm.sh
542+
binary: scripts/evergreen/e2e/build_tests_image_ibm.sh
543543

544544
pipeline:
545545
- *switch_context
546-
- command: shell.exec
547-
type: setup
548-
params:
549-
shell: bash
550-
script: |
551-
# Docker Hub workaround
552-
# docker buildx needs the moby/buildkit image when setting up a builder so we pull it from our mirror
553-
docker buildx create --driver=docker-container --driver-opt=image=268558157000.dkr.ecr.eu-west-1.amazonaws.com/docker-hub-mirrors/moby/buildkit:buildx-stable-1 --use
554-
docker buildx inspect --bootstrap
555546
- command: subprocess.exec
556547
retry_on_failure: true
557548
type: setup
558549
params:
559550
shell: bash
560551
<<: *e2e_include_expansions_in_env
561552
working_dir: src/github.com/mongodb/mongodb-kubernetes
562-
binary: scripts/dev/run_python.sh scripts/release/pipeline_main.py --parallel ${image_name} ${all_agents}
553+
binary: scripts/dev/run_python.sh scripts/release/pipeline_main.py --parallel ${image_name} ${all_agents} ${build_scenario}
563554

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

.evergreen.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,10 @@ tasks:
351351
- func: setup_building_host
352352
- func: quay_login
353353
- func: setup_docker_sbom
354-
- func: legacy_pipeline
354+
- func: pipeline
355355
vars:
356356
image_name: agent
357+
build_scenario: --build-scenario manual_release
357358

358359
- name: run_precommit_and_push
359360
tags: ["patch-run"]
@@ -565,10 +566,10 @@ tasks:
565566
- func: setup_building_host
566567
- func: quay_login
567568
- func: setup_docker_sbom
568-
- func: legacy_pipeline
569+
- func: pipeline
569570
vars:
570571
image_name: ops-manager
571-
include_tags: release
572+
build_scenario: --build-scenario manual_release
572573

573574
- name: prepare_and_upload_openshift_bundles_for_e2e
574575
commands:
@@ -1288,7 +1289,7 @@ buildvariants:
12881289
display_name: e2e_mdb_kind_ubi_cloudqa
12891290
tags: [ "e2e_test_suite", "cloudqa" ]
12901291
run_on:
1291-
- ubuntu2204-large
1292+
- ubuntu2204-medium
12921293
<<: *base_no_om_image_dependency
12931294
tasks:
12941295
- name: e2e_mdb_kind_cloudqa_task_group
@@ -1306,7 +1307,7 @@ buildvariants:
13061307
display_name: e2e_static_mdb_kind_ubi_cloudqa
13071308
tags: [ "e2e_test_suite", "cloudqa" ]
13081309
run_on:
1309-
- ubuntu2204-large
1310+
- ubuntu2204-medium
13101311
<<: *base_no_om_image_dependency
13111312
tasks:
13121313
- name: e2e_mdb_kind_cloudqa_task_group
@@ -1408,7 +1409,7 @@ buildvariants:
14081409
display_name: e2e_static_om70_kind_ubi
14091410
tags: [ "e2e_test_suite" ]
14101411
run_on:
1411-
- ubuntu2204-large
1412+
- ubuntu2204-medium
14121413
<<: *base_om7_dependency
14131414
tasks:
14141415
- name: e2e_static_ops_manager_kind_only_task_group
@@ -1431,7 +1432,7 @@ buildvariants:
14311432
display_name: e2e_static_om80_kind_ubi
14321433
tags: [ "e2e_test_suite" ]
14331434
run_on:
1434-
- ubuntu2204-large
1435+
- ubuntu2204-medium
14351436
<<: *base_om8_dependency
14361437
tasks:
14371438
- name: e2e_static_ops_manager_kind_only_task_group
@@ -1465,7 +1466,7 @@ buildvariants:
14651466
run_on:
14661467
- rhel9-power-small
14671468
- rhel9-power-large
1468-
allowed_requesters: [ "github_tag" ]
1469+
allowed_requesters: [ "patch", "github_tag" ]
14691470
depends_on:
14701471
- name: build_operator_ubi
14711472
variant: init_test_run
@@ -1488,7 +1489,7 @@ buildvariants:
14881489
run_on:
14891490
- rhel9-zseries-small
14901491
- rhel9-zseries-large
1491-
allowed_requesters: [ "github_tag" ]
1492+
allowed_requesters: [ "patch", "github_tag" ]
14921493
depends_on:
14931494
- name: build_operator_ubi
14941495
variant: init_test_run

0 commit comments

Comments
 (0)