# HG changeset patch # User Pierre-Yves David # Date 1575294069 -3600 # Node ID 3bcdaf298c7a88bcb46241e011eeae630f8ae672 # Parent d299af4da8d80f2a79050db57f3c6ddef5cb4b7f test-compat: don't run the py3 test on the older branches diff -r d299af4da8d8 -r 3bcdaf298c7a .gitlab-ci.yml --- a/.gitlab-ci.yml Thu Nov 28 10:49:29 2019 +0100 +++ b/.gitlab-ci.yml Mon Dec 02 14:41:09 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)