From 982eafb7c06cbf53ae6e506b452a615f52c72e55 Mon Sep 17 00:00:00 2001 From: Fernando Naranjo Date: Thu, 15 Jun 2023 11:47:43 +0200 Subject: [PATCH] Test TAS 4.0 Make pipeline also test TAS 4.0 now that is available --- ci/generate_pipeline_yml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/generate_pipeline_yml.py b/ci/generate_pipeline_yml.py index 46e1b7f..f435555 100755 --- a/ci/generate_pipeline_yml.py +++ b/ci/generate_pipeline_yml.py @@ -3,7 +3,7 @@ import os from jinja2 import Template -clusters = ['2_11_lts2', '2_12', '2_13', '3_0'] +clusters = ['2_11_lts2', '2_12', '2_13', '3_0', '4_0'] # Commenting out this as we only have one example and it breaks tiles = [] # [d for d in os.listdir('../examples') if os.path.isdir(os.path.join('../examples', d))]