Skip to content

Commit d6f7e75

Browse files
boomanaiden154vvereschaka
authored andcommitted
[CI] Upload lit test timing files (llvm#580)
This patch makes it so that the postcommit builders upload the lit timing files to the GCS buckets. Once the caches get populated we can add support to the premerge builders for pulling this in.
1 parent 47fe254 commit d6f7e75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def start_build_linux(commit_sha: str, bucket_name: str, k8s_client) -> str:
110110
"export SCCACHE_IDLE_TIMEOUT=0",
111111
"sccache --start-server",
112112
'./.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;libc;libcxx;libcxxabi;libunwind" "check-compiler-rt check-libc" "check-cxx check-cxxabi check-unwind" "OFF"',
113+
"python .ci/cache_lit_timing_files.py upload",
113114
"echo BUILD FINISHED",
114115
]
115116
start_build(
@@ -133,6 +134,7 @@ def start_build_windows(commit_sha: str, bucket_name: str, k8s_client):
133134
"export SCCACHE_IDLE_TIMEOUT=0",
134135
"sccache --start-server",
135136
'.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"',
137+
"python .ci/cache_lit_timing_files.py upload",
136138
"echo BUILD FINISHED",
137139
]
138140
bash_command = f"bash -c \"{';'.join(bash_commands)}\"\""

0 commit comments

Comments
 (0)