File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -241,8 +241,8 @@ steps:
241
241
timeout_in_minutes : 120
242
242
243
243
# 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 "
246
246
artifact_paths :
247
247
- " **/test-results.xml"
248
248
agents :
@@ -254,8 +254,8 @@ steps:
254
254
limit : 2
255
255
timeout_in_minutes : 120
256
256
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 "
259
259
artifact_paths :
260
260
- " **/test-results.xml"
261
261
agents :
@@ -267,8 +267,8 @@ steps:
267
267
limit : 2
268
268
timeout_in_minutes : 120
269
269
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 "
272
272
artifact_paths :
273
273
- " **/test-results.xml"
274
274
agents :
@@ -280,8 +280,8 @@ steps:
280
280
limit : 2
281
281
timeout_in_minutes : 120
282
282
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"
285
285
artifact_paths :
286
286
- " **/test-results.xml"
287
287
agents :
You can’t perform that action at this time.
0 commit comments