Closed redbeam closed 2 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign praveenkumar for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
@redbeam: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-microshift | f832dca9696b7d543a4fb5c8d3ce053a09e150c3 | link | true | /test e2e-microshift |
Full PR test history. Your PR dashboard.
/cherry-pick release-4.17 /cherry-pick master
@praveenkumar: once the present PR merges, I will cherry-pick it on top of release-4.17 in a new PR and assign it to you.
@praveenkumar: #957 failed to apply on top of branch "release-4.17":
Applying: ci.sh: moved test artifacts folder to crc-tmp-install-data
Using index info to reconstruct a base tree...
M ci.sh
Falling back to patching base and 3-way merge...
Auto-merging ci.sh
CONFLICT (content): Merge conflict in ci.sh
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 ci.sh: moved test artifacts folder to crc-tmp-install-data
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
@praveenkumar: #957 failed to apply on top of branch "master":
Applying: ci.sh: moved test artifacts folder to crc-tmp-install-data
Using index info to reconstruct a base tree...
M ci.sh
Falling back to patching base and 3-way merge...
Auto-merging ci.sh
CONFLICT (content): Merge conflict in ci.sh
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 ci.sh: moved test artifacts folder to crc-tmp-install-data
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Currently the artifacts generated by
openshift-tests
are lost when the pipeline finishes, with this change we move it inside thecrc-tmp-install-data
folder so that it gets uploaded to GCS.