Skip to content

Commit 2ffbec7

Browse files
fix
Created using spr 1.3.7
1 parent cae46e5 commit 2ffbec7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.ci/monolithic-linux.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
6565
start-group "ninja"
6666

6767
# Targets are not escaped as they are passed as separate arguments.
68-
ninja -C "${BUILD_DIR}" -k 0 ${targets} |& tee ninja.log
68+
# DO NOT SUBMIT: Readd -k 0
69+
ninja -C "${BUILD_DIR}" ${targets} |& tee ninja.log
6970

7071
if [[ "${runtime_targets}" != "" ]]; then
7172
start-group "ninja Runtimes"

.ci/premerge_advisor_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import generate_test_report_lib
1212

13-
PREMERGE_ADVISOR_URL = "http://premerge-advisor:5000/upload"
13+
PREMERGE_ADVISOR_URL = "http://premerge-advisor.premerge-advisor:5000/upload"
1414

1515

1616
def main(commit_sha, workflow_run_number, build_log_files):

0 commit comments

Comments
 (0)