Skip to content
Snippets Groups Projects
Commit 5cbea527 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

test: --no-cache-filter spack,builder,staging,runtime

parent 5f091946
No related branches found
No related tags found
1 merge request!983fix: limit --no-cache retries to 1
Pipeline #101203 canceled
This commit is part of merge request !983. Comments created here will be created in the context of that merge request.
...@@ -447,7 +447,7 @@ eic: ...@@ -447,7 +447,7 @@ eic:
2>&1 | tee build.log 2>&1 | tee build.log
; do ; do
if grep "unknown blob" build.log ; then if grep "unknown blob" build.log ; then
BUILD_OPTIONS="--no-cache ${BUILD_OPTIONS}" ; BUILD_OPTIONS="--no-cache-filter spack,builder,staging,runtime ${BUILD_OPTIONS}" ;
else else
exit 1 ; exit 1 ;
fi ; fi ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment