From cc113f1a3845e47e0e33c90c27f5170d177e1af7 Mon Sep 17 00:00:00 2001 From: Qiujie Li Date: Wed, 10 Apr 2024 17:14:09 +0800 Subject: [PATCH] clear profile aws-perfscale --- pkg/api/types.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkg/api/types.go b/pkg/api/types.go index 5469050bf05..878dd53e019 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -1217,7 +1217,6 @@ const ( ClusterProfileAWSAutoreleaseQE ClusterProfile = "aws-autorelease-qe" ClusterProfileAWSSdQE ClusterProfile = "aws-sd-qe" ClusterProfileAWSPerfScale ClusterProfile = "aws-perfscale" - ClusterProfileAWSPerfQE ClusterProfile = "aws-perf-qe" ClusterProfileAWSPerfScaleQE ClusterProfile = "aws-perfscale-qe" ClusterProfileAWSPerfScaleLRCQE ClusterProfile = "aws-perfscale-lrc-qe" ClusterProfileAWSOutpostQE ClusterProfile = "aws-outpost-qe" @@ -1345,7 +1344,6 @@ func ClusterProfiles() []ClusterProfile { ClusterProfileAWSCentos40, ClusterProfileAWSCSPIQE, ClusterProfileAWSPerfScale, - ClusterProfileAWSPerfQE, ClusterProfileAWSPerfScaleQE, ClusterProfileAWSPerfScaleLRCQE, ClusterProfileAWSChaos, @@ -1495,7 +1493,6 @@ func (p ClusterProfile) ClusterType() string { ClusterProfileFleetManagerQE, ClusterProfileAWSLocalZones, ClusterProfileAWSPerfScale, - ClusterProfileAWSPerfQE, ClusterProfileAWSPerfScaleQE, ClusterProfileAWSPerfScaleLRCQE, ClusterProfileAWSServerless, @@ -1696,8 +1693,6 @@ func (p ClusterProfile) LeaseType() string { return "aws-china-qe-quota-slice" case ClusterProfileAWSCSPIQE: return "aws-cspi-qe-quota-slice" - case ClusterProfileAWSPerfQE: - return "aws-perf-qe-quota-slice" case ClusterProfileAWSChaos: return "aws-chaos-quota-slice" case ClusterProfileAWSPerfScale: