Closed lilyLuLiu closed 5 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 adrianriobo for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Can we keep this 2 separate commits? (the sed
changes and the cp
->mv
change)
Both will be needed, but they fix 2 very different things, so better to keep them separate.
I've filed https://github.com/crc-org/crc/pull/4227 which fixes more issues with the release-info check, but which will need the fixes from this PR.
@lilyLuLiu can you drop https://github.com/crc-org/crc/pull/4226/commits/c97baee07a5af1b642c2bf1bd62aee5340b54e07 one and have only one commit because other part is fix in #4227
@praveenkumar , Hi, I separated the commit as @cfergeau suggested.
@lilyLuLiu: The following tests 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-crc | 424f9ffdb1cfbe221a67af6d253964325311998a | link | true | /test e2e-microshift-crc |
ci/prow/e2e-crc | 424f9ffdb1cfbe221a67af6d253964325311998a | link | true | /test e2e-crc |
ci/prow/integration-crc | 424f9ffdb1cfbe221a67af6d253964325311998a | link | true | /test integration-crc |
ci/prow/security | 66b3e5d2b8a74702bdc00349e64cabeb7850f611 | link | false | /test security |
Full PR test history. Your PR dashboard.
/close
changes merged with #4227
make release
fail with error message:The file
release-info.json
was moved to folder release. Thuscheck-release-info
can't find the filesed -i
failed in Makefile when running in MacOS