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

heptapod-ci: adding versions that pass the tests down to 4.3

Currently, hg-git does not pass the tests for

- Mercurial 4.6
- the head of Mercurial default branch

In order to start benefit of the CI and enforcing that contributions must
pass it, we will therefore add jobs for these two versions in separate
topics and Merge Requests.

Also worth of note is that 5.2 can have new point releases that will be
provided in the base Docker image. Hence we don't exclude it from nightly
runs.
parent 78523621
No related branches found
No related tags found
1 merge request!1heptapod-ci: run tests using heptapod's ci
Pipeline #
......@@ -10,6 +10,12 @@
- hg -R /ci/repos/mercurial summary
- (cd tests; /ci/repos/mercurial/tests/run-tests.py -v --color=always)
tests-hg-5.2:
image: octobus/ci-py2-hgext3rd:hg-5.2
script:
- hg -R /ci/repos/mercurial summary
- (cd tests; /ci/repos/mercurial/tests/run-tests.py -v --color=always)
tests-hg-5.1:
image: octobus/ci-py2-hgext3rd:hg-5.1
script:
......@@ -17,3 +23,60 @@
- (cd tests; /ci/repos/mercurial/tests/run-tests.py -v --color=always)
except:
- schedules
tests-hg-5.0:
image: octobus/ci-py2-hgext3rd:hg-5.0
script:
- hg -R /ci/repos/mercurial summary
- (cd tests; /ci/repos/mercurial/tests/run-tests.py -v --color=always)
except:
- schedules
tests-hg-4.9:
image: octobus/ci-py2-hgext3rd:hg-4.9
script:
- hg -R /ci/repos/mercurial summary
- (cd tests; /ci/repos/mercurial/tests/run-tests.py -v --color=always)
except:
- schedules
tests-hg-4.8:
image: octobus/ci-py2-hgext3rd:hg-4.8
script:
- hg -R /ci/repos/mercurial summary
- (cd tests; /ci/repos/mercurial/tests/run-tests.py -v --color=always)
except:
- schedules
tests-hg-4.7:
image: octobus/ci-py2-hgext3rd:hg-4.7
script:
- hg -R /ci/repos/mercurial summary
- (cd tests; /ci/repos/mercurial/tests/run-tests.py -v --color=always)
except:
- schedules
tests-hg-4.5:
image: octobus/ci-py2-hgext3rd:hg-4.5
script:
- hg -R /ci/repos/mercurial summary
- (cd tests; /ci/repos/mercurial/tests/run-tests.py -v --color=always)
except:
- schedules
tests-hg-4.4:
image: octobus/ci-py2-hgext3rd:hg-4.4
script:
- hg -R /ci/repos/mercurial summary
- (cd tests; /ci/repos/mercurial/tests/run-tests.py -v --color=always)
except:
- schedules
tests-hg-4.3:
image: octobus/ci-py2-hgext3rd:hg-4.3
script:
- hg -R /ci/repos/mercurial summary
- (cd tests; /ci/repos/mercurial/tests/run-tests.py -v --color=always)
except:
- schedules
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