Skip to content

Commit

Permalink
CI: Use fabric-ci image for 'fabric' jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarteau committed Nov 15, 2024
1 parent 8b78e93 commit 8faaed6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ variables:
GITLAB_SLUG: "lizmap/qgis-wfsoutputextension"

flake8:
image: ${REGISTRY_URL}/factory-ci-runner:python
stage: tests
script:
- flake8
tags:
- factory
- factory-plain

test:
stage: tests
Expand All @@ -32,7 +33,7 @@ test:
script:
- make -C tests FLAVOR=${QGIS_VERSION}
tags:
- factory
- factory-dind

version:
stage: tests
Expand Down Expand Up @@ -66,6 +67,7 @@ package-zip:
- plugins.xml

push-zip-fetch-repo:
image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci
dependencies:
- version
- package-zip
Expand Down Expand Up @@ -98,13 +100,14 @@ edit-repository:
script:
- qgis-plugin-repo merge plugins.xml tmp_repository/*.xml
tags:
- factory
- factory-dind
artifacts:
untracked: true
paths:
- tmp_repository/*.xml

push-repository:
image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci
stage: qgis-repository-push
dependencies:
- version
Expand All @@ -120,6 +123,7 @@ push-repository:
#

deploy_snap_v2:
image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci
stage: deploy
dependencies:
- push-repository
Expand Down

0 comments on commit 8faaed6

Please sign in to comment.