Skip to content

Commit

Permalink
feat: Updated pipeline to remove EOGS TAS versions.
Browse files Browse the repository at this point in the history
- TAS 2.11, 2.13 and 5.0 reached EOGS and removed from the
  tile-generator test pipeline

Co-authored-by: Joe Eltgroth <joe.eltgroth@broadcom.com>
Co-authored-by: Ramkumar Vengadakrishnan <ramkumar.vengadakrishnan@broadcom.com>
  • Loading branch information
joeeltgroth and ram-pivot committed Nov 20, 2024
1 parent 14cb3f1 commit 7306c50
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_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))]
Expand Down

0 comments on commit 7306c50

Please sign in to comment.