Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
TopFarm2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TOPFARM
TopFarm2
Commits
4a5f1124
Commit
4a5f1124
authored
6 years ago
by
Jenni Rinker
Browse files
Options
Downloads
Patches
Plain Diff
clarifying ci contents
parent
90fe3ddf
No related branches found
Branches containing commit
No related tags found
1 merge request
!94
Handle disabled mpi
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
4a5f1124
# ===== 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 th
is
job [3]
tags
:
#
only runners with this tag
can do th
e
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 th
is
job [3]
tags
:
#
only runners with this tag
can do th
e
job [3]
-
python
-
python
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment