Skip to content
Snippets Groups Projects
Commit 07243695 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

trying include

parent 4f2c3b2d
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
......@@ -2,7 +2,7 @@ image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest
default:
artifacts:
expire_in: 10 mins
expire_in: 60 mins
paths:
- config/
- results/
......@@ -45,7 +45,6 @@ generate_config:
script:
- mkdir -p config && ./bin/gen_ci_config -p test_ -i dummy > config/dummy_config.yml
- mkdir -p config && ./bin/gen_ci_config -p clustering_ -i clustering > config/clustering_config.yml
- mkdir -p config && ./bin/gen_ci_config -p ecal_ -i ecal > config/ecal_config.yml
dummy-pipeline:
stage: run
......@@ -65,14 +64,17 @@ clustering-pipeline:
job: generate_config
strategy: depend
ecal-pipeline:
stage: run
needs: ["generate_config"]
trigger:
include:
- artifact: config/ecal_config.yml
job: generate_config
strategy: depend
include:
- local: 'ecal/ecal_config.yml'
#ecal-pipeline:
# stage: run
# needs: ["get_data"]
# trigger:
# include:
# - artifact: config/ecal_config.yml
# job: generate_config
# strategy: depend
#crystal_electron_simulation:
# stage: run
......
ecal_1_emcal_electrons:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest
tags:
- silicon
timeout: 12 hours 30 minutes
artifacts:
expire_in: 20 weeks
paths:
- results/
stage: benchmarks
script:
- bash ecal/emcal_electrons.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment