Mentions légales du service

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

Drop bullseye in matrices

parent 9508556b
Branches
Tags
1 merge request!714Drop bullseye from CI + use g5k-debian:bookworm instead of debian:bookworm to make CI faster
......@@ -21,7 +21,7 @@ include:
extends: .template-test
parallel:
matrix:
- DEBIAN_VERSION: [bullseye, bookworm]
- DEBIAN_VERSION: [bookworm]
image: debian:$DEBIAN_VERSION
before_script:
- apt-get update && apt-get -y --no-install-recommends install build-essential wget git ruby ruby-dev bundler rake gpg clustershell graphviz
......@@ -46,10 +46,10 @@ wikigen:
matrix:
- GENERATOR: [cpu_parameters, disk_reservation, environments, group_storage, hardware, kwollect_metrics, oar_properties, status]
SITE: global
DEBIAN_VERSION: [bullseye, bookworm]
DEBIAN_VERSION: [bookworm]
- GENERATOR: [site_hardware, site_network]
SITE: [grenoble, lille, luxembourg, lyon, nancy, nantes, rennes, sophia, strasbourg, toulouse]
DEBIAN_VERSION: [bullseye, bookworm]
DEBIAN_VERSION: [bookworm]
script:
- echo "$GRID5000_API" > "${HOME}/.grid5000_api.yml"
- 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