[libc++][CI] Reorder jobs.
authorMark de Wever <koraq@xs4all.nl>
Wed, 19 Oct 2022 18:01:57 +0000 (20:01 +0200)
committerMark de Wever <koraq@xs4all.nl>
Thu, 20 Oct 2022 15:28:07 +0000 (17:28 +0200)
commit37fc37dd5d4970d7aab70c7db3f9bee9bb042e2d
treecac9d4e3ba633779f92be0ab1201734d757ba8f7
parentc66426f3a06fa8626b1bd4fb0844aa04a424037c
[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
libcxx/utils/ci/buildkite-pipeline.yml