This is an archive of the discontinued LLVM Phabricator instance.

[clang] Also run the clang tests as part of the Clang-specific CI pipeline
ClosedPublic

Authored by ldionne on Aug 24 2023, 12:05 PM.

Details

Summary

We used to rely on the monorepo-wide premerge checks for running Clang
tests, but I think it makes more sense to run the Clang tests explicitly
in its CI pipeline since we want to move away from monorepo-wide checks.

Diff Detail

Event Timeline

ldionne created this revision.Aug 24 2023, 12:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2023, 12:05 PM
ldionne requested review of this revision.Aug 24 2023, 12:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2023, 12:05 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
ldionne updated this revision to Diff 553255.Aug 24 2023, 2:03 PM

Only run check-clang

This revision was not accepted when it landed; it landed in state Needs Review.Aug 25 2023, 4:53 AM
This revision was automatically updated to reflect the committed changes.