From 07dce8dfb3dd71af786755de0e5d09f4c3c7eed4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Wed, 24 May 2023 10:10:23 +0200
Subject: [PATCH] Add job for the 02_real-from-dwd-ana case in CI.

---
 .gitlab-ci.yml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fb778d8..6f7e930 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,6 +43,27 @@ real-from-ideal-psp:
   artifacts:
     name: real-from-ideal+psp-logs
     when: always
+    paths:
+      - ./autosubmit/**/tmp
+    expire_in: 7 days
+
+real-from-dwd-ana:
+  stage: everything
+  script:
+    # Build
+    - ./examples/02_real-from-dwd-ana.sh 0
+    # Run
+    - ./examples/02_real-from-dwd-ana.sh 1
+    # Post-process and clean
+    - ./examples/02_real-from-dwd-ana.sh 2
+  tags:
+    - slurm.meteo.physik.lmu.de
+  variables:
+    SRUN_OPTIONS: "--time 04:00:00 --mem 18G -n 4 -c 2"
+
+  artifacts:
+    name: real-from-dwd-ana-logs
+    when: always
     paths:
       - ./autosubmit/**/tmp
     expire_in: 7 days
\ No newline at end of file
-- 
GitLab