Skip to content

Commit 5c539ea

Browse files
committed
[libc++] Perform the bootstrapping build before legacy builds in CI
This is to help reduce latency by running longer jobs before shorter ones.
1 parent 195730a commit 5c539ea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ steps:
241241
timeout_in_minutes: 120
242242

243243
# Tests with the various supported ways to build libc++.
244-
- label: "Legacy Lit configuration"
245-
command: "libcxx/utils/ci/run-buildbot legacy-test-config"
244+
- label: "Bootstrapping build"
245+
command: "libcxx/utils/ci/run-buildbot bootstrapping-build"
246246
artifact_paths:
247247
- "**/test-results.xml"
248248
agents:
@@ -254,8 +254,8 @@ steps:
254254
limit: 2
255255
timeout_in_minutes: 120
256256

257-
- label: "Legacy standalone build"
258-
command: "libcxx/utils/ci/run-buildbot legacy-standalone"
257+
- label: "Legacy Lit configuration"
258+
command: "libcxx/utils/ci/run-buildbot legacy-test-config"
259259
artifact_paths:
260260
- "**/test-results.xml"
261261
agents:
@@ -267,8 +267,8 @@ steps:
267267
limit: 2
268268
timeout_in_minutes: 120
269269

270-
- label: "Legacy LLVM_ENABLE_PROJECTS build"
271-
command: "libcxx/utils/ci/run-buildbot legacy-project-build"
270+
- label: "Legacy standalone build"
271+
command: "libcxx/utils/ci/run-buildbot legacy-standalone"
272272
artifact_paths:
273273
- "**/test-results.xml"
274274
agents:
@@ -280,8 +280,8 @@ steps:
280280
limit: 2
281281
timeout_in_minutes: 120
282282

283-
- label: "Bootstrapping build"
284-
command: "libcxx/utils/ci/run-buildbot bootstrapping-build"
283+
- label: "Legacy LLVM_ENABLE_PROJECTS build"
284+
command: "libcxx/utils/ci/run-buildbot legacy-project-build"
285285
artifact_paths:
286286
- "**/test-results.xml"
287287
agents:

0 commit comments

Comments
 (0)