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

heptapod-ci: allowing failures for hg default

It's just not reasonable to expect that our tests would
always pass with Mercurial default (unstable) branch, since
this is precisely our alert mechanism.
parent 0cef8e32
No related branches found
No related tags found
Loading
Pipeline #6016 passed with warnings
......@@ -8,6 +8,7 @@
tests-py2-hg-default:
stage: compat
image: octobus/ci-py2-hg-git
allow_failure: true
script:
- PYTHONPATH= hg pull -R /ci/repos/mercurial/ --rev default
- PYTHONPATH= hg -R /ci/repos/mercurial/ update default
......@@ -126,6 +127,7 @@
tests-py3-hg-default:
stage: compat
image: octobus/ci-py3-hg-git
allow_failure: true
script:
- PYTHONPATH= hg pull -R /ci/repos/mercurial/ --rev default
- PYTHONPATH= hg -R /ci/repos/mercurial/ update default
......
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