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