Skip to content

Commit

Permalink
Merge pull request #342 from cf-platform-eng/feat/tas-10.0-ga
Browse files Browse the repository at this point in the history
Added GA 10.0, TAS lite versions and removed EOGS TAS versions
  • Loading branch information
ram-pivot authored Dec 2, 2024
2 parents 65b393f + 0f08095 commit ff26b47
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 = ['_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))]
Expand Down

0 comments on commit ff26b47

Please sign in to comment.