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 authored and rldhont committed Nov 15, 2024
1 parent ba9f7d2 commit e2d6470
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cache:
- assets/node_modules/

build:
image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci
stage: build
script:
- make build
Expand Down Expand Up @@ -54,6 +55,7 @@ build:
- fabric

tests:
image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci
stage: tests
script:
- make tests
Expand All @@ -70,6 +72,7 @@ tests:
- fabric

package:
image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci
stage: package
script:
- make clean ci_package
Expand Down Expand Up @@ -128,6 +131,7 @@ docker-image-release:
- factory-dind

deploy-package-unstable:
image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci
stage: deploy
script:
- make deploy_download
Expand Down Expand Up @@ -162,6 +166,7 @@ deploy-docker-unstable:
- factory-dind

deploy-quick-release:
image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci
stage: release
script:
- make saas_release DO_RELEASE=y
Expand All @@ -179,6 +184,7 @@ deploy-quick-release:


deploy-release:
image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci
stage: release
script:
- make deploy_download_stable
Expand Down

2 comments on commit e2d6470

@3liz-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest weekly run of end2end "playwright" tests failed with this latest commit on the branch release_3_7 😣

CC @nboisteault and @Gustry, please have a look to the logs. Maybe it's a false positive ?

Visit https://github.com/3liz/lizmap-web-client/actions/runs/11885279061

@3liz-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest weekly run of end2end "cypress" tests failed with this latest commit on the branch release_3_7 😣

CC @nboisteault and @Gustry, please have a look to the logs. Maybe it's a false positive ?

Visit https://github.com/3liz/lizmap-web-client/actions/runs/11885279061

Please sign in to comment.