Skip to content

Commit 7ea1fe7

Browse files
committed
Revert "[libc++] Try handling spurious cancellation in the mainline CI restarter"
This reverts commit ecbf64d, since that seems to cause the CI to restart-loop instead of doing what it should.
1 parent da421f5 commit 7ea1fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libcxx-restart-preempted-jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
script: |
3535
const failure_regex = /Process completed with exit code 1./
36-
const preemption_regex = /(The runner has received a shutdown signal)|(The operation was canceled)/
36+
const preemption_regex = /The runner has received a shutdown signal/
3737
3838
const wf_run = context.payload.workflow_run
3939
core.notice(`Running on "${wf_run.display_title}" by @${wf_run.actor.login} (event: ${wf_run.event})\nWorkflow run URL: ${wf_run.html_url}`)

0 commit comments

Comments
 (0)