1
0
Fork 0

disable clang format / tidy for master and release builds

This commit is contained in:
Mikhail Goncharov 2020-06-16 17:29:04 +02:00
parent 4c3cd1b6f5
commit af7bd86875
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ metadata:
name: premerge-debian name: premerge-debian
namespace: buildkite namespace: buildkite
spec: spec:
replicas: 2 replicas: 4
template: template:
metadata: metadata:
labels: labels:

View file

@ -28,7 +28,7 @@ if __name__ == '__main__':
'export SRC=${BUILDKITE_BUILD_PATH}/llvm-premerge-checks', 'export SRC=${BUILDKITE_BUILD_PATH}/llvm-premerge-checks',
'rm -rf ${SRC}', 'rm -rf ${SRC}',
'git clone --depth 1 --branch ${scripts_branch} https://github.com/google/llvm-premerge-checks.git ${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"', '--projects="clang;clang-tools-extra;libc;libcxx;libcxxabi;lld;libunwind;mlir;flang"',
], ],
'artifact_paths': ['artifacts/**/*', '*_result.json'], 'artifact_paths': ['artifacts/**/*', '*_result.json'],