mirror of https://github.com/GNOME/gimp.git
gitlab-ci: Do not trigger crossbuilds anymore
febb2126
was proposed temporarely while we had hope of having a fix.
Now, we have !1860 (apparently 99% done) but the main maintainer of
crossbuilds refused to look at it because he is focused on core code
until 3.0 so, with this timeframe, the commit lost its reason to exist.
So, to avoid keeping runners work unnecessarelly with abandoned jobs,
let's not trigger them ('when: never') as I proposed on IRC months ago.
This commit is contained in:
parent
f5804fa82b
commit
b3b466dcbc
|
@ -375,8 +375,11 @@ gimp-flatpak-x64:
|
||||||
extends: .default
|
extends: .default
|
||||||
rules:
|
rules:
|
||||||
- <<: *CI_MERGE
|
- <<: *CI_MERGE
|
||||||
|
when: never
|
||||||
- <<: *CI_COMMIT
|
- <<: *CI_COMMIT
|
||||||
|
when: never
|
||||||
- if: '$GIMP_CI_CROSSROAD_WIN64 != null'
|
- if: '$GIMP_CI_CROSSROAD_WIN64 != null'
|
||||||
|
when: never
|
||||||
image: $CI_REGISTRY_IMAGE:build-debian-latest
|
image: $CI_REGISTRY_IMAGE:build-debian-latest
|
||||||
|
|
||||||
deps-win-x64-cross:
|
deps-win-x64-cross:
|
||||||
|
@ -409,7 +412,6 @@ gimp-win-x64-cross:
|
||||||
stage: gimp
|
stage: gimp
|
||||||
script:
|
script:
|
||||||
- bash build/windows/2_build-gimp-crossroad.sh
|
- bash build/windows/2_build-gimp-crossroad.sh
|
||||||
allow_failure: true
|
|
||||||
artifacts:
|
artifacts:
|
||||||
expose_as: 'Windows zip'
|
expose_as: 'Windows zip'
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue