From e4f61d1bf61209acaa90df7dafe61dbfcdcfede6 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 26 Oct 2022 11:36:43 +0200 Subject: [PATCH] (ci) Remove runners tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Doesn’t make sense anymore Was set up to load equaly the load onto the two runners I am fine with the fact that runners takes the jobs by themselves dependending on their availabilities --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a7b5edd..b3c20269 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,19 +111,16 @@ pre-commit:hooks: tests:3.7: extends: .tests - tags: [mille] variables: PYTHON_VERSION: "3.7" tests:3.8: extends: .tests - tags: [redshift] variables: PYTHON_VERSION: "3.8" tests:3.9:coverage: extends: .tests - tags: [redshift] coverage: '/(?i)total.*\s+(\d+%)/' script: - poetry install @@ -140,7 +137,6 @@ tests:3.9:coverage: tests:3.10: extends: .tests - tags: [redshift] variables: PYTHON_VERSION: "3.10" -- GitLab