Skip to content

Commit 5acea68

Browse files
authored
CLOUDP-349096 - Disable ibm init variants (#502)
# Summary This PR temporarily disables the init variants for ibm tests. While the tests are not running anymore on master, the init task was still running unnecessarily. ## Proof of Work n/a ## Checklist - [x] Have you linked a jira ticket and/or is the ticket in the title? - [x] Have you checked whether your jira ticket required DOCSP changes? - [x] Have you added changelog file? - use `skip-changelog` label if not needed - refer to [Changelog files and Release Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes) section in CONTRIBUTING.md for more details
1 parent a712422 commit 5acea68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.evergreen.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1698,6 +1698,9 @@ buildvariants:
16981698
display_name: init_test_run_ibm_power
16991699
max_hosts: -1
17001700
tags: [ "staging" ]
1701+
# TODO: Re-enable when staging is added to pipeline
1702+
# https://jira.mongodb.org/browse/CLOUDP-349096
1703+
disable: true
17011704
run_on:
17021705
- rhel9-power-small
17031706
- rhel9-power-large
@@ -1708,6 +1711,9 @@ buildvariants:
17081711
display_name: init_test_run_ibm_z
17091712
max_hosts: -1
17101713
tags: [ "staging" ]
1714+
# TODO: Re-enable when staging is added to pipeline
1715+
# https://jira.mongodb.org/browse/CLOUDP-349096
1716+
disable: true
17111717
run_on:
17121718
- rhel9-zseries-small
17131719
- rhel9-zseries-large

0 commit comments

Comments
 (0)