Skip to content
Closed
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 @@ -56,7 +56,7 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: aws-ipi-f999
- as: aws-ipi-f999-test
cron: 8 8 29 2 *
steps:
allow_skip_on_success: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33349,7 +33349,7 @@ periodics:
ci-operator.openshift.io/variant: automated-release-stable-4.14-upgrade-from-stable-4.13
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-openshift-tests-private-release-4.14-automated-release-stable-4.14-upgrade-from-stable-4.13-aws-ipi-f999
name: periodic-ci-openshift-openshift-tests-private-release-4.14-automated-release-stable-4.14-upgrade-from-stable-4.13-aws-ipi-f999-test
spec:
containers:
- args:
Expand All @@ -33359,7 +33359,7 @@ periodics:
- --oauth-token-path=/usr/local/github-credentials/oauth
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=aws-ipi-f999
- --target=aws-ipi-f999-test
- --variant=automated-release-stable-4.14-upgrade-from-stable-4.13
command:
- ci-operator
Expand Down