Skip to content

Commit 3af5a7c

Browse files
[CI] Add Test Build to Premerge Builder
This patch makes it so that the premerge linux builder will do a test builder. This allows us to ensure things are working without having to run the very expensive full build.
1 parent 0119fa5 commit 3af5a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/annotated/premerge/dispatch_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def start_build_linux(commit_sha: str, k8s_client) -> str:
6565
"export CC=clang",
6666
"export CXX=clang++",
6767
"export POSTCOMMIT_CI=1",
68-
"echo testing maybe succeded.",
68+
'./.ci/monolithic-linux.sh "polly" "check-polly" "" "" "" OFF',
6969
#'./.ci/monolithic-linux.sh "bolt;clang;clang-tools-extra;flang;libclc;lld;lldb;llvm;mlir;polly" "check-bolt check-clang check-clang-cir check-clang-tools check-flang check-lld check-lldb check-llvm check-mlir check-polly" "compiler-rt;libc;libcxx;libcxxabi;libunwind" "check-compiler-rt check-libc" "check-cxx check-cxxabi check-unwind" "OFF"'
7070
"echo BUILD FINISHED",
7171
]

0 commit comments

Comments
 (0)