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

ci: allowing failures against Mercurial default

in our cases, failures depend whether other extensions,
such as evolve or hg-git are themselves ready for Mercurial
default.

Currently we do have a test in a topic that's broken because
evolve 9.2.1 is not compatible with Mercurial default.
We will of course change the build to use evolve default, but
it's not guaranteed to work, and even so, that may break later on.

We don't want to stall our development for this.
parent 73a0638c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -39,6 +39,7 @@
tests-hg-default:
stage: test
allow_failure: true
image: octobus/ci-py2-hgext3rd
script:
- hg pull -R /ci/repos/mercurial/ --rev default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment