Skip to content
Snippets Groups Projects
Commit e4f61d1b authored by Moul's avatar Moul
Browse files

(ci) Remove runners tags

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
parent a8ea0772
No related branches found
No related tags found
1 merge request!221Introduce Python v3.11 support
...@@ -111,19 +111,16 @@ pre-commit:hooks: ...@@ -111,19 +111,16 @@ pre-commit:hooks:
tests:3.7: tests:3.7:
extends: .tests extends: .tests
tags: [mille]
variables: variables:
PYTHON_VERSION: "3.7" PYTHON_VERSION: "3.7"
tests:3.8: tests:3.8:
extends: .tests extends: .tests
tags: [redshift]
variables: variables:
PYTHON_VERSION: "3.8" PYTHON_VERSION: "3.8"
tests:3.9:coverage: tests:3.9:coverage:
extends: .tests extends: .tests
tags: [redshift]
coverage: '/(?i)total.*\s+(\d+%)/' coverage: '/(?i)total.*\s+(\d+%)/'
script: script:
- poetry install - poetry install
...@@ -140,7 +137,6 @@ tests:3.9:coverage: ...@@ -140,7 +137,6 @@ tests:3.9:coverage:
tests:3.10: tests:3.10:
extends: .tests extends: .tests
tags: [redshift]
variables: variables:
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.10"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment