Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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', '_7_prerelease', '-4_0-lite', '-6_0-lite', '-10_0-lite']
clusters = ['_four', '-6_0', '_7_prerelease', '-10_2', '-4_0-lite', '-6_0-lite', '-10_0-lite', '-10_2-lite']
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just -lite environments should be sufficient. I also think we could stick to just LTS versions too here. 4 will be EOGS soon.

How about just -6_0-lite and -10_2-lite ?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To support -lite environments, we need to find where the deploy task tries to upload a stemcell and skip that.

+ pcf upload-stemcell ../generated-tile/light-bosh-stemcell-1.682-google-kvm-ubuntu-jammy-go_agent.tgz
- 422 https://om.ze1390f7f.shepherd.lease/api/v0/stemcells
- [
-     "The uploaded stemcell is for a different infrastructure"
- ]

# 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