From 06741282f17be1f60cff0509f03d7e7b9f388614 Mon Sep 17 00:00:00 2001 From: Jayesh Badwaik <j.badwaik@fz-juelich.de> Date: Wed, 9 Oct 2024 23:44:15 +0200 Subject: [PATCH] + added strong.tiny to exacb pipeline --- .gitlab-ci.yml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee4ff1b..cf46622 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,34 @@ include: jube_file: "simple.yml" fixture: .setup record: "true" - + - component: gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3 + rules: + - when: always + inputs: + prefix: "jureca.strong.tiny" + variant: "strong.tiny" + machine: "jureca" + queue: "dc-cpu" + project: "cjsc" + budget: "zam" + is_public: "all" + jube_file: "simple.yml" + fixture: .setup + record: "true" + - component: gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3 + rules: + - when: always + inputs: + prefix: "jedi.strong.tiny" + variant: "strong.tiny" + machine: "jedi" + queue: "all" + project: "cjsc" + budget: "zam" + is_public: "all" + jube_file: "simple.yml" + fixture: .setup + record: "true" .setup: script: - echo "No setup needed" -- GitLab