Skip to content

Commit e49a696

Browse files
authored
[CI] Add check-lit to postcommit testing (#587)
`check-llvm` does not run tests for the `llvm-lit` utility, so run the `check-lit` target as well.
1 parent d434832 commit e49a696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def start_build_linux(commit_sha: str, bucket_name: str, k8s_client) -> str:
110110
"export SCCACHE_GCS_RW_MODE=READ_WRITE",
111111
"export SCCACHE_IDLE_TIMEOUT=0",
112112
"sccache --start-server",
113-
'./.ci/monolithic-linux.sh "bolt;clang;clang-tools-extra;flang;libclc;lld;lldb;llvm;mlir;polly" "check-bolt check-clang check-clang-tools check-flang check-lld check-lldb check-llvm check-mlir check-polly" "compiler-rt;flang-rt;libc;libcxx;libcxxabi;libunwind" "check-compiler-rt check-flang-rt check-libc" "check-cxx check-cxxabi check-unwind" "OFF"',
113+
'./.ci/monolithic-linux.sh "bolt;clang;clang-tools-extra;flang;libclc;lld;lldb;llvm;mlir;polly" "check-bolt check-clang check-clang-tools check-flang check-lld check-lldb check-llvm check-mlir check-polly check-lit" "compiler-rt;flang-rt;libc;libcxx;libcxxabi;libunwind" "check-compiler-rt check-flang-rt check-libc" "check-cxx check-cxxabi check-unwind" "OFF"',
114114
"python .ci/cache_lit_timing_files.py upload",
115115
"echo BUILD FINISHED",
116116
]
@@ -135,7 +135,7 @@ def start_build_windows(commit_sha: str, bucket_name: str, k8s_client):
135135
"export SCCACHE_GCS_RW_MODE=READ_WRITE",
136136
"export SCCACHE_IDLE_TIMEOUT=0",
137137
"sccache --start-server",
138-
'.ci/monolithic-windows.sh "clang;clang-tools-extra;libclc;lld;llvm;mlir;polly" "check-clang check-clang-tools check-lld check-llvm check-mlir check-polly" "compiler-rt" "check-compiler-rt"',
138+
'.ci/monolithic-windows.sh "clang;clang-tools-extra;libclc;lld;llvm;mlir;polly" "check-clang check-clang-tools check-lld check-llvm check-mlir check-polly check-lit" "compiler-rt" "check-compiler-rt"',
139139
"python .ci/cache_lit_timing_files.py upload",
140140
"echo BUILD FINISHED",
141141
]

0 commit comments

Comments
 (0)