diff --git a/ci/generate_pipeline_yml.py b/ci/generate_pipeline_yml.py index 0d24158..73f0b57 100755 --- a/ci/generate_pipeline_yml.py +++ b/ci/generate_pipeline_yml.py @@ -3,7 +3,7 @@ import os from jinja2 import Template -clusters = ['_four', '-6_0'] +clusters = ['_four', '-6_0', '_7_prerelease', '-4_0-lite', '-6_0-lite', '-10_0-lite'] # 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))]