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