Skip to content
Snippets Groups Projects
Commit c75574d0 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 ee428a51
No related branches found
No related tags found
1 merge request!175Poetry v1.2, pytest-clarity, runners, coverage, bump deps
Pipeline #17418 passed
...@@ -61,7 +61,6 @@ lint: ...@@ -61,7 +61,6 @@ lint:
- .code_changes - .code_changes
- .pre-commit - .pre-commit
stage: checks stage: checks
tags: [redshift]
script: script:
- pre-commit run --all-files pylint - pre-commit run --all-files pylint
...@@ -91,26 +90,22 @@ type: ...@@ -91,26 +90,22 @@ type:
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:cov: tests:3.9:cov:
extends: .tests extends: .tests
tags: [redshift]
script: script:
- poetry install - poetry install
- poetry run pytest --cov duniterpy --cov-report html:cov_html --cov-report term - poetry run pytest --cov duniterpy --cov-report html:cov_html --cov-report term
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