From 991328a39b8a4751f95131f5ac2a3968cd6bfe77 Mon Sep 17 00:00:00 2001 From: Jayesh Badwaik <j.badwaik@fz-juelich.de> Date: Thu, 10 Oct 2024 00:01:48 +0200 Subject: [PATCH] + add jedi strong evaluation --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf46622..6271b9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,16 @@ include: jube_file: "simple.yml" fixture: .setup record: "true" +#-------------------------------------------------------------------------------------------------- +# +#-------------------------------------------------------------------------------------------------- + - component: gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jedi@v3 + inputs: + prefix: "jedi.evaluation" + pipeline: [ "222698", "222699" ] + selector: [ "jureca.strong.tiny" , "jedi.strong.tiny" ] + workload_factor: [ "1.0" , "2.0" ] + .setup: script: - echo "No setup needed" -- GitLab