From e0cc0575b3e37e33db7dafce4f8d61ab4f40aa04 Mon Sep 17 00:00:00 2001 From: Lucian Tosa Date: Tue, 7 Oct 2025 15:34:08 +0200 Subject: [PATCH] Disable ibm init variants --- .evergreen.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.evergreen.yml b/.evergreen.yml index 0947c795e..ab49fd42f 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -1698,6 +1698,9 @@ buildvariants: display_name: init_test_run_ibm_power max_hosts: -1 tags: [ "staging" ] + # TODO: Re-enable when staging is added to pipeline + # https://jira.mongodb.org/browse/CLOUDP-349096 + disable: true run_on: - rhel9-power-small - rhel9-power-large @@ -1708,6 +1711,9 @@ buildvariants: display_name: init_test_run_ibm_z max_hosts: -1 tags: [ "staging" ] + # 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