-
Notifications
You must be signed in to change notification settings - Fork 218
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
ose-console: Get rid of distgit lookaside cache #1608
Conversation
Using distgit lookaside cache will not be allowed in the new source container workflow. This PR: - Uses OSBS fetch-artifacts-url.yaml to instruct OSBS to download the binaries from the internal web server during build. - Uses Cachito to provide npm dependencies. Requires: - openshift/console#11497 - openshift-eng/doozer#594 - openshift-eng/doozer#593
@vfreex: No Bugzilla bug is referenced in the title of this pull request. In 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. |
Build #1
|
openshift-eng/ocp-build-data-validator#67 to add |
/cherry-pick openshift-4.10 |
@vfreex: once the present PR merges, I will cherry-pick it on top of openshift-4.10 in a new PR and assign it to you. In 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. |
Build #2
|
Build #3
|
Build #4
|
Build #5
|
Build #6
|
Build #7
|
/lgtm (but let's wait for the other PRs to merge etc) |
Doozer bumped. Merging |
@vfreex: new pull request created: #1625 In 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. |
Using distgit lookaside cache will not be allowed in the new source container workflow.
This PR:
Requires:
packages
option for Cachito doozer#593