Skip to content

Commit

Permalink
Remove 2.3 and 2.4 from CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
keshto committed Oct 1, 2019
1 parent 2ea9a1c commit 1a837e8
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_3', '2_4', '2_5', '2_6']
clusters = ['2_5', '2_6', '2_7']
# 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 1a837e8

Please sign in to comment.