From 1c0e7cfa4688cd836dc5e3fe3910fa8f211d3c92 Mon Sep 17 00:00:00 2001 From: lukas leufen <l.leufen@fz-juelich.de> Date: Mon, 6 Apr 2020 11:07:13 +0200 Subject: [PATCH] test all updated shared runners --- .gitlab-ci.yml | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f1ba73f..3fed1cbc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ stages: - init + - pre - test - pages @@ -23,7 +24,49 @@ version: paths: - badges/ -### Tests ### +### pretests ### +tests1: + tags: + - mlt + - zam347 + stage: pre + script: + echo "RZobXyF8 working" + +tests2: + tags: + - era5 + - zam347 + stage: pre + script: + echo "vmWZifEA working" + +tests3: + tags: + - gpu + - zam347 + stage: pre + script: + echo "sRi9-Bvw working" + +tests4: + tags: + - django + - zam347 + stage: pre + script: + echo "6HmDp9Qd working" + +tests5: + tags: + - base + - zam347 + stage: pre + script: + echo "xkwF75N9 working" + + +### Tests (from scratch) ### tests: tags: - leap -- GitLab