-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ci-operator/step-registry: Unify OPENSHIFT_*_RELEASE_IMAGE dependencies #12959
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,8 +8,6 @@ ref: | |
| memory: 2Gi | ||
| dependencies: | ||
| - name: "release:latest" | ||
| env: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @vrutkovs , why was this not defaulting to
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| - name: "release:latest" | ||
| env: RELEASE_IMAGE_LATEST | ||
| env: OPENSHIFT_INSTALL_RELEASE_IMAGE | ||
| documentation: |- | ||
| The IPI install step runs the OpenShift Installer from stable-initial imagestream in order to bring up an OpenShift cluster, using the provided cluster profile to choose a target IaaS platform. Anything that needs to be configured using manifests should generate them before this step and put them in the SHARED_DIR with the filename manifest_(manifest_name).yml so that this step can pull in the manifest in. | ||
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.
self upgrade tests need to have