Skip to content
Snippets Groups Projects

changes for 24.06.0

Merged Wouter Deconinck requested to merge wdconinc-master-patch-84803 into master
+ 14
3
@@ -425,7 +425,7 @@ eic:
containers/jug
2>&1 | tee build.log
; do
if grep "unknown blob" build.log ; then
if grep -E "(unknown blob|digest mismatch)" build.log ; then
BUILD_OPTIONS="--no-cache ${BUILD_OPTIONS}" ;
else
exit 1 ;
@@ -473,8 +473,19 @@ jug_xl:singularity:nightly:
.benchmarks:
stage: benchmarks
needs:
- version
- eic
- job: version
- job: eic
parallel:
matrix:
- BUILD_TYPE:
- default
- nightly
BUILDER_IMAGE: debian_stable_base
RUNTIME_IMAGE: debian_stable_base
BUILD_IMAGE: eic_
PLATFORM: linux/amd64
ENV:
- xl
variables:
DETECTOR: "epic"
DETECTOR_CONFIG: epic_craterlake
Loading