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

Added new tags to pipeline

parent d54db6de
Branches
1 merge request!1Update fluctuating LB test
...@@ -21,9 +21,8 @@ tests-and-coverage: ...@@ -21,9 +21,8 @@ tests-and-coverage:
- py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. -m "not longrun" - py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. -m "not longrun"
tags: tags:
- docker - docker
- cuda - cuda11
- AVX - AVX
- i10swarm4
artifacts: artifacts:
when: always when: always
paths: paths:
...@@ -44,7 +43,7 @@ test-longrun: ...@@ -44,7 +43,7 @@ test-longrun:
- py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. - py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=.
tags: tags:
- docker - docker
- cuda - cuda11
- AVX - AVX
artifacts: artifacts:
paths: paths:
...@@ -80,8 +79,7 @@ ubuntu: ...@@ -80,8 +79,7 @@ ubuntu:
- pytest-3 -v -m "not longrun" - pytest-3 -v -m "not longrun"
tags: tags:
- docker - docker
- cuda - cuda11
- i10swarm4
minimal-conda: minimal-conda:
stage: test stage: test
...@@ -126,7 +124,7 @@ pycodegen-integration: ...@@ -126,7 +124,7 @@ pycodegen-integration:
- make -j $NUM_CORES - make -j $NUM_CORES
tags: tags:
- docker - docker
- cuda - cuda11
- AVX - AVX
# -------------------- Linter & Documentation -------------------------------------------------------------------------- # -------------------- Linter & Documentation --------------------------------------------------------------------------
...@@ -142,7 +140,7 @@ flake8-lint: ...@@ -142,7 +140,7 @@ flake8-lint:
- flake8 lbmpy - flake8 lbmpy
tags: tags:
- docker - docker
- cuda - cuda11
build-documentation: build-documentation:
...@@ -155,7 +153,7 @@ build-documentation: ...@@ -155,7 +153,7 @@ build-documentation:
- sphinx-build -W -b html doc html_doc - sphinx-build -W -b html doc html_doc
tags: tags:
- docker - docker
- cuda - cuda11
artifacts: artifacts:
paths: paths:
- html_doc - html_doc
......
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