Uh oh!
There was an error while loading. Please reload this page.
CI: ensure artifacts can be fetched successfully - #1725
Conversation
leofang
commented
Mar 5, 2026
/ok to test a403f90 |
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
|
rwgk
commented
Mar 6, 2026
I took a quick look at this PR, purely out of curiosity. After Cursor explained what this PR does I asked: See below for the response triggered by that one question. Does the response make sense? Initial QuestionAsked about PR 1725 (commit What the Original Change DidThe PR changed the
This was done in three workflow files:
The purpose was to ensure backport CI only downloads artifacts from successful runs, not failed ones. Follow-Up DiscussionQuestion: "Wouldn't it be safer to fail if the last run on the backport branch was not successful?" Rationale: The current approach ( Solution ImplementedUpdated all three workflow files to:
Benefits
Changes MadeDiff: |
xref: #1714 (comment)