Show More
@@ -32,8 +32,6 image: registry.heptapod.net/mercurial/c | |||
|
32 | 32 | variables: |
|
33 | 33 | PYTHON: python |
|
34 | 34 | HG_CI_IMAGE_TAG: "v2.1" |
|
35 | TEST_HGTESTS_ALLOW_NETIO: "0" | |
|
36 | SHOW_VERSION_OF: "$PYTHON" | |
|
37 | 35 | |
|
38 | 36 | .all: |
|
39 | 37 | # help changing all job at once when debugging |
@@ -81,6 +79,9 build-c-wheel: | |||
|
81 | 79 | .runtests: |
|
82 | 80 | extends: .all |
|
83 | 81 | stage: tests |
|
82 | variables: | |
|
83 | SHOW_VERSION_OF: "$PYTHON" | |
|
84 | TEST_HGTESTS_ALLOW_NETIO: "0" | |
|
84 | 85 | # The runner made a clone as root. |
|
85 | 86 | # We make a new clone owned by user used to run the step. |
|
86 | 87 | before_script: |
General Comments 0
You need to be logged in to leave comments.
Login now