Skip to content
Snippets Groups Projects

pages config

Merged Whitney Armstrong requested to merge pages into master
2 files
+ 244
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 36
2
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest
 
workflow:
 
rules:
 
- if: $CI_MERGE_REQUEST_IID
 
- if: $CI_COMMIT_TAG
 
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 
 
default:
default:
before_script:
before_script:
- mkdir -p images && mkdir -p doc/
- mkdir -p images && mkdir -p doc/
@@ -19,6 +26,8 @@ stages:
@@ -19,6 +26,8 @@ stages:
compile:
compile:
stage: build
stage: build
 
rules:
 
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
tags:
tags:
- silicon
- silicon
script:
script:
@@ -26,6 +35,8 @@ compile:
@@ -26,6 +35,8 @@ compile:
.views:
.views:
stage: docs
stage: docs
 
rules:
 
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
needs:
needs:
- ["compile"]
- ["compile"]
tags:
tags:
@@ -78,6 +89,8 @@ dawn_view14:detector:
@@ -78,6 +89,8 @@ dawn_view14:detector:
report:
report:
stage: test
stage: test
 
rules:
 
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
needs:
needs:
- "dawn_view1:detector"
- "dawn_view1:detector"
- "dawn_view2:detector"
- "dawn_view2:detector"
@@ -102,6 +115,8 @@ report:
@@ -102,6 +115,8 @@ report:
overlap_check:
overlap_check:
stage: test
stage: test
 
rules:
 
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
tags:
tags:
- silicon
- silicon
needs:
needs:
@@ -115,6 +130,8 @@ overlap_check:
@@ -115,6 +130,8 @@ overlap_check:
topside:config_testing:
topside:config_testing:
stage: test
stage: test
 
rules:
 
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
tags:
tags:
- silicon
- silicon
needs:
needs:
@@ -135,7 +152,8 @@ benchmarks:reconstruction:
@@ -135,7 +152,8 @@ benchmarks:reconstruction:
when: never
when: never
- if: '$CI_COMMIT_BRANCH != "master"'
- if: '$CI_COMMIT_BRANCH != "master"'
when: never
when: never
- when: on_success
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
 
when: on_success
benchmarks:physics:
benchmarks:physics:
@@ -148,5 +166,21 @@ benchmarks:physics:
@@ -148,5 +166,21 @@ benchmarks:physics:
when: never
when: never
- if: '$CI_COMMIT_BRANCH != "master"'
- if: '$CI_COMMIT_BRANCH != "master"'
when: never
when: never
- when: on_success
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
 
when: on_success
 
 
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
 
 
pages:
 
rules:
 
- if: '$CI_SERVER_HOST != "eicweb.phy.anl.gov"'
 
cache:
 
paths:
 
- node_modules/
 
image: node:latest
 
script:
 
- mkdir public && cp doc/main.html public/index.html
 
artifacts:
 
paths:
 
- public
Loading