Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace-rollback test #51426

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -99,13 +99,12 @@ tests:
memory: 200Mi
- ref: cucushift-chainupgrade-toimage
workflow: cucushift-installer-rehearse-aws-ipi-byo-route53
- as: aws-ipi-ovn-hypershift-inplace-f7
- as: aws-ipi-ovn-hypershift-replace-f7
cron: 34 23 7,14,23,30 * *
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
EXTRA_ARGS: --node-upgrade-type=inplace
TEST_FILTERS: ~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&
test:
- chain: openshift-upgrade-qe-test-hypershift-rollback
Expand Down
Expand Up @@ -38298,18 +38298,7 @@ periodics:
ci.openshift.io/generator: prowgen
job-release: "4.16"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-rollback-nightly-aws-ipi-ovn-hypershift-inplace-f7
reporter_config:
slack:
channel: '#forum-prow-hypershift-qe-ci'
job_states_to_report:
- failure
- error
- success
report_template: '{{if eq .Status.State "success"}} :rainbow: Upgrade Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}}
:volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :volcano: {{end}}'
name: periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-rollback-nightly-aws-ipi-ovn-hypershift-replace-f7
spec:
containers:
- args:
Expand All @@ -38319,8 +38308,8 @@ periodics:
- --oauth-token-path=/usr/local/github-credentials/oauth
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/aws-ipi-ovn-hypershift-inplace-f7-cluster-profile
- --target=aws-ipi-ovn-hypershift-inplace-f7
- --secret-dir=/usr/local/aws-ipi-ovn-hypershift-replace-f7-cluster-profile
- --target=aws-ipi-ovn-hypershift-replace-f7
- --variant=amd64-rollback-nightly
command:
- ci-operator
Expand All @@ -38337,7 +38326,7 @@ periodics:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/aws-ipi-ovn-hypershift-inplace-f7-cluster-profile
- mountPath: /usr/local/aws-ipi-ovn-hypershift-replace-f7-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down
Expand Up @@ -6,6 +6,7 @@ workflow:
- ref: cucushift-hypershift-extended-idp-htpasswd
- ref: cucushift-hypershift-extended-enable-guest
post:
- ref: wait
- ref: cucushift-hypershift-extended-disable-guest
- chain: cucushift-installer-rehearse-aws-ipi-ovn-hypershift-deprovision
documentation: |-
Expand Down