Skip to content

Commit fcd0eda

Browse files
authored
[skip ci][CI] Robustify CI for SPOT failure (#17629)
This PR cleans up some legacy CI files and robustifies the CI for spot failure by marking a stage as success then retry on the on demand node.
1 parent 3eb5ad6 commit fcd0eda

24 files changed

+1195
-4764
lines changed

ci/jenkins/data.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
files_to_stash = {
2222
# Executables and build files needed to run c++ tests
2323
"cpptest": ["build/cpptest", "build/build.ninja", "build/CMakeFiles/rules.ninja"],
24-
# Executables and build files needed to c runtime tests
25-
"crttest": ["build/crttest"],
2624
# Folder for hexagon build
2725
"hexagon_api": [
2826
"build/hexagon_api_output",
@@ -33,12 +31,10 @@
3331
"tvm_runtime": ["build/libtvm_runtime.so", "build/config.cmake"],
3432
# compiler files
3533
"tvm_lib": ["build/libtvm.so", "build/libtvm_runtime.so", "build/config.cmake"],
36-
# compiler files and fsim
37-
"tvm_multilib": [
38-
"build/libtvm.so",
39-
"build/libvta_fsim.so",
40-
"build/libtvm_runtime.so",
41-
"build/config.cmake",
34+
# gpu related compiler files
35+
"tvm_lib_gpu_extra": [
36+
"build/3rdparty/libflash_attn/src/libflash_attn.so",
37+
"build/3rdparty/cutlass_fpA_intB_gemm/cutlass_kernels/libfpA_intB_gemm.so",
4238
],
4339
}
4440

0 commit comments

Comments
 (0)