-
Notifications
You must be signed in to change notification settings - Fork 291
ci-operator multi-stage: add step parameters #854
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
ci-operator multi-stage: add step parameters #854
Conversation
2754ded to
6f4ff70
Compare
Implementation of the execution side of the proposal described in: https://docs.google.com/document/d/14CLXQ4NgHNZHw_FGfmNsqxC1FGgK5qVb6uRc9XIafws
6f4ff70 to
c0b3e02
Compare
petr-muller
left a comment
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.
/hold
LGTM, holding for others (I think it would be good if this got more reviews, it's a significant, user-facing feature and it's worth the time to get it right)
stevekuznetsov
left a comment
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.
Where is the documentation for this in our help page?
|
Huh… /retest |
|
Cache… Haven't seen that error anywhere else. /retest |
|
/lgtrm |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bbguimaraes, petr-muller, stevekuznetsov 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 |
|
/hold cancel |
…ST_SUITE Taking advantage of openhsift/ci-tools@62e7498d66 (ci-operator multi-stage: add step parameters, 2020-05-27, openshift/ci-tools#854). This commit doesn't override the defaults yet, but a useful override would be: TEST_COMMAND=run-upgrade TEST_SUITE=all This replaces test-suite.txt, which landed in a2fd8c3 (step-registry: add Origin E2E test step, 2020-01-31, openshift#6965), and also had no consumers.
Implementation of the proposal described in:
https://docs.google.com/document/d/14CLXQ4NgHNZHw_FGfmNsqxC1FGgK5qVb6uRc9XIafws
TODO: