-
Notifications
You must be signed in to change notification settings - Fork 2k
make installer smoke_test images optional in config #1487
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
make installer smoke_test images optional in config #1487
Conversation
0373133 to
3b858a0
Compare
3b858a0 to
02fac40
Compare
|
What is your dependency tree, what are the targets you explicitly request and what are the targets that are actually built where you would not have expected them to be built? That's worth a bug report to |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sallyom, 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 |
|
/retest |
|
@sallyom: Updated the
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. |
…n't slow down e2e-aws" This reverts commit 02fac40, openshift#1487. Something funny was going on with optional [1], which resulted in 50a2396 (installer smoke_tests use LOCAL_IMAGE for optional installer-smoke image, 2018-09-14, openshift#1517). With 50a2396 reverted in the previous commit, we'll want to revert this one too until we figure out what was going on with both of them. [1]: openshift#1517 (comment)
* Add padding to pass rates output * Make shebang portable
@stevekuznetsov @smarterclayton
building smoke-test specific images slows all other tests way down, so making the smoke_test specific images optional
From what I'm seeing, the optional images always build but the rest of the job is not held up waiting for them if they're not required.
Where's the documentation for this? Looking...thanksFound it: https://github.com/openshift/ci-operator/blob/master/CONFIGURATION.md#imagesnameoptional
Docs don't reflect the behavior I'm seeing though, or maybe I'm missing something. Anyways, with this PR, non-smoke tests take less time to complete.