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

modified: .gitlab-ci.yml

parent 115f8800
Branches
Tags
1 merge request!19gitlab.phy.anl.gov server again
......@@ -2,11 +2,11 @@ image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_PIPELINE_SOURCE == "web"'
- if: '$CI_PIPELINE_SOURCE == "webide"'
- if: '$CI_COMMIT_BRANCH == "master"'
- if: '$CI_COMMIT_TAG'
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_SERVER_HOST == "eicweb.phy.anl.gov")'
- if: '$CI_PIPELINE_SOURCE == "web" && ($CI_SERVER_HOST == "eicweb.phy.anl.gov")'
- if: '$CI_PIPELINE_SOURCE == "webide" && ($CI_SERVER_HOST == "eicweb.phy.anl.gov")'
- if: '$CI_COMMIT_BRANCH == "master" && ($CI_SERVER_HOST == "eicweb.phy.anl.gov")'
- if: '$CI_COMMIT_TAG && ($CI_SERVER_HOST == "eicweb.phy.anl.gov")'
default:
before_script:
......@@ -73,15 +73,15 @@ detector_benchmarks:
project: EIC/benchmarks/detector_benchmarks
strategy: depend
#physics_benchmarks:
# stage: benchmarks
# needs: ["common:variables"]
# variables:
# JUGGLER_DETECTOR: "athena"
# COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
# trigger:
# project: EIC/benchmarks/physics_benchmarks
# strategy: depend
physics_benchmarks:
stage: benchmarks
needs: ["common:variables"]
variables:
JUGGLER_DETECTOR: "athena"
COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
trigger:
project: EIC/benchmarks/physics_benchmarks
strategy: depend
pages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment