Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1369,6 +1369,9 @@ buildvariants:
- rhel9-power-small
- rhel9-power-large
allowed_requesters: [ "patch", "commit" ]
# TODO: Re-enable when staging is added to pipeline
# https://jira.mongodb.org/browse/CLOUDP-349096
disable: true
depends_on:
- name: build_operator_ubi
variant: init_test_run
Expand All @@ -1392,6 +1395,9 @@ buildvariants:
- rhel9-power-small
- rhel9-power-large
allowed_requesters: [ "patch", "commit" ]
# TODO: Re-enable when staging is added to pipeline
# https://jira.mongodb.org/browse/CLOUDP-349096
disable: true
depends_on:
- name: build_operator_ubi
variant: init_test_run
Expand All @@ -1415,6 +1421,9 @@ buildvariants:
- rhel9-zseries-small
- rhel9-zseries-large
allowed_requesters: [ "patch", "commit" ]
# TODO: Re-enable when staging is added to pipeline
# https://jira.mongodb.org/browse/CLOUDP-349096
disable: true
depends_on:
- name: build_operator_ubi
variant: init_test_run
Expand All @@ -1434,6 +1443,9 @@ buildvariants:
- name: e2e_static_smoke_ibm_z
display_name: e2e_static_smoke_ibm_z
tags: [ "staging", "e2e_smoke_test_suite", "static" ]
# TODO: Re-enable when staging is added to pipeline
# https://jira.mongodb.org/browse/CLOUDP-349096
disable: true
run_on:
- rhel9-zseries-small
- rhel9-zseries-large
Expand All @@ -1460,6 +1472,9 @@ buildvariants:
run_on:
- ubuntu2404-arm64-large
allowed_requesters: [ "patch", "commit" ]
# TODO: Re-enable when staging is added to pipeline
# https://jira.mongodb.org/browse/CLOUDP-349096
disable: true
<<: *base_no_om_image_dependency
tasks:
- name: e2e_smoke_arm_task_group
Expand All @@ -1470,6 +1485,9 @@ buildvariants:
run_on:
- ubuntu2404-arm64-large
allowed_requesters: [ "patch", "commit" ]
# TODO: Re-enable when staging is added to pipeline
# https://jira.mongodb.org/browse/CLOUDP-349096
disable: true
<<: *base_no_om_image_dependency
tasks:
- name: e2e_smoke_arm_task_group
Expand Down