# HG changeset patch # User Pierre-Yves David # Date 1575294205 -3600 # Node ID 6b306af9f52a1c15ac8212113643883193e15473 # Parent 547719d5dd954cb1cc4a8924eb5857f29f15fb72# Parent 6bc70f78724ca51de7bf766cd5a6dfcd7ae3c15c test-compat: merge mercurial-4.9 into mercurial-4.8 diff -r 547719d5dd95 -r 6b306af9f52a .gitlab-ci.yml --- a/.gitlab-ci.yml Thu Nov 28 10:52:04 2019 +0100 +++ b/.gitlab-ci.yml Mon Dec 02 14:43:25 2019 +0100 @@ -18,19 +18,3 @@ - hg_rev=$(tests/testlib/map-hg-rev.sh "$(hg log -r . -T '{branch}')") - hg -R /ci/repos/mercurial/ update "$hg_rev" - (cd tests; /ci/repos/mercurial/tests/run-tests.py --color=always --pure) - -tests-py3-cext: - image: octobus/ci-py3-hgext3rd - script: - - hg pull -R /ci/repos/mercurial/ - - hg_rev=$(tests/testlib/map-hg-rev.sh "$(hg log -r . -T '{branch}')") - - hg -R /ci/repos/mercurial/ update "$hg_rev" - - (cd tests; python3 /ci/repos/mercurial/tests/run-tests.py --color=always) - -tests-py3-pure: - image: octobus/ci-py3-hgext3rd - script: - - hg pull -R /ci/repos/mercurial/ - - hg_rev=$(tests/testlib/map-hg-rev.sh "$(hg log -r . -T '{branch}')") - - hg -R /ci/repos/mercurial/ update "$hg_rev" - - (cd tests; python3 /ci/repos/mercurial/tests/run-tests.py --color=always --pure)