Skip to content

Commit

Permalink
feat: Remove TAS 3.0 version from CI testing.
Browse files Browse the repository at this point in the history
- TAS 3.0 was EOGS on  30-Oct-2023
- Also removed TAS 2.12 which was already EOGS earlier

Authored-by: Ramkumar Vengadakrishnan <[email protected]>

[#186497427] - Remove TAS 3.0 from Partner Tile pools
  • Loading branch information
ram-pivot committed Nov 16, 2023
1 parent 474c308 commit fe0bc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/generate_pipeline_yml.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
from jinja2 import Template

clusters = ['-2_11', '-2_12', '-2_13', '_three', '_four', '-5_0']
clusters = ['-2_11', '-2_13', '_four', '-5_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))]
Expand Down

0 comments on commit fe0bc7b

Please sign in to comment.