Newer
Older

Sylvester Joosten
committed
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
detector:
stage: initialize
needs: []
timeout: 1 hours
cache:
key:
files:
- config/env.sh
- util/build_detector.sh
prefix: "$CI_COMMIT_REF_SLUG"
paths:
- .local/detector
- .local/lib
artifacts:
paths:
- .local/detector
- .local/lib
script:
- ./util/build_detector.sh

Sylvester Joosten
committed
- local: 'benchmarks/dis/config.yml'
- local: 'benchmarks/dvmp/config.yml'
- local: 'benchmarks/dvcs/config.yml'
needs: ["dis:results", "dvcs:results", "dvmp:results"]