Describe how to test a release payload from upstream CI #830
Labels
documentation
Improvements or additions to documentation
priority-medium
Medium priority issue or pull request
size-medium
Size medium
Would be great to be able to test release payload that CI builds for PRs in the https://github.com/openshift/origin repo.
There are several problems we need to take into account while documenting it:
Notes useful to resolve the ticket.
To get pull secret for the upstream CI:
oc login
against https://api.ci.openshift.org/oc registry login --to=- | jq -r '. | tostring | "pullSecret: '"'"'\(.)'"'"'"'
to get the pull secretWondering if providing this pull secret via
--pull-secret
inaz aro create
will allow us to pull payload & images from the CI registry. I treid this quickly, but something failed (didn't have a chance to dig into details).The text was updated successfully, but these errors were encountered: