Add kubevirt-builder as build base - #8211
Conversation
f44807d to
ab1a3c3
Compare
There was a problem hiding this comment.
where does this kubevirt-builder container come from? would it not make sense for us to build this build container from the upstream sources?
There was a problem hiding this comment.
I've added an image stream to import the kubevirt builder images from the docker registry: https://github.com/openshift/release/blob/7f2a4c4d470010cc9e05e1dc34f70b2e75b5b357/core-services/supplemental-ci-images/kubevirt_builder_is.yaml
There was a problem hiding this comment.
AFAIU there are technical reasons why this had to be done in a separate PR.
There was a problem hiding this comment.
And as you can see here it succeeds in using the image, but fails when trying to use the new script (contained in the related kubevirt PR)
There was a problem hiding this comment.
ah, i see. makes sense then.
ab1a3c3 to
26428b7
Compare
Signed-off-by: Daniel Hiller <daniel.hiller.1972@gmail.com>
26428b7 to
91ec26d
Compare
|
/retest |
|
@dhiller: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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/test-infra repository. I understand the commands that are listed here. |
|
Fix to Dockerfile.ci is here: kubevirt/kubevirt#3326 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidvossel, dhiller The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@dhiller: Updated the following 5 configmaps:
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/test-infra repository. |
In order to use the kubevirt builder image (provided by this image stream) as base for kubevirt builds we reference it in the configuration.
Goes together with this one: kubevirt/kubevirt#3143