From 12eb706f6b5c6c582496eba176731f654832f56e Mon Sep 17 00:00:00 2001 From: Albin PETIT <albin.petit@inria.fr> Date: Wed, 23 Aug 2023 08:23:28 +0200 Subject: [PATCH] Remove Rennes as it blocks CI (see bug 14808) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78148940d55..a54abf8d9d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ wikigen: - GENERATOR: [cpu_parameters, disk_reservation, environments, group_storage, hardware, kwollect_metrics, oar_properties, status] SITE: global - GENERATOR: [site_hardware, site_network] - SITE: [grenoble, lille, luxembourg, lyon, nancy, nantes, rennes, sophia, toulouse] + SITE: [grenoble, lille, luxembourg, lyon, nancy, nantes, sophia, toulouse] script: - echo "$GRID5000_API" > "${HOME}/.grid5000_api.yml" - bundle exec rake gen:wiki NAME=${GENERATOR} SITE=${SITE} DO=diff -- GitLab