ci: propagate new CI image names

This commit is contained in:
Alexandre Aubin 2024-08-08 01:53:58 +02:00
parent 9915559c40
commit 200f0272d5
6 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
.build-stage:
stage: build
image: "before-install"
image: "build-and-lint"
variables:
YNH_SOURCE: "https://github.com/yunohost"
before_script:

View file

@ -4,7 +4,7 @@
generate-helpers-doc:
stage: doc
image: "before-install"
image: "build-and-lint"
needs: []
before_script:
- apt-get update -y && apt-get install git hub -y

View file

@ -14,7 +14,7 @@
upgrade:
extends: .install-stage
image: "after-install"
image: "core-tests"
script:
- apt-get update -o Acquire::Retries=3
- DEBIAN_FRONTEND=noninteractive SUDO_FORCE_REMOVE=yes apt --assume-yes -o Dpkg::Options::="--force-confold" --allow-downgrades install ${CI_PROJECT_DIR}/*.deb

View file

@ -5,7 +5,7 @@
lint39:
stage: lint
image: "before-install"
image: "build-and-lint"
needs: []
allow_failure: true
script:
@ -13,14 +13,14 @@ lint39:
invalidcode39:
stage: lint
image: "before-install"
image: "build-and-lint"
needs: []
script:
- tox -e py39-invalidcode
mypy:
stage: lint
image: "before-install"
image: "build-and-lint"
needs: []
script:
- tox -e py39-mypy

View file

@ -5,7 +5,7 @@
.test-stage:
stage: test
image: "after-install"
image: "core-tests"
variables:
PYTEST_ADDOPTS: "--color=yes"
before_script:

View file

@ -13,7 +13,7 @@ test-i18n-keys:
autofix-translated-strings:
stage: translation
image: "before-install"
image: "build-and-lint"
needs: []
before_script:
- apt-get update -y && apt-get install git hub -y