From 8fb57c128155fc4cae3c6f83e385cd39c1b20cd5 Mon Sep 17 00:00:00 2001 From: maxu Date: Thu, 9 Jan 2025 18:40:59 +0800 Subject: [PATCH 1/6] debug --- ...ift-verification-tests-master__installer-rehearse-4.18.yaml | 3 +++ ...ift-verification-tests-master__installer-rehearse-4.19.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.18.yaml b/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.18.yaml index 265501f13d5d..db1125cab68d 100644 --- a/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.18.yaml +++ b/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.18.yaml @@ -92,6 +92,9 @@ tests: cron: '@yearly' steps: cluster_profile: ibmcloud-qe + env: + FEATURE_GATES: '["ClusterAPIInstall=true"]' + FEATURE_SET: CustomNoUpgrade test: - chain: cucushift-installer-check-cluster-health workflow: cucushift-installer-rehearse-ibmcloud-ipi-private-with-ep-cos diff --git a/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml b/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml index 61df17d98377..d30707e9d582 100644 --- a/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml +++ b/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml @@ -62,7 +62,7 @@ tests: env: FEATURE_GATES: '["ClusterAPIInstall=true"]' FEATURE_SET: CustomNoUpgrade - SLEEP_DURATION: 1m + SLEEP_DURATION: 5h post: - ref: cucushift-installer-wait - chain: cucushift-installer-rehearse-ibmcloud-ipi-customer-vpc-deprovision From 0bb241fd3e17c96883e8ae3ee81b915511bacf40 Mon Sep 17 00:00:00 2001 From: maxu Date: Wed, 22 Jan 2025 12:42:57 +0800 Subject: [PATCH 2/6] debug --- ...t-verification-tests-master__installer-rehearse-4.19.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml b/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml index d30707e9d582..2f4118febfb8 100644 --- a/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml +++ b/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml @@ -60,15 +60,16 @@ tests: steps: cluster_profile: ibmcloud-qe env: + SIZE_VARIANT: "large" FEATURE_GATES: '["ClusterAPIInstall=true"]' FEATURE_SET: CustomNoUpgrade SLEEP_DURATION: 5h post: - ref: cucushift-installer-wait - - chain: cucushift-installer-rehearse-ibmcloud-ipi-customer-vpc-deprovision + - chain: cucushift-installer-rehearse-ibmcloud-ipi-private-byo-kms-deprovision test: - chain: cucushift-installer-check-cluster-health - workflow: cucushift-installer-rehearse-ibmcloud-ipi-customer-vpc + workflow: cucushift-installer-rehearse-ibmcloud-ipi-private-byo-kms zz_generated_metadata: branch: master org: openshift From b131ac350e41f1db338fac78d27d431b566970ab Mon Sep 17 00:00:00 2001 From: maxu Date: Wed, 22 Jan 2025 12:44:33 +0800 Subject: [PATCH 3/6] revert --- ...ift-verification-tests-master__installer-rehearse-4.18.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.18.yaml b/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.18.yaml index db1125cab68d..265501f13d5d 100644 --- a/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.18.yaml +++ b/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.18.yaml @@ -92,9 +92,6 @@ tests: cron: '@yearly' steps: cluster_profile: ibmcloud-qe - env: - FEATURE_GATES: '["ClusterAPIInstall=true"]' - FEATURE_SET: CustomNoUpgrade test: - chain: cucushift-installer-check-cluster-health workflow: cucushift-installer-rehearse-ibmcloud-ipi-private-with-ep-cos From 44a8980ef9d47921647c73ffdfdc83380c538b70 Mon Sep 17 00:00:00 2001 From: maxu Date: Wed, 22 Jan 2025 12:52:34 +0800 Subject: [PATCH 4/6] fix --- ...hift-verification-tests-master__installer-rehearse-4.19.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml b/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml index 2f4118febfb8..9a537c24ea7b 100644 --- a/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml +++ b/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml @@ -60,9 +60,9 @@ tests: steps: cluster_profile: ibmcloud-qe env: - SIZE_VARIANT: "large" FEATURE_GATES: '["ClusterAPIInstall=true"]' FEATURE_SET: CustomNoUpgrade + SIZE_VARIANT: large SLEEP_DURATION: 5h post: - ref: cucushift-installer-wait From 5c03398ee86b2d92ed1a11909a7845099006061d Mon Sep 17 00:00:00 2001 From: maxu Date: Wed, 22 Jan 2025 18:21:50 +0800 Subject: [PATCH 5/6] debug --- ...ft-verification-tests-master__installer-rehearse-4.19.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml b/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml index 9a537c24ea7b..91195ebc87f0 100644 --- a/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml +++ b/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml @@ -62,8 +62,8 @@ tests: env: FEATURE_GATES: '["ClusterAPIInstall=true"]' FEATURE_SET: CustomNoUpgrade - SIZE_VARIANT: large - SLEEP_DURATION: 5h + SLEEP_DURATION: 1h + OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: registry.build05.ci.openshift.org/ci-ln-hzgicdb/release:latest post: - ref: cucushift-installer-wait - chain: cucushift-installer-rehearse-ibmcloud-ipi-private-byo-kms-deprovision From 45b45751a49f0a86d7fbe685ab530af459fc28da Mon Sep 17 00:00:00 2001 From: maxu Date: Wed, 22 Jan 2025 18:38:38 +0800 Subject: [PATCH 6/6] pre-merge test --- ...hift-verification-tests-master__installer-rehearse-4.19.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml b/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml index 91195ebc87f0..55d576adc6e5 100644 --- a/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml +++ b/ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installer-rehearse-4.19.yaml @@ -60,10 +60,10 @@ tests: steps: cluster_profile: ibmcloud-qe env: + CUSTOM_OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: registry.build05.ci.openshift.org/ci-ln-hzgicdb/release:latest FEATURE_GATES: '["ClusterAPIInstall=true"]' FEATURE_SET: CustomNoUpgrade SLEEP_DURATION: 1h - OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: registry.build05.ci.openshift.org/ci-ln-hzgicdb/release:latest post: - ref: cucushift-installer-wait - chain: cucushift-installer-rehearse-ibmcloud-ipi-private-byo-kms-deprovision