Skip to content
Snippets Groups Projects
Commit 4a5f1124 authored by Jenni Rinker's avatar Jenni Rinker
Browse files

clarifying ci contents

parent 90fe3ddf
No related branches found
No related tags found
1 merge request!94Handle disabled mpi
# ===== DEFINE DOCKER IMAGE ===== # ===== DEFINE DEFAULT DOCKER IMAGE =====
# 2018.05.03 dockerhub image generated using docker/Dockerfile_simple # dockerhub image generated using docker/Dockerfile_simple
image: rinkdtu/topfarm-ci:latest image: rinkdtu/topfarm-ci:latest
...@@ -9,7 +9,7 @@ test_topfarm: # name the job what we like ...@@ -9,7 +9,7 @@ test_topfarm: # name the job what we like
test test
script: script:
- cd tests; py.test --cov-report term-missing:skip-covered --cov=topfarm - cd tests; py.test --cov-report term-missing:skip-covered --cov=topfarm
tags: # select which runners can do this job [3] tags: # only runners with this tag can do the job [3]
- python - python
...@@ -19,10 +19,10 @@ test_topfarm_windows: # name the job what we like ...@@ -19,10 +19,10 @@ test_topfarm_windows: # name the job what we like
GIT_SUBMODULE_STRATEGY: normal GIT_SUBMODULE_STRATEGY: normal
stage: # build, test, deploy defined by default [2] stage: # build, test, deploy defined by default [2]
test test
script: script: # runs on windows machine due to tag below
- cd tests - cd tests
- c:/Anaconda3/envs/pyTopfarm/python.exe -m pytest --cov-report term-missing:skip-covered --cov=topfarm - c:/Anaconda3/envs/pyTopfarm/python.exe -m pytest --cov-report term-missing:skip-covered --cov=topfarm
tags: # select which runners can do this job [3] tags: # tag for shared runner on windows machine
- CPAV_old_PC - CPAV_old_PC
# ===== BUILD DOCS AND PUSH TO PUBLIC WEBSITE ===== # ===== BUILD DOCS AND PUSH TO PUBLIC WEBSITE =====
...@@ -37,7 +37,7 @@ pages: # "pages" is a job specifically for GitLab pages [1] ...@@ -37,7 +37,7 @@ pages: # "pages" is a job specifically for GitLab pages [1]
- public - public
only: # only run for these branches only: # only run for these branches
- master - master
tags: # select which runners can do this job [3] tags: # only runners with this tag can do the job [3]
- python - python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment