Skip to content

Commit

Permalink
ci-operator/config/openshift/release: Run credentials-request-freeze …
Browse files Browse the repository at this point in the history
…every 48h

Rolling back changes from 26ebda9 (Bulk frequency reduce of 4.12
periodics to limit costs of CI platform, 2023-07-07, openshift#40924) and
similar.  These jobs are very cheap, because they do not launch a
cluster (they just compare release image content), and running them
more frequently gives plenty of post-merge time before a release gets
cut to discuss what to do about changes like [1] adding
route53:ListTagsForResources as an ingress permission in 4.12.

[1]: openshift/cluster-ingress-operator#954
  • Loading branch information
wking committed Aug 13, 2023
1 parent 823089e commit d2d6640
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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