jenkins: set big cache dir (#38648)

This commit is contained in:
Adeeb Shihadeh
2026-08-16 18:23:37 -07:00
committed by GitHub
parent 03e6c81821
commit dfbe0ee7c1
Vendored
+1
View File
@@ -22,6 +22,7 @@ shopt -s huponexit # kill all child processes when the shell exits
export CI=1
export PYTHONWARNINGS=error
export COMMA_CACHE=/data/tmp/comma_download_cache
#export LOGPRINT=debug # this has gotten too spammy...
export TEST_DIR=${env.TEST_DIR}
export SOURCE_DIR=${env.SOURCE_DIR}