From patchwork Sun Nov 29 11:19:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D9457: heptapod-ci: add a explicite "test" phases From: phabricator X-Patchwork-Id: 47735 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Sun, 29 Nov 2020 11:19:51 +0000 marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY We are about to add more stage REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D9457 AFFECTED FILES contrib/heptapod-ci.yml CHANGE DETAILS To: marmoute, #hg-reviewers Cc: mercurial-patches, mercurial-devel diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -1,3 +1,6 @@ +stages: + - tests + image: registry.heptapod.net/mercurial/ci-images/mercurial-core # The runner made a clone as root. @@ -15,6 +18,7 @@ TEST_HGMODULEPOLICY: "allow" .runtests_template: &runtests + stage: tests script: - echo "python used, $PYTHON" - echo "$RUNTEST_ARGS" @@ -32,11 +36,13 @@ PYTHON: python3 rust-cargo-test-py2: &rust_cargo_test + stage: tests script: - echo "python used, $PYTHON" - make rust-tests rust-cargo-test-py3: + stage: tests <<: *rust_cargo_test variables: PYTHON: python3