-
Notifications
You must be signed in to change notification settings - Fork 2.1k
CVO: add rollback tests for 4.6+ #12789
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
CVO: add rollback tests for 4.6+ #12789
Conversation
55ab1d8 to
437fefa
Compare
|
GCP quota issues |
|
/retest 4.7 passed, but crashed on |
|
@vrutkovs: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
8d1e0b6 to
42cd8c7
Compare
...tor/config/openshift/cluster-version-operator/openshift-cluster-version-operator-master.yaml
Outdated
Show resolved
Hide resolved
72d75ff to
bfa2d6f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to set this explicitly, since it's the default:
$ git --no-pager grep TEST_COMMAND ci-operator/step-registry/openshift/upgrade/gcp/loki/
ci-operator/step-registry/openshift/upgrade/gcp/loki/openshift-upgrade-gcp-loki-workflow.yaml: TEST_COMMAND: "run-upgrade"There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
env section completely overwrites existing one, so all parameters have to duplicated here.
I filed https://issues.redhat.com/browse/DPTP-1644 to investigate templating in step workflows
...tor/config/openshift/cluster-version-operator/openshift-cluster-version-operator-master.yaml
Outdated
Show resolved
Hide resolved
...tor/config/openshift/cluster-version-operator/openshift-cluster-version-operator-master.yaml
Outdated
Show resolved
Hide resolved
bfa2d6f to
a3515af
Compare
This adds `e2e-rollback` tests to 4.6+ branches to verify that updated version can be rolled back to the original
a3515af to
db0d358
Compare
|
@vrutkovs: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vrutkovs, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@vrutkovs: Updated the following 6 configmaps:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
… AWS update jobs Like the cluster-version operator has been doing since db0d358 (CVO: add rollback tests for 4.6+, 2020-10-14, openshift#12789), and which we used to do much more broadly until 6663962 (upgrade workflows: remove abort-at from default TEST_OPTIONS, 2020-10-08, openshift#12544). I'm personally in favor of the broad approach, because we want minor rollbacks to work, so if we break master->PR rollback, we're in big trouble. But even with the narrow scoping for rollback jobs, origin's test are implementing and monitoring the rollback functionality, so they deserve to have a local test excercising it. I've added this to the AWS update job, because Clayton wants it to be optional, and the AWS update job has been optional and not always-run since it was born in bd85872 (add optional e2e-aws-upgrade job, 2020-08-10, openshift#10785).
This updates
e2e-agnostic-upgradetests to do rollback tests in 4.5+ branches to verify that updated version can be rolled back to the original