1
0
Fork 0
llvm-premerge-checks/scripts
Mikhail Goncharov 89d294ef42 return exit status of ninja command
- Fix for #207. Previously grep was exiting with 1 and fail build if all
  lines from ninja are filtered. Also piping might hide exit code of the
  initial command. Now "tee" and "grep" is implemented on python level
  and we get exit code of the original command.

- Fixed default value of "scripts_branch", print scripts commit;

- Added option to filter ninja output (on by default as before).

- Copied cache usege reporting and error handling from "master" branch
  build to diff checks (useful for debugging).
2020-07-10 19:35:29 +02:00
..
buildkite return exit status of ninja command 2020-07-10 19:35:29 +02:00
metrics fixed report writing 2020-05-06 17:24:26 +02:00
phab2github added documentation, fixed constructor 2020-03-13 16:58:12 +01:00
phabtalk Print commands to reproduce build locally 2020-07-09 15:31:34 +02:00
.gitignore first draft of benchmark script 2020-03-25 09:07:28 +01:00
__init__.py Add windows build 2020-06-03 13:40:22 +02:00
benchmark.py write results on failures 2020-04-02 09:44:13 +02:00
choose_projects.py By default: building all enabled projects. 2020-04-23 11:22:31 +02:00
clang-format.ignore Ignore selected paths for clang-format and clang-tidy 2020-01-22 19:05:36 +01:00
clang-tidy-comments.ignore Ignore selected paths for clang-format and clang-tidy 2020-01-22 19:05:36 +01:00
clang-tidy.ignore clang-tidy: Ignore all of libclc source 2020-06-17 12:00:26 +01:00
clang_format_report.py Add windows build 2020-06-03 13:40:22 +02:00
clang_tidy_report.py Add windows build 2020-06-03 13:40:22 +02:00
cleanup_branches.py error handling 2020-06-29 11:41:48 +02:00
common.ps1 fixed more windows weirdness 2019-12-16 10:09:47 +00:00
exec_utils.py return exit status of ninja command 2020-07-10 19:35:29 +02:00
ignore_diff.py building with buildkite 2020-05-25 16:42:40 +02:00
lint.sh building with buildkite 2020-05-25 16:42:40 +02:00
llvm-dependencies.yaml added missing dependencies to libc 2020-05-20 06:10:28 +02:00
premerge_checks.py return exit status of ninja command 2020-07-10 19:35:29 +02:00
requirements.txt upgrade gitpython to 3.0.6 2020-02-24 15:04:46 +00:00
run_buildkite.ps1 added quotes 2020-02-05 14:27:08 +01:00
run_buildkite.sh setting targetdir 2020-01-17 10:25:24 +01:00
run_cmake.ps1 changing git diff after changes were committed 2020-02-10 16:28:41 +01:00
run_cmake.py Print commands to reproduce build locally 2020-07-09 15:31:34 +02:00
run_cmake.sh removed lldb 2020-04-24 11:59:37 +02:00
run_cmake_config.yaml Print commands to reproduce build locally 2020-07-09 15:31:34 +02:00
run_ninja.ps1 changed error action 2020-01-17 15:56:23 +01:00
run_ninja.py building with buildkite 2020-05-25 16:42:40 +02:00
run_ninja.sh trying to fix partial test XML 2020-02-06 17:48:36 +01:00
test_results_report.py Update clang version 2020-06-18 10:55:15 +02:00
windows_agent_bootstrap.ps1 Move agents to default queue 2020-06-05 10:50:42 +02:00
windows_agent_start_buildkite.ps1 Show stats on linux / windows 2020-07-08 14:32:59 +02:00
windows_agent_start_jenkins.ps1 Update docs and script for installing win machines 2020-05-27 15:41:49 +02:00