1
0
Fork 0
llvm-premerge-checks/scripts
Mikhail Goncharov 681fbbe2cf Process results and unit-test output of libcxx
Now "report" step combines result in a uniform way and processes unit test
results XML output. It works for sub-builds only started from the 'premerge'
pipeline, i.e. non-recursive. One downside is that now one has to wait until
all jobs have finished.

- Add instructions to setup python environment

- added option to do full report cycle but not call Phabricator

- use "annotations" to show build status. That lifts the need to filter ninja
  and other output (thus `ph_no_filter_output` param removed) and output
  everything. That is nice as script failures no longer lead to loss of logs.

- improved annotate() usability

- misc fixes
2020-11-25 15:29:50 +01:00
..
metrics Allow projects to define custom steps 2020-10-02 16:19:57 +02:00
phab2github added documentation, fixed constructor 2020-03-13 16:58:12 +01:00
phabtalk Process results and unit-test output of libcxx 2020-11-25 15:29:50 +01: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
add_phabricator_artifact.py Process results and unit-test output of libcxx 2020-11-25 15:29:50 +01:00
apply_patch.sh improvements to patch process 2020-11-03 16:15:36 +01:00
benchmark.py write results on failures 2020-04-02 09:44:13 +02:00
buildkite_utils.py Process results and unit-test output of libcxx 2020-11-25 15:29:50 +01:00
choose_projects.py Fix project exclusion rules 2020-10-08 12:08:57 +02:00
clang-format.ignore ignore **/test for clang-format 2020-07-22 18:59:47 +02:00
clang-tidy-comments.ignore remove jenkins configs and scrips 2020-09-01 09:51:49 +02:00
clang-tidy.ignore add some platform-specific asan files to clang-tidy.ignore list 2020-09-13 12:11:55 +02:00
clang_format_report.py Process results and unit-test output of libcxx 2020-11-25 15:29:50 +01:00
clang_tidy_report.py Process results and unit-test output of libcxx 2020-11-25 15:29:50 +01: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
llvm-dependencies.yaml get libcxx steps from sh output 2020-10-09 11:06:36 +02:00
patch_diff.py log git apply output in case of error 2020-11-04 09:34:32 +01:00
pipeline_create_branch.py Process results and unit-test output of libcxx 2020-11-25 15:29:50 +01:00
pipeline_master.py Process results and unit-test output of libcxx 2020-11-25 15:29:50 +01:00
pipeline_premerge.py Process results and unit-test output of libcxx 2020-11-25 15:29:50 +01:00
premerge_checks.py Process results and unit-test output of libcxx 2020-11-25 15:29:50 +01:00
requirements.txt Process results and unit-test output of libcxx 2020-11-25 15:29:50 +01:00
run_cmake.py rename CCACHE_PATH to CCACHE_DIR 2020-08-26 14:22:37 +02:00
run_cmake_config.yaml rename CCACHE_PATH to CCACHE_DIR 2020-08-26 14:22:37 +02:00
run_ninja.py building with buildkite 2020-05-25 16:42:40 +02:00
set_build_status.py Process results and unit-test output of libcxx 2020-11-25 15:29:50 +01:00
steps.py Process results and unit-test output of libcxx 2020-11-25 15:29:50 +01:00
summary.py Process results and unit-test output of libcxx 2020-11-25 15:29:50 +01:00
test_results_report.py Process results and unit-test output of libcxx 2020-11-25 15:29:50 +01:00
windows_agent_bootstrap.ps1 ipython notebook to analyze build speed per agent 2020-07-16 18:04:09 +02:00
windows_agent_start_buildkite.ps1 Show stats on linux / windows 2020-07-08 14:32:59 +02:00