La vérification des quotas de chaque projet est mise en place en mode non bloquant. Plus d'information sur : https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Quota verification is enabled for projects in non-blocking mode. More information: https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Mise à jour GitLab terminée. Nous sommes désormais en version 17.7.0 : https://about.gitlab.com/releases/2024/12/19/gitlab-17-7-released/
Destroying a job is asynchronous on Grid'5000, so trying to destroy and recreate a job often ends up reloading the same job that is being terminated, failing later with an exception:
Exception: The job XXX is in error state
We should wait for the job to be killed before returning from destroy().
Also add CI test cases for this issue.