Closed danielerez closed 1 year ago
Hi @danielerez. Thanks for your PR.
I'm waiting for a openshift-metal3 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.
/cc @bfournie /cc @andfasano /cc @rwsu
/ok-to-test
/lgtm
As a side note, I think it'd be useful to have an appliance job, even optional, in dev-scripts openshift/release CI, so that it could be possible to verify/tests those PRs directly in the CI (without the need to run them locally) cc @bfournie @rwsu
/retest
/lgtm
As a side note, I think it'd be useful to have an appliance job, even optional, in dev-scripts openshift/release CI, so that it could be possible to verify/tests those PRs directly in the CI (without the need to run them locally) cc @bfournie @rwsu
Already working on it :) https://github.com/openshift/release/pull/42043 Will probably also add some job to the installer/agent.
@danielerez: 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-agent-ha-dualstack | 4f8e2a93864a5ee6d613174413741812dc4e20d8 | link | false | /test e2e-agent-ha-dualstack |
Full PR test history. Your PR dashboard.
/retest
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: bfournie
The full list of commands accepted by this bot can be found here.
The pull request process is described here
The config-image should be created only once (as the ISO is shared by all machines). Hence, moved the config-image creation logic outside of the 'attach_appliance_diskimage' func. I.e. Since this func is called twice (both for masters and workers).