Lines Matching +full:build +full:- +full:macos

1 #===----------------------------------------------------------------------===##
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 #===----------------------------------------------------------------------===##
10 # This file describes the various pre-commit CI bots used to test libc++.
12 # This file should never contain logic -- all the logic must be offloaded
22 # Light pre-commit tests for things like formatting or when people forget
25 - label: "Format"
26 command: "libcxx/utils/ci/run-buildbot check-format"
28 - "**/clang-format.patch"
30 queue: "libcxx-builders"
33 - exit_status: -1 # Agent was lost
36 - exit_status: 1
38 - label: "Generated output"
39 command: "libcxx/utils/ci/run-buildbot check-generated-output"
41 - "**/generated_output.patch"
43 queue: "libcxx-builders"
46 - exit_status: -1 # Agent was lost
54 - wait
56 - label: "C++2b"
57 command: "libcxx/utils/ci/run-buildbot generic-cxx2b"
59 - "**/test-results.xml"
60 - "**/*.abilist"
62 queue: "libcxx-builders"
65 - exit_status: -1 # Agent was lost
68 - label: "C++20"
69 command: "libcxx/utils/ci/run-buildbot generic-cxx20"
71 - "**/test-results.xml"
72 - "**/*.abilist"
74 queue: "libcxx-builders"
77 - exit_status: -1 # Agent was lost
80 - label: "C++17"
81 command: "libcxx/utils/ci/run-buildbot generic-cxx17"
83 - "**/test-results.xml"
84 - "**/*.abilist"
86 queue: "libcxx-builders"
89 - exit_status: -1 # Agent was lost
92 - label: "C++14"
93 command: "libcxx/utils/ci/run-buildbot generic-cxx14"
95 - "**/test-results.xml"
96 - "**/*.abilist"
98 queue: "libcxx-builders"
101 - exit_status: -1 # Agent was lost
103 - label: "C++11"
104 command: "libcxx/utils/ci/run-buildbot generic-cxx11"
106 - "**/test-results.xml"
107 - "**/*.abilist"
109 queue: "libcxx-builders"
112 - exit_status: -1 # Agent was lost
115 - label: "C++03"
116 command: "libcxx/utils/ci/run-buildbot generic-cxx03"
118 - "**/test-results.xml"
119 - "**/*.abilist"
121 queue: "libcxx-builders"
124 - exit_status: -1 # Agent was lost
127 - label: "GCC/C++20"
128 command: "libcxx/utils/ci/run-buildbot generic-gcc"
130 - "**/test-results.xml"
132 queue: "libcxx-builders"
135 - exit_status: -1 # Agent was lost
141 - wait
143 - label: "-fno-exceptions"
144 command: "libcxx/utils/ci/run-buildbot generic-noexceptions"
146 - "**/test-results.xml"
148 queue: "libcxx-builders"
151 - exit_status: -1 # Agent was lost
154 - label: "Static libraries"
155 command: "libcxx/utils/ci/run-buildbot generic-static"
157 - "**/test-results.xml"
159 queue: "libcxx-builders"
162 - exit_status: -1 # Agent was lost
165 - label: "Debug iterators"
166 command: "libcxx/utils/ci/run-buildbot generic-debug-iterators"
168 - "**/test-results.xml"
169 - "**/*.abilist"
171 queue: "libcxx-builders"
174 - exit_status: -1 # Agent was lost
177 - label: "ASAN"
178 command: "libcxx/utils/ci/run-buildbot generic-asan"
180 - "**/test-results.xml"
182 queue: "libcxx-builders"
185 - exit_status: -1 # Agent was lost
188 - label: "TSAN"
189 command: "libcxx/utils/ci/run-buildbot generic-tsan"
191 - "**/test-results.xml"
193 queue: "libcxx-builders"
196 - exit_status: -1 # Agent was lost
199 - label: "UBSAN"
200 command: "libcxx/utils/ci/run-buildbot generic-ubsan"
202 - "**/test-results.xml"
204 queue: "libcxx-builders"
207 - exit_status: -1 # Agent was lost
210 - label: "With LLVM's libunwind"
211 command: "libcxx/utils/ci/run-buildbot generic-with_llvm_unwinder"
213 - "**/test-results.xml"
215 queue: "libcxx-builders"
218 - exit_status: -1 # Agent was lost
221 - label: "Single-threaded"
222 command: "libcxx/utils/ci/run-buildbot generic-singlethreaded"
224 - "**/test-results.xml"
226 queue: "libcxx-builders"
229 - exit_status: -1 # Agent was lost
232 - label: "No debug mode"
233 command: "libcxx/utils/ci/run-buildbot generic-no-debug"
235 - "**/test-results.xml"
237 queue: "libcxx-builders"
240 - exit_status: -1 # Agent was lost
243 - label: "No Filesystem"
244 command: "libcxx/utils/ci/run-buildbot generic-no-filesystem"
246 - "**/test-results.xml"
248 queue: "libcxx-builders"
251 - exit_status: -1 # Agent was lost
254 - label: "No random device"
255 command: "libcxx/utils/ci/run-buildbot generic-no-random_device"
257 - "**/test-results.xml"
259 queue: "libcxx-builders"
262 - exit_status: -1 # Agent was lost
265 - label: "No locale"
266 command: "libcxx/utils/ci/run-buildbot generic-no-localization"
268 - "**/test-results.xml"
270 queue: "libcxx-builders"
273 - exit_status: -1 # Agent was lost
276 - label: "Benchmarks"
277 command: "libcxx/utils/ci/run-buildbot benchmarks"
279 - "**/test-results.xml"
281 queue: "libcxx-builders"
284 - exit_status: -1 # Agent was lost
287 - label: "Documentation"
288 command: "libcxx/utils/ci/run-buildbot documentation"
290 - "**/test-results.xml"
292 queue: "libcxx-builders"
295 - exit_status: -1 # Agent was lost
298 - label: "Legacy Lit configuration"
299 command: "libcxx/utils/ci/run-buildbot legacy-test-config"
301 - "**/test-results.xml"
303 queue: "libcxx-builders"
306 - exit_status: -1 # Agent was lost
309 - label: "Legacy standalone build"
310 command: "libcxx/utils/ci/run-buildbot legacy-standalone"
312 - "**/test-results.xml"
314 queue: "libcxx-builders"
317 - exit_status: -1 # Agent was lost
320 - label: "Unified standalone build"
321 command: "libcxx/utils/ci/run-buildbot unified-standalone"
323 - "**/test-results.xml"
325 queue: "libcxx-builders"
328 - exit_status: -1 # Agent was lost
331 - label: "Runtimes build"
332 command: "libcxx/utils/ci/run-buildbot runtimes-build"
334 - "**/test-results.xml"
336 queue: "libcxx-builders"
339 - exit_status: -1 # Agent was lost
342 - label: "Windows (DLL)"
343 command: "bash libcxx/utils/ci/run-buildbot windows-dll"
345 - "**/test-results.xml"
350 - exit_status: -1 # Agent was lost
353 - label: "Windows (Static)"
354 command: "bash libcxx/utils/ci/run-buildbot windows-static"
356 - "**/test-results.xml"
361 - exit_status: -1 # Agent was lost
364 - label: "MacOS C++20"
365 command: "libcxx/utils/ci/run-buildbot generic-cxx20"
367 - "**/test-results.xml"
368 - "**/*.abilist"
370 queue: "libcxx-builders-macos"
373 - exit_status: -1 # Agent was lost
376 # Build with the configuration we use to generate libc++.dylib on Apple platforms
377 - label: "Apple system"
378 command: "libcxx/utils/ci/run-buildbot x86_64-apple-system"
380 - "**/test-results.xml"
382 queue: "libcxx-builders-macos"
385 - exit_status: -1 # Agent was lost
388 - label: "Apple system -fno-exceptions"
389 command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-noexceptions"
391 - "**/test-results.xml"
393 queue: "libcxx-builders-macos"
396 - exit_status: -1 # Agent was lost
399 # Test back-deployment to older Apple platforms
400 - label: "Apple back-deployment macosx10.9"
401 command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-backdeployment-10.9"
403 - "**/test-results.xml"
405 …queue: "libcxx-builders-macos10.15" # TODO: For now, we're running the back-deployment tests for 1…
408 - exit_status: -1 # Agent was lost
411 - label: "Apple back-deployment macosx10.15"
412 command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-backdeployment-10.15"
414 - "**/test-results.xml"
416 queue: "libcxx-builders-macos10.15"
419 - exit_status: -1 # Agent was lost
422 - label: "AArch64"
423 command: "libcxx/utils/ci/run-buildbot aarch64"
425 - "**/test-results.xml"
427 queue: "libcxx-builders-linaro-arm"
431 - exit_status: -1 # Agent was lost
434 - label: "AArch64 -fno-exceptions"
435 command: "libcxx/utils/ci/run-buildbot aarch64-noexceptions"
437 - "**/test-results.xml"
439 queue: "libcxx-builders-linaro-arm"
443 - exit_status: -1 # Agent was lost
446 - label: "Armv8"
447 command: "libcxx/utils/ci/run-buildbot armv8"
449 - "**/test-results.xml"
451 queue: "libcxx-builders-linaro-arm"
455 - exit_status: -1 # Agent was lost
458 - label: "Armv8 -fno-exceptions"
459 command: "libcxx/utils/ci/run-buildbot armv8-noexceptions"
461 - "**/test-results.xml"
463 queue: "libcxx-builders-linaro-arm"
467 - exit_status: -1 # Agent was lost
470 - label: "Armv7"
471 command: "libcxx/utils/ci/run-buildbot armv7"
473 - "**/test-results.xml"
475 queue: "libcxx-builders-linaro-arm"
479 - exit_status: -1 # Agent was lost
482 - label: "Armv7 -fno-exceptions"
483 command: "libcxx/utils/ci/run-buildbot armv7-noexceptions"
485 - "**/test-results.xml"
487 queue: "libcxx-builders-linaro-arm"
491 - exit_status: -1 # Agent was lost