-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[WIP] NO-ISSUE: integration tests support for OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE env var #8749
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
[WIP] NO-ISSUE: integration tests support for OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE env var #8749
Conversation
…ion tests execution This env var will also be set in a CI job to reference the ephemeral payload release
|
@andfasano: This pull request explicitly references no jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test ? |
|
@r4f4: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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-sigs/prow repository. |
|
/test agent-integration-tests |
|
It seems the override is never set for the |
Yeah, about to push another PR for that but was delayed. Requires: openshift/release#54542 |
|
/retest-required |
2 similar comments
|
/retest-required |
|
/retest-required |
|
It seems the pull secret is missing: |
Yes, to make it work we'll still need to:
|
|
PR needs rebase. 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-sigs/prow repository. |
|
/close as it is handled via #8789 |
|
@andfasano: 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-sigs/prow repository. I understand the commands that are listed here. |
|
handled via #8789 |
With this patch it will be possible to let the integration tests to use/reference the ephemeral release payload in a CI job (if set).
Before just the embbeded release pullspec was used, usually something like
registry.ci.openshift.org/origin/release:4.17. Even though by definition the integration tests do not deploy any cluster, it wasn't an optimal setup for the tested commands