Show More
@@ -148,6 +148,48 build-c-wheel-musl: | |||
|
148 | 148 | needs: |
|
149 | 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 | 193 | .runtests: |
|
152 | 194 | extends: .all |
|
153 | 195 | stage: tests |
@@ -603,6 +645,8 upload-wheel-nightly: | |||
|
603 | 645 | - build-c-wheel-macos |
|
604 | 646 | - build-c-wheel-windows |
|
605 | 647 | - build-c-wheel-musl |
|
648 | - build-c-wheel-i686 | |
|
649 | - build-c-wheel-i686-musl | |
|
606 | 650 | - test-result-linux |
|
607 | 651 | - test-result-macos |
|
608 | 652 | - test-result-windows |
General Comments 0
You need to be logged in to leave comments.
Login now