Skip to content

Commit cdab1b5

Browse files
committed
Removed CI shard name constants
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent 014adec commit cdab1b5

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

test/e2e/e2e_suite_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@ const (
6060
// defaultPort is the envoy gateway's NodePort.
6161
defaultPort = 30080
6262
defaultMetricsPort = 32090
63-
64-
// CI shards scheduler e2e specs with label filters.
65-
extendedTestLabel = "Extended"
66-
disruptiveTestLabel = "Disruptive"
67-
sharedStorageTestLabel = "SharedStorage"
68-
metricsTestLabel = "Metrics"
69-
deprecatedPDTestLabel = "DeprecatedPD"
70-
disaggTestLabel = "Disagg"
7163
)
7264

7365
var (

0 commit comments

Comments
 (0)