From 783adbaf8498c7f2be0ef8a30269e71ac252096a Mon Sep 17 00:00:00 2001 From: Jayesh Badwaik <j.badwaik@fz-juelich.de> Date: Wed, 24 Jul 2024 12:48:53 +0200 Subject: [PATCH] - use jureca instead of booster for availability --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c382ac4..8450a93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,8 @@ include: inputs: prefix: "quickstart.exacb.single" variant: "single" - machine: "juwels_booster" - queue: "booster" + machine: "jureca" + queue: "dc-gpu" project: "cexalab" budget: "exalab" is_public: "all" @@ -52,8 +52,8 @@ include: inputs: prefix: "quickstart.exacb.strong.tiny" variant: "strong.tiny" - machine: "juwels_booster" - queue: "booster" + machine: "jureca" + queue: "dc-gpu" project: "cexalab" budget: "exalab" usecase: "smallproblem" -- GitLab