From 1b3c626ad98652494f96cf479c7d34f16ea8383a Mon Sep 17 00:00:00 2001 From: Peter Chen Date: Tue, 24 Sep 2024 16:50:27 -0700 Subject: [PATCH] CI: remove tests against TAS 2.11,2.13 (#575) - as they have gone out of support [https://vmw-jira.broadcom.com/browse/TPCF-27256] --- ci/pipelines/cf-mgmt/values.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/pipelines/cf-mgmt/values.yml b/ci/pipelines/cf-mgmt/values.yml index 171cffd6..7985da40 100644 --- a/ci/pipelines/cf-mgmt/values.yml +++ b/ci/pipelines/cf-mgmt/values.yml @@ -1,7 +1,5 @@ --- tas_versions: - - {'version_slug': '2-11', 'pool_name': 'tas-2_11' , 'pivnet_ert_windows': '^2\.11\.\d+((-alpha|-beta|-rc)\.\d+)?(\+LTS-T)?$' } - - {'version_slug': '2-13', 'pool_name': 'tas-2_13' , 'pivnet_ert_windows': '^2\.13\.\d+((-alpha|-beta|-rc)\.\d+)?(\+LTS-T)?$' } - {'version_slug': '4-0', 'pool_name': 'tas_four' , 'pivnet_ert_windows': '^4\.0\.\d+((-alpha|-beta|-rc)\.\d+)?(\+LTS-T)?$' } - {'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)?$' }