-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI:BUILD] Cirrus: Never skip running Windows Cross task #16401
[CI:BUILD] Cirrus: Never skip running Windows Cross task #16401
Conversation
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a really unfortunate amount of duplication. How urgent is this? Would it be possible to respin with
if [[ ! $ALT_NAME =~ Windows ]]; then _bail....
If it's too urgent, then LGTM anyway.
/lgtm
/hold
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cevich, edsantiago The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
33c5df9
to
aa3dae4
Compare
Force-pushed: Applied Ed's suggestion. CI will run fast on this PR. |
I thought it was super urgent, but I guess not? In any case, probably best not to add ugly. |
All the other Windows tasks depend on access to a podman-remote build from the Alt. Arch. `Windows Cross` task. Re-arrange the test-skipping call to never skip here only. Signed-off-by: Chris Evich <[email protected]>
aa3dae4
to
f3195c9
Compare
/lgtm Thank you |
/hold cancel |
All the other Windows tasks depend on access to a podman-remote build from the Alt. Arch.
Windows Cross
task. Re-arrange the test-skipping call to never skip here only.Ref: #16399 (comment)
Does this PR introduce a user-facing change?