Skip to content
Snippets Groups Projects
Commit 3a3a5106 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

heptapod-ci: add a explicite "test" phases

We are about to add more stage

Differential Revision: https://phab.mercurial-scm.org/D9454
parent 456c617c
No related branches found
No related tags found
No related merge requests found
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,8 +36,9 @@
PYTHON: python3
rust-cargo-test-py2: &rust_cargo_test
stage: tests
script:
- echo "python used, $PYTHON"
- make rust-tests
rust-cargo-test-py3:
......@@ -35,8 +40,9 @@
script:
- echo "python used, $PYTHON"
- make rust-tests
rust-cargo-test-py3:
stage: tests
<<: *rust_cargo_test
variables:
PYTHON: python3
......
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