[all-commits] [llvm/llvm-project] 37fc37: [libc++][CI] Reorder jobs.

mordante via All-commits all-commits at lists.llvm.org
Thu Oct 20 08:28:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 37fc37dd5d4970d7aab70c7db3f9bee9bb042e2d
      https://github.com/llvm/llvm-project/commit/37fc37dd5d4970d7aab70c7db3f9bee9bb042e2d
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
    M libcxx/utils/ci/buildkite-pipeline.yml

  Log Message:
  -----------
  [libc++][CI] Reorder jobs.

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.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D136276




More information about the All-commits mailing list