Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Bindgen
pystencils
Commits
458bff59
Commit
458bff59
authored
Aug 10, 2020
by
Markus Holzer
Browse files
Added new tags to pipeline
parent
ed28e40c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
458bff59
...
...
@@ -22,7 +22,7 @@ tests-and-coverage:
-
py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. -m "not longrun" --html test-report/index.html
tags
:
-
docker
-
cuda
-
cuda
11
-
AVX
artifacts
:
when
:
always
...
...
@@ -44,7 +44,7 @@ test-longrun:
-
py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. --html test-report/index.html
tags
:
-
docker
-
cuda
-
cuda
11
-
AVX
artifacts
:
paths
:
...
...
@@ -80,7 +80,7 @@ ubuntu:
-
pytest-3 -v -m "not longrun"
tags
:
-
docker
-
cuda
-
cuda
11
-
AVX
minimal-conda
:
...
...
@@ -146,7 +146,7 @@ pycodegen-integration:
-
make -j $NUM_CORES
tags
:
-
docker
-
cuda
-
cuda
11
-
AVX
# -------------------- Linter & Documentation --------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment