From 7306c507c19e899d41e3c1d3063913829449c021 Mon Sep 17 00:00:00 2001 From: Joe Eltgroth Date: Wed, 20 Nov 2024 14:02:09 -0600 Subject: [PATCH] feat: Updated pipeline to remove EOGS TAS versions. - TAS 2.11, 2.13 and 5.0 reached EOGS and removed from the tile-generator test pipeline Co-authored-by: Joe Eltgroth Co-authored-by: Ramkumar Vengadakrishnan --- 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 49c1cbb..0d24158 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', '-2_13', '_four', '-5_0', '-6_0'] +clusters = ['_four', '-6_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))]