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

modified: .gitlab-ci.yml

parent 9069a869
No related branches found
No related tags found
1 merge request!22Resolve "Add pipeline triggers"
Pipeline #8283 passed
......@@ -30,7 +30,6 @@ env:
rules:
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
script:
- export JUGGLER_DETECTOR="topside"
- |
if [[ "x${CI_PIPELINE_SOURCE}" == "xmerge_request_event" || "$CI_COMMIT_BRANCH" == "master" ]]; then
export EIC_DATA_MODEL_VERSION="${CI_COMMIT_REF_NAME}"
......@@ -48,18 +47,27 @@ compile:
script:
- mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=../install && make -j20 && make install
benchmarks:physics:
checks:juggler:
stage: deploy
rules:
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
needs:
- ["compile"]
variables:
EIC_DATA_MODEL_VERSION: "$EIC_DATA_MODEL_VERSION"
trigger:
project: EIC/benchmarks/physics_benchmarks
project: EIC/juggler
strategy: depend
#benchmarks:physics:
# stage: deploy
# rules:
# - if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
# needs:
# - ["compile"]
# trigger:
# project: EIC/benchmarks/physics_benchmarks
# strategy: depend
gen_doxygen_src:
stage: build
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment