Show More
@@ -41,19 +41,12 b' checks-py3:' | |||
|
41 | 41 | RUNTEST_ARGS: "--time --test-list /tmp/check-tests.txt" |
|
42 | 42 | PYTHON: python3 |
|
43 | 43 | |
|
44 |
rust-cargo-test-py |
|
|
45 | <<: *all | |
|
44 | rust-cargo-test-py3: | |
|
46 | 45 | stage: tests |
|
47 | 46 | script: |
|
48 | 47 | - echo "python used, $PYTHON" |
|
49 | 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 | 50 | phabricator-refresh: |
|
58 | 51 | stage: phabricator |
|
59 | 52 | rules: |
@@ -100,13 +93,6 b' test-py3-pure:' | |||
|
100 | 93 | PYTHON: python3 |
|
101 | 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 | 96 | test-py3-rust: |
|
111 | 97 | <<: *runtests |
|
112 | 98 | variables: |
General Comments 0
You need to be logged in to leave comments.
Login now