This is an archive of the discontinued LLVM Phabricator instance.

[libc++][CI] Reorder jobs.
ClosedPublic

Authored by Mordante on Oct 19 2022, 11:08 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG37fc37dd5d49: [libc++][CI] Reorder jobs.
Summary

In the second leg of the CI the steps take about:

  • C++2b 10m
  • C++11 8m
  • C++03 6m
  • Modular build 10m
  • GCC 12 / C++latest 20m

So the slowest job is scheduled last. The CI will wait to start the
third leg until that job is done. The current order increases the
latency of the current job, instead start the slow jobs earlier.

Diff Detail

Event Timeline

Mordante created this revision.Oct 19 2022, 11:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 19 2022, 11:08 AM
Herald added a subscriber: arichardson. · View Herald Transcript
Mordante requested review of this revision.Oct 19 2022, 11:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 19 2022, 11:08 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Oct 19 2022, 6:50 PM
This revision is now accepted and ready to land.Oct 19 2022, 6:50 PM
This revision was automatically updated to reflect the committed changes.