From 201184008e216e249718f0afb70c152d6eb300c6 Mon Sep 17 00:00:00 2001 From: markus holzer <markus.holzer@fau.de> Date: Mon, 10 Aug 2020 14:08:08 +0200 Subject: [PATCH] Adapted minimal coverage and swarm tags --- .gitlab-ci.yml | 8 ++++---- pytest.ini | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce4c25658..fc4e16312 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 + - cuda11 - 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 + - cuda11 - AVX artifacts: paths: @@ -80,7 +80,7 @@ ubuntu: - pytest-3 -v -m "not longrun" tags: - docker - - cuda + - cuda11 - AVX minimal-conda: @@ -146,7 +146,7 @@ pycodegen-integration: - make -j $NUM_CORES tags: - docker - - cuda + - cuda11 - AVX # -------------------- Linter & Documentation -------------------------------------------------------------------------- diff --git a/pytest.ini b/pytest.ini index 2795fb9d8..5cdf16be1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -39,7 +39,7 @@ exclude_lines = if __name__ == .__main__.: skip_covered = True -fail_under = 75 +fail_under = 83 [html] directory = coverage_report -- GitLab