[all-commits] [llvm/llvm-project] ecbf64: [libc++] Try handling spurious cancellation in the...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Dec 10 07:03:07 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecbf64d6dc61f4fd76bee7b139234277b7fd2f7b
https://github.com/llvm/llvm-project/commit/ecbf64d6dc61f4fd76bee7b139234277b7fd2f7b
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M .github/workflows/libcxx-restart-preempted-jobs.yaml
Log Message:
-----------
[libc++] Try handling spurious cancellation in the mainline CI restarter
We've been having issues with cancelled CI jobs due to Docker-in-Docker
failures (spurious). I tried addressing that by adding a new flavor of
the restarter action, but that clearly hasn't worked out since we see
a lot of these spurious failures.
This PR is an attempt to fix this by changing the mainline CI restarter
used by libc++, not just the workflow job I added for testing. I have to
check this in to test it because this workflow uses the version that's
on the main branch.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list