fix: OADP velero 1.4 branch#53237
Conversation
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse |
|
@mateusoliveira43: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse ack |
|
@mateusoliveira43: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kaovilai, mateusoliveira43 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 |
|
This PR addresses issue with ci-tools openshift/ci-tools#4165 |
|
@mateusoliveira43: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
| test: | ||
| - as: unit | ||
| commands: make -f Makefile.prow ci | ||
| commands: PATH="/go/bin:$PATH" make -f Makefile.prow ci |
There was a problem hiding this comment.
Which image is that from?
I wonder if it's not easier to use one of the go env to ensure it's there ,because we can't be sure konveyor will always stay there:
https://github.com/konveyor/builder/blob/main/Dockerfile.ubi9#L13-L32
There was a problem hiding this comment.
From here https://github.com/openshift/ci-tools/blame/master/pkg/steps/source.go#L102
This is added to our image when our repo is configured to use imagestreamtag which openshift prow replaces FROM in our dockerfile. Not something specified in konveyor builder.
There was a problem hiding this comment.
image_stream_tag line 2 (which would be fine)
but as Tiger noted openshift/ci-tools#4165 this is needed
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
Fix for unit tests in branch oadp-1.4 of Velero fork.