CI: Reduce artifact size, cache clang-tidy, fix test retry, throttle QEMU

libeigen/eigen!2305

Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
Rasmus Munk Larsen
2026-03-17 21:41:29 -07:00
parent ea13a98dec
commit 1726a92900
4 changed files with 20 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ fi
set +x
EIGEN_CI_CTEST_PARALLEL=${EIGEN_CI_CTEST_PARALLEL:-${NPROC}}
EIGEN_CI_CTEST_REPEAT=${EIGEN_CI_CTEST_REPEAT:-3}
ctest_cmd="ctest ${EIGEN_CI_CTEST_ARGS} --parallel ${EIGEN_CI_CTEST_PARALLEL} --output-on-failure --no-compress-output --build-noclean ${target}"
echo "Running initial tests..."