Skip to content
Snippets Groups Projects
Verified Commit 01a7390f authored by Jayesh Badwaik's avatar Jayesh Badwaik
Browse files

+ use exacb

parent 4434fa35
No related branches found
No related tags found
No related merge requests found
Pipeline #222697 passed
jureca.strong.tiny:
variables:
CUSTOM_CI_BUILDS_DIR: /p/scratch/cjsc/badwaik1.exacb/$CI_JOB_ID
id_tokens:
SITE_ID_TOKEN:
aud: "https://gitlab.jsc.fz-juelich.de"
tags:
- jacamar
- jureca
- login
- shell
script:
- module load JUBE
- jutil env activate --budget zam --project cjsc
- jube-autorun -r "--tag strong.tiny --outpath ../outpath" simple.yml
- jube result --style csv ../outpath > jureca.strong.tiny
- module load Python
- python -m venv venv
- source venv/bin/activate
- pip install --upgrade pip
- pip install jureap
- jureap check jureca.strong.tiny
include:
- component: gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3
rules:
- when: always
inputs:
prefix: "jureca.single"
variant: "single"
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.single"
variant: "single"
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment