File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,11 @@ function at-exit {
3434
3535 # If building fails there will be no results files.
3636 shopt -s nullglob
37- python3 " ${MONOREPO_ROOT} " /.ci/generate_test_report.py " :linux: Linux x64 Test Results" \
38- " linux-x64-test-results" " ${BUILD_DIR} " /test-results.* .xml
37+ if command -v buildkite-agent 2>&1 > /dev/null
38+ then
39+ python3 " ${MONOREPO_ROOT} " /.ci/generate_test_report.py " :linux: Linux x64 Test Results" \
40+ " linux-x64-test-results" " ${BUILD_DIR} " /test-results.* .xml
41+ fi
3942}
4043trap at-exit EXIT
4144
Original file line number Diff line number Diff line change 6262 export CC=/opt/llvm/bin/clang
6363 export CXX=/opt/llvm/bin/clang++
6464
65- ./.ci/monolithic-linux.sh "$(echo ${linux_projects} | tr ' ' ';')" "$(echo ${linux_check_targets})" "$(echo ${linux_runtimes} | tr ' ' ';')" "$(echo ${linux_runtime_check_targets})"
65+ #./.ci/monolithic-linux.sh "$(echo ${linux_projects} | tr ' ' ';')" "$(echo ${linux_check_targets})" "$(echo ${linux_runtimes} | tr ' ' ';')" "$(echo ${linux_runtime_check_targets})"
66+ ./.ci/monolitic-linux.sh "clang;bolt;lld" "check-bolt" "libcxx" "check-cxx"
You can’t perform that action at this time.
0 commit comments