1
0
Fork 0
llvm-premerge-checks/scripts/buildkite
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
..
apply_patch.sh check out fork into different directory 2020-06-17 16:09:10 +02:00
build_branch_pipeline.py return exit status of ninja command 2020-07-10 19:35:29 +02:00
build_master_pipeline.py return exit status of ninja command 2020-07-10 19:35:29 +02:00
create_branch_pipeline.py Specify timeout for every step 2020-06-29 12:17:03 +02:00
set_build_status.py Flush stdout to fix log update 2020-06-17 15:07:19 +02:00
summary.py Flush stdout to fix log update 2020-06-17 15:07:19 +02:00
utils.py Add windows build 2020-06-03 13:40:22 +02:00