This is an archive of the discontinued LLVM Phabricator instance.

[ci] Run the Clang pre-commit CI on the Debian runners
AbandonedPublic

Authored by ldionne on Jan 19 2023, 8:16 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

This is to avoid using the libc++ CI resources for running CI on Clang
patches. Libc++'s own CI has seen a large spike in turnaround time since
we have started sharing our resources with the Clang CI due to the large
number of Clang patches. This is an attempt to mitigate that.

Diff Detail

Event Timeline

ldionne created this revision.Jan 19 2023, 8:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2023, 8:16 AM
Herald added a subscriber: arichardson. · View Herald Transcript
ldionne requested review of this revision.Jan 19 2023, 8:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2023, 8:16 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript

Thanks for working on this! I noticed the additional load on the libc++ CI too.

ldionne abandoned this revision.Aug 31 2023, 6:46 AM

This was actually done in D157324.