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