disable clang format / tidy for master and release builds
This commit is contained in:
parent
4c3cd1b6f5
commit
af7bd86875
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ metadata:
|
|||
name: premerge-debian
|
||||
namespace: buildkite
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 4
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
@ -28,7 +28,7 @@ if __name__ == '__main__':
|
|||
'export SRC=${BUILDKITE_BUILD_PATH}/llvm-premerge-checks',
|
||||
'rm -rf ${SRC}',
|
||||
'git clone --depth 1 --branch ${scripts_branch} https://github.com/google/llvm-premerge-checks.git ${SRC}',
|
||||
'${SRC}/scripts/premerge_checks.py --check-clang-format --check-clang-tidy '
|
||||
'${SRC}/scripts/premerge_checks.py '
|
||||
'--projects="clang;clang-tools-extra;libc;libcxx;libcxxabi;lld;libunwind;mlir;flang"',
|
||||
],
|
||||
'artifact_paths': ['artifacts/**/*', '*_result.json'],
|
||||
|
|
Loading…
Reference in a new issue