Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 45b47f3b authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

Merge branch 'dropbullseye' into 'master'

Drop bullseye from CI + use g5k-debian:bookworm instead of debian:bookworm to make CI faster

See merge request !714
parents 9508556b 08fb8fc9
No related branches found
No related tags found
1 merge request!714Drop bullseye from CI + use g5k-debian:bookworm instead of debian:bookworm to make CI faster
Pipeline #986311 passed
...@@ -21,8 +21,8 @@ include: ...@@ -21,8 +21,8 @@ include:
extends: .template-test extends: .template-test
parallel: parallel:
matrix: matrix:
- DEBIAN_VERSION: [bullseye, bookworm] - DEBIAN_VERSION: [bookworm]
image: debian:$DEBIAN_VERSION image: ${CI_REGISTRY}/grid5000/docker/g5k-debian:$DEBIAN_VERSION
before_script: before_script:
- apt-get update && apt-get -y --no-install-recommends install build-essential wget git ruby ruby-dev bundler rake gpg clustershell graphviz - apt-get update && apt-get -y --no-install-recommends install build-essential wget git ruby ruby-dev bundler rake gpg clustershell graphviz
# Call the original before_script section # Call the original before_script section
...@@ -46,10 +46,10 @@ wikigen: ...@@ -46,10 +46,10 @@ wikigen:
matrix: matrix:
- GENERATOR: [cpu_parameters, disk_reservation, environments, group_storage, hardware, kwollect_metrics, oar_properties, status] - GENERATOR: [cpu_parameters, disk_reservation, environments, group_storage, hardware, kwollect_metrics, oar_properties, status]
SITE: global SITE: global
DEBIAN_VERSION: [bullseye, bookworm] DEBIAN_VERSION: [bookworm]
- GENERATOR: [site_hardware, site_network] - GENERATOR: [site_hardware, site_network]
SITE: [grenoble, lille, luxembourg, lyon, nancy, nantes, rennes, sophia, strasbourg, toulouse] SITE: [grenoble, lille, luxembourg, lyon, nancy, nantes, rennes, sophia, strasbourg, toulouse]
DEBIAN_VERSION: [bullseye, bookworm] DEBIAN_VERSION: [bookworm]
script: script:
- echo "$GRID5000_API" > "${HOME}/.grid5000_api.yml" - echo "$GRID5000_API" > "${HOME}/.grid5000_api.yml"
- bundle exec rake gen:wiki NAME=${GENERATOR} SITE=${SITE} DO=diff - bundle exec rake gen:wiki NAME=${GENERATOR} SITE=${SITE} DO=diff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment