Show More
@@ -41,19 +41,12 b' checks-py3:' | |||||
41 | RUNTEST_ARGS: "--time --test-list /tmp/check-tests.txt" |
|
41 | RUNTEST_ARGS: "--time --test-list /tmp/check-tests.txt" | |
42 | PYTHON: python3 |
|
42 | PYTHON: python3 | |
43 |
|
43 | |||
44 |
rust-cargo-test-py |
|
44 | rust-cargo-test-py3: | |
45 | <<: *all |
|
|||
46 | stage: tests |
|
45 | stage: tests | |
47 | script: |
|
46 | script: | |
48 | - echo "python used, $PYTHON" |
|
47 | - echo "python used, $PYTHON" | |
49 | - make rust-tests |
|
48 | - make rust-tests | |
50 |
|
49 | |||
51 | rust-cargo-test-py3: |
|
|||
52 | stage: tests |
|
|||
53 | <<: *rust_cargo_test |
|
|||
54 | variables: |
|
|||
55 | PYTHON: python3 |
|
|||
56 |
|
||||
57 | phabricator-refresh: |
|
50 | phabricator-refresh: | |
58 | stage: phabricator |
|
51 | stage: phabricator | |
59 | rules: |
|
52 | rules: | |
@@ -100,13 +93,6 b' test-py3-pure:' | |||||
100 | PYTHON: python3 |
|
93 | PYTHON: python3 | |
101 | TEST_HGMODULEPOLICY: "py" |
|
94 | TEST_HGMODULEPOLICY: "py" | |
102 |
|
95 | |||
103 | test-py2-rust: |
|
|||
104 | <<: *runtests |
|
|||
105 | variables: |
|
|||
106 | HGWITHRUSTEXT: cpython |
|
|||
107 | RUNTEST_ARGS: "--rust --blacklist /tmp/check-tests.txt" |
|
|||
108 | TEST_HGMODULEPOLICY: "rust+c" |
|
|||
109 |
|
||||
110 | test-py3-rust: |
|
96 | test-py3-rust: | |
111 | <<: *runtests |
|
97 | <<: *runtests | |
112 | variables: |
|
98 | variables: |
General Comments 0
You need to be logged in to leave comments.
Login now