From 70bb6cdee3d858b7815e1f8f3cf6d1845e82f606 Mon Sep 17 00:00:00 2001 From: markus holzer <markus.holzer@fau.de> Date: Mon, 10 Aug 2020 11:48:45 +0200 Subject: [PATCH] Added new tags to pipeline --- .gitlab-ci.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32e7fb9..694cf47 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,9 +21,8 @@ tests-and-coverage: - py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. -m "not longrun" tags: - docker - - cuda + - cuda11 - AVX - - i10swarm4 artifacts: when: always paths: @@ -44,7 +43,7 @@ test-longrun: - py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. tags: - docker - - cuda + - cuda11 - AVX artifacts: paths: @@ -80,8 +79,7 @@ ubuntu: - pytest-3 -v -m "not longrun" tags: - docker - - cuda - - i10swarm4 + - cuda11 minimal-conda: stage: test @@ -126,7 +124,7 @@ pycodegen-integration: - make -j $NUM_CORES tags: - docker - - cuda + - cuda11 - AVX # -------------------- Linter & Documentation -------------------------------------------------------------------------- @@ -142,7 +140,7 @@ flake8-lint: - flake8 lbmpy tags: - docker - - cuda + - cuda11 build-documentation: @@ -155,7 +153,7 @@ build-documentation: - sphinx-build -W -b html doc html_doc tags: - docker - - cuda + - cuda11 artifacts: paths: - html_doc -- GitLab