Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci-operator/jobs/infra-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
68 changes: 64 additions & 4 deletions core-services/prow/02_config/_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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-.*$
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down