From ece7e504f71ebf28013be9a00bae80cd719e1fde Mon Sep 17 00:00:00 2001 From: Radek Cap Date: Fri, 27 Mar 2026 10:07:26 +0100 Subject: [PATCH 1/3] config: add stolostron/capi-tests CAPZ e2e jobs Register the CAPZ QE periodic and presubmit jobs in Sippy so they appear in the dashboard. Co-Authored-By: Claude Opus 4.6 (1M context) --- config/openshift-customizations.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/openshift-customizations.yaml b/config/openshift-customizations.yaml index d45f37ddd..855b5ba5a 100644 --- a/config/openshift-customizations.yaml +++ b/config/openshift-customizations.yaml @@ -35,6 +35,11 @@ releases: periodic-ci-Azure-ARO-HCP-main-periodic-prod-uksouth-e2e-parallel: true periodic-ci-Azure-ARO-HCP-main-periodic-prod-e2e-parallel-ocp-nightly: true branch-ci-Azure-ARO-HCP-main-e2e-prod-e2e-parallel: true + capz-qe: + jobs: + periodic-ci-stolostron-capi-tests-configure-prow-mgmt-periodics-capz-e2e: true + regexp: + - "^pull-ci-stolostron-capi-tests-.*-capz-e2e$" aro-classic-integration: synthetic: true jobs: From 69016cffb3cea552b59e489867cce2f26c55188b Mon Sep 17 00:00:00 2001 From: Radek Cap Date: Mon, 30 Mar 2026 12:56:22 +0200 Subject: [PATCH 2/3] config: narrow CAPZ presubmit match to exact job name Replace the overly broad regexp with an exact job entry for pull-ci-stolostron-capi-tests-configure-prow-mgmt-capz-e2e. Co-Authored-By: Claude Opus 4.6 (1M context) --- config/openshift-customizations.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/openshift-customizations.yaml b/config/openshift-customizations.yaml index 855b5ba5a..a471f10fa 100644 --- a/config/openshift-customizations.yaml +++ b/config/openshift-customizations.yaml @@ -38,8 +38,7 @@ releases: capz-qe: jobs: periodic-ci-stolostron-capi-tests-configure-prow-mgmt-periodics-capz-e2e: true - regexp: - - "^pull-ci-stolostron-capi-tests-.*-capz-e2e$" + pull-ci-stolostron-capi-tests-configure-prow-mgmt-capz-e2e: true aro-classic-integration: synthetic: true jobs: From 49215c4abab62e1ee7b9fcbde1a14259f84f483b Mon Sep 17 00:00:00 2001 From: Radek Cap Date: Fri, 12 Jun 2026 14:12:56 +0200 Subject: [PATCH 3/3] config: rename capz-qe to capi-qe and remove pull job Rename the section from capz-qe to capi-qe and remove the pull-ci-stolostron-capi-tests-configure-prow-mgmt-capz-e2e job entry, keeping only the periodic job. Co-Authored-By: Claude Opus 4.6 --- config/openshift-customizations.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/openshift-customizations.yaml b/config/openshift-customizations.yaml index a471f10fa..67f1898ff 100644 --- a/config/openshift-customizations.yaml +++ b/config/openshift-customizations.yaml @@ -35,10 +35,9 @@ releases: periodic-ci-Azure-ARO-HCP-main-periodic-prod-uksouth-e2e-parallel: true periodic-ci-Azure-ARO-HCP-main-periodic-prod-e2e-parallel-ocp-nightly: true branch-ci-Azure-ARO-HCP-main-e2e-prod-e2e-parallel: true - capz-qe: + capi-qe: jobs: periodic-ci-stolostron-capi-tests-configure-prow-mgmt-periodics-capz-e2e: true - pull-ci-stolostron-capi-tests-configure-prow-mgmt-capz-e2e: true aro-classic-integration: synthetic: true jobs: