Show More
@@ -148,6 +148,48 build-c-wheel-musl: | |||||
148 | needs: |
|
148 | needs: | |
149 | - "trigger-wheel-musl" |
|
149 | - "trigger-wheel-musl" | |
150 |
|
150 | |||
|
151 | trigger-wheel-i686: | |||
|
152 | extends: .trigger | |||
|
153 | stage: build | |||
|
154 | rules: | |||
|
155 | - if: $CI_COMMIT_BRANCH =~ $RE_BRANCH | |||
|
156 | when: never | |||
|
157 | - if: $CI_COMMIT_BRANCH =~ $RE_TOPIC | |||
|
158 | when: manual | |||
|
159 | allow_failure: true | |||
|
160 | ||||
|
161 | build-c-wheel-i686: | |||
|
162 | extends: build-c-wheel | |||
|
163 | image: "registry.heptapod.net/mercurial/ci-images/core-wheel-i686-c:v3.0" | |||
|
164 | rules: | |||
|
165 | - if: $CI_COMMIT_BRANCH =~ $RE_BRANCH | |||
|
166 | needs: | |||
|
167 | - trigger-nightly-build | |||
|
168 | - if: $CI_COMMIT_BRANCH =~ $RE_TOPIC | |||
|
169 | needs: | |||
|
170 | - "trigger-wheel-i686" | |||
|
171 | ||||
|
172 | trigger-wheel-i686-musl: | |||
|
173 | extends: .trigger | |||
|
174 | stage: build | |||
|
175 | rules: | |||
|
176 | - if: $CI_COMMIT_BRANCH =~ $RE_BRANCH | |||
|
177 | when: never | |||
|
178 | - if: $CI_COMMIT_BRANCH =~ $RE_TOPIC | |||
|
179 | when: manual | |||
|
180 | allow_failure: true | |||
|
181 | ||||
|
182 | build-c-wheel-i686-musl: | |||
|
183 | extends: build-c-wheel | |||
|
184 | image: "registry.heptapod.net/mercurial/ci-images/core-wheel-i686-musl-c:v3.0" | |||
|
185 | rules: | |||
|
186 | - if: $CI_COMMIT_BRANCH =~ $RE_BRANCH | |||
|
187 | needs: | |||
|
188 | - trigger-nightly-build | |||
|
189 | - if: $CI_COMMIT_BRANCH =~ $RE_TOPIC | |||
|
190 | needs: | |||
|
191 | - "trigger-wheel-i686-musl" | |||
|
192 | ||||
151 | .runtests: |
|
193 | .runtests: | |
152 | extends: .all |
|
194 | extends: .all | |
153 | stage: tests |
|
195 | stage: tests | |
@@ -603,6 +645,8 upload-wheel-nightly: | |||||
603 | - build-c-wheel-macos |
|
645 | - build-c-wheel-macos | |
604 | - build-c-wheel-windows |
|
646 | - build-c-wheel-windows | |
605 | - build-c-wheel-musl |
|
647 | - build-c-wheel-musl | |
|
648 | - build-c-wheel-i686 | |||
|
649 | - build-c-wheel-i686-musl | |||
606 | - test-result-linux |
|
650 | - test-result-linux | |
607 | - test-result-macos |
|
651 | - test-result-macos | |
608 | - test-result-windows |
|
652 | - test-result-windows |
General Comments 0
You need to be logged in to leave comments.
Login now