From 335aa75af9ea9382dd400a856680920267fff00c Mon Sep 17 00:00:00 2001 From: Prateek G <38877934+coolgang123@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:05:10 -0700 Subject: [PATCH] Update to use tas lite versions for shepherd instances (#584) --- ci/pipelines/cf-mgmt/values.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/pipelines/cf-mgmt/values.yml b/ci/pipelines/cf-mgmt/values.yml index 6fc99c16..788c2673 100644 --- a/ci/pipelines/cf-mgmt/values.yml +++ b/ci/pipelines/cf-mgmt/values.yml @@ -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)?$' }