diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..1c1b24a15427ea6097381bb2b3380cfcc13f2abe --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,24 @@ + +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 + diff --git a/readme.md b/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..57c57f531b4e614fce8c0a4f7048b08f332e5033 --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# Simple Tutorial + +