don't report back to pahabricator in master build
This commit is contained in:
parent
770f6726bc
commit
3170572590
1 changed files with 0 additions and 5 deletions
|
@ -28,11 +28,6 @@ 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}',
|
||||||
# Add link in review to the build.
|
|
||||||
'${SRC}/scripts/phabtalk/add_url_artifact.py '
|
|
||||||
'--phid="$ph_target_phid" '
|
|
||||||
'--url="$BUILDKITE_BUILD_URL" '
|
|
||||||
'--name="Buildkite build"',
|
|
||||||
'${SRC}/scripts/premerge_checks.py --check-clang-format --check-clang-tidy --projects=default',
|
'${SRC}/scripts/premerge_checks.py --check-clang-format --check-clang-tidy --projects=default',
|
||||||
],
|
],
|
||||||
'artifact_paths': ['artifacts/**/*', '*_result.json'],
|
'artifact_paths': ['artifacts/**/*', '*_result.json'],
|
||||||
|
|
Loading…
Reference in a new issue