##// END OF EJS Templates
heptapod-ci: add a explicite "test" phases...
marmoute -
r46573:3a3a5106 default
parent child Browse files
Show More
@@ -1,3 +1,6 b''
1 stages:
2 - tests
3
1 4 image: registry.heptapod.net/mercurial/ci-images/mercurial-core
2 5
3 6 # The runner made a clone as root.
@@ -15,6 +18,7 b' variables:'
15 18 TEST_HGMODULEPOLICY: "allow"
16 19
17 20 .runtests_template: &runtests
21 stage: tests
18 22 script:
19 23 - echo "python used, $PYTHON"
20 24 - echo "$RUNTEST_ARGS"
@@ -32,11 +36,13 b' checks-py3:'
32 36 PYTHON: python3
33 37
34 38 rust-cargo-test-py2: &rust_cargo_test
39 stage: tests
35 40 script:
36 41 - echo "python used, $PYTHON"
37 42 - make rust-tests
38 43
39 44 rust-cargo-test-py3:
45 stage: tests
40 46 <<: *rust_cargo_test
41 47 variables:
42 48 PYTHON: python3
General Comments 0
You need to be logged in to leave comments. Login now