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
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ tests:
TEST_UPGRADE_OPTIONS: abort-at=random
workflow: openshift-upgrade-aws
- as: credentials-request-freeze
cron: 43 19 * * 6
interval: 48h
steps:
dependencies:
OPENSHIFT_FROZEN_RELEASE_IMAGE: release:oldest-supported-credentials-request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ tests:
- observers-resource-watch
workflow: openshift-upgrade-aws
- as: credentials-request-freeze
cron: 0 6 */6,19 * *
interval: 48h
steps:
dependencies:
OPENSHIFT_FROZEN_RELEASE_IMAGE: release:oldest-supported-credentials-request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ tests:
TEST_TYPE: upgrade-conformance
workflow: openshift-upgrade-aws
- as: credentials-request-freeze
cron: 26 0 2,27 * *
interval: 48h
steps:
dependencies:
OPENSHIFT_FROZEN_RELEASE_IMAGE: release:oldest-supported-credentials-request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ tests:
TEST_TYPE: upgrade-conformance
workflow: openshift-upgrade-aws
- as: credentials-request-freeze
cron: 0 22 12,25 * *
interval: 48h
steps:
dependencies:
OPENSHIFT_FROZEN_RELEASE_IMAGE: release:oldest-supported-credentials-request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ tests:
TEST_UPGRADE_OPTIONS: abort-at=random
workflow: openshift-upgrade-aws
- as: credentials-request-freeze
cron: 27 3 8,20 * *
interval: 48h
steps:
dependencies:
OPENSHIFT_FROZEN_RELEASE_IMAGE: release:oldest-supported-credentials-request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32147,14 +32147,14 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build02
cron: 43 19 * * 6
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: release
interval: 48h
labels:
ci-operator.openshift.io/variant: nightly-4.10
ci.openshift.io/generator: prowgen
Expand Down Expand Up @@ -43452,14 +43452,14 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build02
cron: 0 6 */6,19 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: release
interval: 48h
labels:
ci-operator.openshift.io/variant: nightly-4.12
ci.openshift.io/generator: prowgen
Expand Down Expand Up @@ -78076,14 +78076,14 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build02
cron: 26 0 2,27 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: release
interval: 48h
labels:
ci-operator.openshift.io/variant: nightly-4.7
ci.openshift.io/generator: prowgen
Expand Down Expand Up @@ -80596,14 +80596,14 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build02
cron: 0 22 12,25 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: release
interval: 48h
labels:
ci-operator.openshift.io/variant: nightly-4.8
ci.openshift.io/generator: prowgen
Expand Down Expand Up @@ -83925,14 +83925,14 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build02
cron: 27 3 8,20 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: release
interval: 48h
labels:
ci-operator.openshift.io/variant: nightly-4.9
ci.openshift.io/generator: prowgen
Expand Down