Skip to content
Snippets Groups Projects

Fix direct trigger of pipeline

Closed Whitney Armstrong requested to merge fix_direct_trigger into master
1 file
+ 10
3
Compare changes
  • Side-by-side
  • Inline
+ 10
3
image: ${BENCHMARKS_REGISTRY}/${BENCHMARKS_CONTAINER}:${BENCHMARKS_TAG}
image: ${BENCHMARKS_REGISTRY}/${BENCHMARKS_CONTAINER}:${BENCHMARKS_TAG}
 
variables:
 
DETECTOR: epic
 
DETECTOR_CONFIG: epic_craterlake
 
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
 
 
default:
default:
before_script:
- source .local/bin/env.sh
interruptible: true
interruptible: true
tags:
tags:
- phy-scratch
- phy-scratch
@@ -71,12 +75,15 @@ common:setup:
@@ -71,12 +75,15 @@ common:setup:
git clone -b "${COMMON_BENCH_VERSION}" https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
git clone -b "${COMMON_BENCH_VERSION}" https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
script:
script:
- source setup/bin/env.sh && ./setup/bin/install_common.sh
- source setup/bin/env.sh && ./setup/bin/install_common.sh
 
- ./.local/bin/print_env.sh
common:detector:
common:detector:
stage: initialize
stage: initialize
needs: ["common:setup"]
needs: ["common:setup"]
script:
script:
- source .local/bin/env.sh && build_detector.sh
- source .local/bin/env.sh
 
- ./.local/bin/print_env.sh
 
- ./.local/bin/build_detector.sh
- mkdir_local_data_link sim_output
- mkdir_local_data_link sim_output
- mkdir -p results
- mkdir -p results
- mkdir -p config
- mkdir -p config
Loading