Skip to content
Snippets Groups Projects
Commit 4dcbb1d55656 authored by Georges Racinet's avatar Georges Racinet
Browse files

Heptapod CI: run lint only once

Even though it's fast, it's just not needed to run the same
thing many times. Of course it's in the first stage.
parent 9f4fccb3c13a
No related branches found
No related tags found
1 merge request!36Heptapod CI: testing against default head of hg-git and other improvements
Pipeline #13057 passed with warnings
......@@ -21,6 +21,12 @@
- ci/install-dependencies
- ./run-all-tests
.tests-no-lint:
extends:
- .tests
variables:
HEPTAPOD_CI_SKIP_LINT: "yes"
tests-py3:
extends:
- .tests
......@@ -30,9 +36,9 @@
tests-py3-hg-stable:
extends:
- .tests
- .tests-no-lint
stage: compat
image: ${BASE_IMAGES_COLLECTION}/hg-stable:${BASE_IMAGES_TAG}
tests-py3-hg-default:
extends:
......@@ -34,9 +40,9 @@
stage: compat
image: ${BASE_IMAGES_COLLECTION}/hg-stable:${BASE_IMAGES_TAG}
tests-py3-hg-default:
extends:
- .tests
- .tests-no-lint
allow_failure: true
stage: compat
image: ${BASE_IMAGES_COLLECTION}/hg-default:${BASE_IMAGES_TAG}
......@@ -45,7 +51,7 @@
variables:
HEPTAPOD_CI_HG_GIT_REVISION: default
extends:
- .tests
- .tests-no-lint
stage: compat
image: ${BASE_IMAGES_COLLECTION}/hg-stable:${BASE_IMAGES_TAG}
......
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