Skip to content

Commit e34ddb1

Browse files
committed
[clang][ci] Don't block all jobs on clang-format
It was expressed in some reviews that Clang folks didn't want to hold off other testing jobs in case clang-format failed. This patch makes it so that the basic clang testing jobs will run even if clang-format fails on the patch. The overall build will still be marked as failed, but it will be possible to see the failures in clang tests so at least there will be some feedback available. The whole pipeline was originally blocked on clang-format because we inherited that pipeline definition from libc++, where we want to block on clang-format for capacity reasons. Differential Revision: https://reviews.llvm.org/D159197
1 parent 64da981 commit e34ddb1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/utils/ci/buildkite-pipeline.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ steps:
2020
- label: "Format"
2121
commands:
2222
- "clang/utils/ci/run-buildbot check-format"
23-
2423
agents:
2524
queue: "linux"
2625
retry:
@@ -29,8 +28,6 @@ steps:
2928
limit: 2
3029
timeout_in_minutes: 120
3130

32-
- wait
33-
3431
- label: "Building and testing clang (Linux)"
3532
commands:
3633
- "clang/utils/ci/run-buildbot build-clang"

0 commit comments

Comments
 (0)