Show More
@@ -30,27 +30,17 b' variables:' | |||
|
30 | 30 | - echo "$RUNTEST_ARGS" |
|
31 | 31 | - HGTESTS_ALLOW_NETIO="$TEST_HGTESTS_ALLOW_NETIO" HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" tests/run-tests.py --color=always $RUNTEST_ARGS |
|
32 | 32 | |
|
33 | checks-py2: | |
|
34 | <<: *runtests | |
|
35 | variables: | |
|
36 | RUNTEST_ARGS: "--time --test-list /tmp/check-tests.txt" | |
|
37 | ||
|
38 | 33 | checks-py3: |
|
39 | 34 | <<: *runtests |
|
40 | 35 | variables: |
|
41 | 36 | RUNTEST_ARGS: "--time --test-list /tmp/check-tests.txt" |
|
42 | 37 | PYTHON: python3 |
|
43 | 38 | |
|
44 |
rust-cargo-test-py |
|
|
45 | <<: *all | |
|
39 | rust-cargo-test-py3: | |
|
46 | 40 | stage: tests |
|
47 | 41 | script: |
|
48 | 42 | - echo "python used, $PYTHON" |
|
49 | 43 | - make rust-tests |
|
50 | ||
|
51 | rust-cargo-test-py3: | |
|
52 | stage: tests | |
|
53 | <<: *rust_cargo_test | |
|
54 | 44 | variables: |
|
55 | 45 | PYTHON: python3 |
|
56 | 46 | |
@@ -72,13 +62,6 b' phabricator-refresh:' | |||
|
72 | 62 | ./contrib/phab-refresh-stack.sh --comment "$DEFAULT_COMMENT"; |
|
73 | 63 | fi |
|
74 | 64 | |
|
75 | test-py2: | |
|
76 | <<: *runtests | |
|
77 | variables: | |
|
78 | RUNTEST_ARGS: " --no-rust --blacklist /tmp/check-tests.txt" | |
|
79 | TEST_HGMODULEPOLICY: "c" | |
|
80 | TEST_HGTESTS_ALLOW_NETIO: "1" | |
|
81 | ||
|
82 | 65 | test-py3: |
|
83 | 66 | <<: *runtests |
|
84 | 67 | variables: |
@@ -87,12 +70,6 b' test-py3:' | |||
|
87 | 70 | TEST_HGMODULEPOLICY: "c" |
|
88 | 71 | TEST_HGTESTS_ALLOW_NETIO: "1" |
|
89 | 72 | |
|
90 | test-py2-pure: | |
|
91 | <<: *runtests | |
|
92 | variables: | |
|
93 | RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" | |
|
94 | TEST_HGMODULEPOLICY: "py" | |
|
95 | ||
|
96 | 73 | test-py3-pure: |
|
97 | 74 | <<: *runtests |
|
98 | 75 | variables: |
@@ -100,13 +77,6 b' test-py3-pure:' | |||
|
100 | 77 | PYTHON: python3 |
|
101 | 78 | TEST_HGMODULEPOLICY: "py" |
|
102 | 79 | |
|
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 | 80 | test-py3-rust: |
|
111 | 81 | <<: *runtests |
|
112 | 82 | variables: |
@@ -123,12 +93,6 b' test-py3-rhg:' | |||
|
123 | 93 | PYTHON: python3 |
|
124 | 94 | TEST_HGMODULEPOLICY: "rust+c" |
|
125 | 95 | |
|
126 | test-py2-chg: | |
|
127 | <<: *runtests | |
|
128 | variables: | |
|
129 | RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt --chg" | |
|
130 | TEST_HGMODULEPOLICY: "c" | |
|
131 | ||
|
132 | 96 | test-py3-chg: |
|
133 | 97 | <<: *runtests |
|
134 | 98 | variables: |
General Comments 0
You need to be logged in to leave comments.
Login now