diff --git a/ci-operator/jobs/infra-periodics.yaml b/ci-operator/jobs/infra-periodics.yaml index d36164af8f307..38306360b01ba 100644 --- a/ci-operator/jobs/infra-periodics.yaml +++ b/ci-operator/jobs/infra-periodics.yaml @@ -1319,6 +1319,7 @@ periodics: - --config-dir=./ci-operator/config/ - --current-release=4.9 - --future-release=4.9 + - --future-release=4.10 - --github-token-path=/etc/github/oauth command: - blocking-issue-creator diff --git a/core-services/prow/02_config/_plugins.yaml b/core-services/prow/02_config/_plugins.yaml index 68ca13eca022a..e7145f7b5f782 100644 --- a/core-services/prow/02_config/_plugins.yaml +++ b/core-services/prow/02_config/_plugins.yaml @@ -142,6 +142,24 @@ bugzilla: - 4.9.0 target_release: 4.8.0 validate_by_default: true + openshift-4.9: + dependent_bug_states: + - status: MODIFIED + - status: ON_QA + - status: VERIFIED + dependent_bug_target_releases: + - 4.10.0 + target_release: 4.9.0 + validate_by_default: true + openshift-4.10: + dependent_bug_states: + - status: MODIFIED + - status: ON_QA + - status: VERIFIED + dependent_bug_target_releases: + - 4.11.0 + target_release: 4.10.0 + validate_by_default: true release-3.11: add_external_link: true allowed_groups: @@ -212,6 +230,24 @@ bugzilla: - 4.9.0 target_release: 4.8.0 validate_by_default: true + release-4.9: + dependent_bug_states: + - status: MODIFIED + - status: ON_QA + - status: VERIFIED + dependent_bug_target_releases: + - 4.10.0 + target_release: 4.9.0 + validate_by_default: true + release-4.10: + dependent_bug_states: + - status: MODIFIED + - status: ON_QA + - status: VERIFIED + dependent_bug_target_releases: + - 4.11.0 + target_release: 4.10.0 + validate_by_default: true cat: {} cherry_pick_unapproved: branchregexp: ^release-.*$ @@ -280,7 +316,7 @@ config_updater: - ci gzip: true name: ci-operator-3.x-configs - ci-operator/config/**/*openshift-4.1*.yaml: + ci-operator/config/**/*openshift-4.1.yaml: clusters: app.ci: - ci @@ -334,6 +370,12 @@ config_updater: - ci gzip: true name: ci-operator-4.9-configs + ci-operator/config/**/*openshift-4.10*.yaml: + clusters: + app.ci: + - ci + gzip: true + name: ci-operator-4.10-configs ci-operator/config/**/*openshift-v4*.yaml: clusters: app.ci: @@ -364,7 +406,7 @@ config_updater: - ci gzip: true name: ci-operator-3.x-configs - ci-operator/config/**/*release-4.1*.yaml: + ci-operator/config/**/*release-4.1.yaml: clusters: app.ci: - ci @@ -418,6 +460,12 @@ config_updater: - ci gzip: true name: ci-operator-4.9-configs + ci-operator/config/**/*release-4.10*.yaml: + clusters: + app.ci: + - ci + gzip: true + name: ci-operator-4.10-configs ci-operator/config/**/*release-next*.yaml: clusters: app.ci: @@ -724,7 +772,7 @@ config_updater: - ci gzip: true name: job-config-3.x - ci-operator/jobs/**/*openshift-4.1*.yaml: + ci-operator/jobs/**/*openshift-4.1-*.yaml: clusters: app.ci: - ci @@ -778,6 +826,12 @@ config_updater: - ci gzip: true name: job-config-4.9 + ci-operator/jobs/**/*openshift-4.10*.yaml: + clusters: + app.ci: + - ci + gzip: true + name: job-config-4.10 ci-operator/jobs/**/*openshift-v4*.yaml: clusters: app.ci: @@ -808,7 +862,7 @@ config_updater: - ci gzip: true name: job-config-3.x - ci-operator/jobs/**/*release-4.1*.yaml: + ci-operator/jobs/**/*release-4.1-*.yaml: clusters: app.ci: - ci @@ -862,6 +916,12 @@ config_updater: - ci gzip: true name: job-config-4.9 + ci-operator/jobs/**/*release-4.10*.yaml: + clusters: + app.ci: + - ci + gzip: true + name: job-config-4.10 ci-operator/jobs/**/*release-next*.yaml: clusters: app.ci: