From c7c40568ef6997f0fa769971f8158df2af6a07a7 Mon Sep 17 00:00:00 2001 From: Tobias Leibner <tobias.leibner@googlemail.com> Date: Wed, 24 Nov 2021 12:46:50 +0100 Subject: [PATCH] Changes for dune-gdt --- xt_and_gdt_config_template.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xt_and_gdt_config_template.txt b/xt_and_gdt_config_template.txt index bb986c9..9351f7e 100644 --- a/xt_and_gdt_config_template.txt +++ b/xt_and_gdt_config_template.txt @@ -130,7 +130,7 @@ lint: variables: CI_IMAGE: {{ image }} TESTS_MODULE_SUBDIR: {{ subdir }} - {%- if 'cpp' in kind %} + {%- if 'cpp' in kind or 'gdt' in subdir %} tags: - dustin {%- endif %} @@ -149,7 +149,12 @@ lint: variables: CI_IMAGE: {{ image }} tags: + {%- if 'gdt' in subdir and 'clang' in image %} + - amm-only + {%- else %} - dustin + {%- endif %} + stage: python needs: ["{{image}}"] script: -- GitLab