Skip to content
Snippets Groups Projects
Commit 458bff59 authored by Markus Holzer's avatar Markus Holzer
Browse files

Added new tags to pipeline

parent ed28e40c
Branches
Tags
No related merge requests found
...@@ -22,7 +22,7 @@ tests-and-coverage: ...@@ -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 - py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. -m "not longrun" --html test-report/index.html
tags: tags:
- docker - docker
- cuda - cuda11
- AVX - AVX
artifacts: artifacts:
when: always when: always
...@@ -44,7 +44,7 @@ test-longrun: ...@@ -44,7 +44,7 @@ test-longrun:
- py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. --html test-report/index.html - py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. --html test-report/index.html
tags: tags:
- docker - docker
- cuda - cuda11
- AVX - AVX
artifacts: artifacts:
paths: paths:
...@@ -80,7 +80,7 @@ ubuntu: ...@@ -80,7 +80,7 @@ ubuntu:
- pytest-3 -v -m "not longrun" - pytest-3 -v -m "not longrun"
tags: tags:
- docker - docker
- cuda - cuda11
- AVX - AVX
minimal-conda: minimal-conda:
...@@ -146,7 +146,7 @@ pycodegen-integration: ...@@ -146,7 +146,7 @@ pycodegen-integration:
- make -j $NUM_CORES - make -j $NUM_CORES
tags: tags:
- docker - docker
- cuda - cuda11
- AVX - AVX
# -------------------- Linter & Documentation -------------------------------------------------------------------------- # -------------------- Linter & Documentation --------------------------------------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment