This is an archive of the discontinued LLVM Phabricator instance.

Trigger the Clang/libc++ CI pipeline even when libc++ has been modified
AbandonedPublic

Authored by ldionne on Jan 10 2023, 12:52 PM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

Previously, we would trigger the usual libc++ CI pipeline if libc++ were
modified. If Clang was modified too, however, we would not trigger its
sub-pipeline. This change fixes that.

Diff Detail

Event Timeline

ldionne created this revision.Jan 10 2023, 12:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 10 2023, 12:52 PM
ldionne requested review of this revision.Jan 10 2023, 12:52 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 10 2023, 12:52 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript

Should this also fix the issue where the scheduled build sometimes picks the "clang build"?
For example https://buildkite.com/llvm-project/libcxx-ci/builds/17300 but I noticed to at other times too.

ldionne abandoned this revision.Jul 12 2023, 6:12 AM

Superseded by D155078