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

heptapod#731: making 0.35 the new stable series

No related branches found
No related tags found
1 merge request!83Mercurial 6.5 support
Pipeline #66397 failed
......@@ -57,40 +57,8 @@
stage: main
image: ${BASE_IMAGES_MERCURIAL}/hg-current:${BASE_IMAGES_TAG}
tests-hg-stable:
extends:
- .tests-no-lint
rules:
# only the hg-git compat job is relevant for pipeline triggered
# by upstream hg-git pipelines
- <<: *unless-hg-git-triggered
- when: on_success # for expliciteness
stage: compat
image: ${BASE_IMAGES_MERCURIAL}/hg-stable:${BASE_IMAGES_TAG}
tests-hg-default:
extends:
- .tests-no-lint
- .only_py_heptapod_default
allow_failure: true
stage: compat
image: ${BASE_IMAGES_MERCURIAL}/hg-default:${BASE_IMAGES_TAG}
tests-hg-git-default:
rules:
- if: '$CI_COMMIT_HG_BRANCH == "default"'
# upstream hg-git can in theory trigger for any branch of py-heptapod
- if: '$HG_GIT_TRIGGERING_SHA'
- when: never
allow_failure: true
variables:
HEPTAPOD_CI_HG_GIT_UPDATE: "true"
HEPTAPOD_CI_HG_GIT_REVISION: $HG_GIT_TRIGGERING_SHA
extends:
- .tests-no-lint
stage: compat
image: ${BASE_IMAGES_MERCURIAL}/hg-stable:${BASE_IMAGES_TAG}
# stable, default and hg-git-default removed until we decide to support
# hg-evolve 11.0. Check `hg annotate` on the present line for easy revert
hgitaly:
rules:
......
Mercurial>=6.1
hg-evolve>=10.5.0
hg-evolve>=10.5.0,<11
hg-git>=0.9.0,<1.0.0
hg-loggingmod>=0.3.0
hg-configexpress~=0.4.0
......
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