Skip to content

Commit

Permalink
Update to use tas lite versions for shepherd instances (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolgang123 authored Oct 22, 2024
1 parent 9fe91c6 commit 335aa75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/pipelines/cf-mgmt/values.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
tas_versions:
- {'version_slug': '4-0', 'pool_name': 'tas_four' , 'pivnet_ert_windows': '^4\.0\.\d+((-alpha|-beta|-rc)\.\d+)?(\+LTS-T)?$' }
- {'version_slug': '7-0', 'pool_name': 'tas_7_prerelease' , 'pivnet_ert_windows': '^7\.0\.\d+((-alpha|-beta|-rc)\.\d+)?(\+LTS-T)?$' }
- {'version_slug': '4-0', 'pool_name': 'tas-4_0-lite' , 'pivnet_ert_windows': '^4\.0\.\d+((-alpha|-beta|-rc)\.\d+)?(\+LTS-T)?$' }
- {'version_slug': '7-0', 'pool_name': 'tas-10_0-lite' , 'pivnet_ert_windows': '^7\.0\.\d+((-alpha|-beta|-rc)\.\d+)?(\+LTS-T)?$' }
other_tas_versions:
- {'version_slug': '5-0', 'pool_name': 'tas-5_0' , 'pivnet_ert_windows': '^5\.0\.\d+((-alpha|-beta|-rc)\.\d+)?(\+LTS-T)?$' }
- {'version_slug': '6-0', 'pool_name': 'tas-6_0' , 'pivnet_ert_windows': '^6\.0\.\d+((-alpha|-beta|-rc)\.\d+)?(\+LTS-T)?$' }
- {'version_slug': '5-0', 'pool_name': 'tas-5_0-lite' , 'pivnet_ert_windows': '^5\.0\.\d+((-alpha|-beta|-rc)\.\d+)?(\+LTS-T)?$' }
- {'version_slug': '6-0', 'pool_name': 'tas-6_0-lite' , 'pivnet_ert_windows': '^6\.0\.\d+((-alpha|-beta|-rc)\.\d+)?(\+LTS-T)?$' }

0 comments on commit 335aa75

Please sign in to comment.