Closed blallau closed 2 months ago
Hi @blallau. Thanks for your PR.
I'm waiting for a metal3-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
We have https://github.com/metal3-io/ironic-image/pull/540 already addressing similar issue, can you collaborate on that PR?
/ok-to-test
Please fix shellcheck issues, preferably use curlys around variables as well, and when linting is green, trigger integration tests.
/retest
/retest
Retest won't run tests that are not run in the first place. /test metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main
Can you rebase, so the fix we have merged is included. Otherwise CI won't work.
Can you rebase, so the fix we have merged is included. Otherwise CI won't work.
The official fix is in, so this should work now. /retest
/cc @dtantsur
/approve thanks
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: derekhiggins
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Use inotifywait instead of an infinite loop.
Fixes #547