Skip to content
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

Describe how to test a release payload from upstream CI #830

Open
m1kola opened this issue Jun 19, 2020 · 1 comment
Open

Describe how to test a release payload from upstream CI #830

m1kola opened this issue Jun 19, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation priority-medium Medium priority issue or pull request size-medium Size medium

Comments

@m1kola
Copy link
Contributor

m1kola commented Jun 19, 2020

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:

  • Images are guarded with a pull secret, so we can not simply copy-paste image name from CI
  • We might need ssh access to bootstrap node for debuging, so it's worth mentioning that the cluster should be in a dev vnet where ssh is allowed
  • Images from the CI registry get garbage collected after a short period of time

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 secret

Wondering if providing this pull secret via --pull-secret in az 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).

@m1kola m1kola added documentation Improvements or additions to documentation priority-medium Medium priority issue or pull request size-medium Size medium labels Jun 19, 2020
@Deepak0320Singhal
Copy link

Hey I want to het started with open source can anyone help me in contributing this issue,
@m1kola can you help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation priority-medium Medium priority issue or pull request size-medium Size medium
Projects
None yet
Development

No branches or pull requests

2 participants