@@ -93,7 +93,6 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
93
93
wantPredicates : sets .NewString (
94
94
"PodFitsPorts" ,
95
95
"TestServiceAffinity" ,
96
- "TestLabelsPresence" ,
97
96
),
98
97
wantPrioritizers : sets .NewString (
99
98
"ServiceSpreadingPriority" ,
@@ -107,6 +106,7 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
107
106
{Name : "NodeResourcesFit" },
108
107
{Name : "VolumeRestrictions" },
109
108
{Name : "TaintToleration" },
109
+ {Name : "NodeLabel" },
110
110
},
111
111
"ScorePlugin" : {
112
112
{Name : "NodeResourcesLeastAllocated" , Weight : 1 },
@@ -139,7 +139,6 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
139
139
}` ,
140
140
wantPredicates : sets .NewString (
141
141
"TestServiceAffinity" ,
142
- "TestLabelsPresence" ,
143
142
),
144
143
wantPrioritizers : sets .NewString (
145
144
"EqualPriority" ,
@@ -156,6 +155,7 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
156
155
{Name : "NodeResourcesFit" },
157
156
{Name : "VolumeRestrictions" },
158
157
{Name : "TaintToleration" },
158
+ {Name : "NodeLabel" },
159
159
},
160
160
"ScorePlugin" : {
161
161
{Name : "NodeResourcesBalancedAllocation" , Weight : 2 },
@@ -195,7 +195,6 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
195
195
}` ,
196
196
wantPredicates : sets .NewString (
197
197
"TestServiceAffinity" ,
198
- "TestLabelsPresence" ,
199
198
),
200
199
wantPrioritizers : sets .NewString (
201
200
"EqualPriority" ,
@@ -216,6 +215,7 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
216
215
{Name : "GCEPDLimits" },
217
216
{Name : "AzureDiskLimits" },
218
217
{Name : "VolumeZone" },
218
+ {Name : "NodeLabel" },
219
219
},
220
220
"ScorePlugin" : {
221
221
{Name : "NodeResourcesBalancedAllocation" , Weight : 2 },
@@ -259,7 +259,6 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
259
259
}` ,
260
260
wantPredicates : sets .NewString (
261
261
"TestServiceAffinity" ,
262
- "TestLabelsPresence" ,
263
262
),
264
263
wantPrioritizers : sets .NewString (
265
264
"EqualPriority" ,
@@ -280,6 +279,7 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
280
279
{Name : "AzureDiskLimits" },
281
280
{Name : "VolumeZone" },
282
281
{Name : "InterPodAffinity" },
282
+ {Name : "NodeLabel" },
283
283
},
284
284
"ScorePlugin" : {
285
285
{Name : "NodeResourcesBalancedAllocation" , Weight : 2 },
@@ -326,7 +326,6 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
326
326
}` ,
327
327
wantPredicates : sets .NewString (
328
328
"TestServiceAffinity" ,
329
- "TestLabelsPresence" ,
330
329
),
331
330
wantPrioritizers : sets .NewString (
332
331
"EqualPriority" ,
@@ -347,6 +346,7 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
347
346
{Name : "AzureDiskLimits" },
348
347
{Name : "VolumeZone" },
349
348
{Name : "InterPodAffinity" },
349
+ {Name : "NodeLabel" },
350
350
},
351
351
"ScorePlugin" : {
352
352
{Name : "NodeResourcesBalancedAllocation" , Weight : 2 },
@@ -404,7 +404,6 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
404
404
}` ,
405
405
wantPredicates : sets .NewString (
406
406
"TestServiceAffinity" ,
407
- "TestLabelsPresence" ,
408
407
),
409
408
wantPrioritizers : sets .NewString (
410
409
"EqualPriority" ,
@@ -425,6 +424,7 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
425
424
{Name : "AzureDiskLimits" },
426
425
{Name : "VolumeZone" },
427
426
{Name : "InterPodAffinity" },
427
+ {Name : "NodeLabel" },
428
428
},
429
429
"ScorePlugin" : {
430
430
{Name : "NodeResourcesBalancedAllocation" , Weight : 2 },
@@ -493,7 +493,6 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
493
493
}` ,
494
494
wantPredicates : sets .NewString (
495
495
"TestServiceAffinity" ,
496
- "TestLabelsPresence" ,
497
496
),
498
497
wantPrioritizers : sets .NewString (
499
498
"EqualPriority" ,
@@ -514,6 +513,7 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
514
513
{Name : "AzureDiskLimits" },
515
514
{Name : "VolumeZone" },
516
515
{Name : "InterPodAffinity" },
516
+ {Name : "NodeLabel" },
517
517
},
518
518
"ScorePlugin" : {
519
519
{Name : "NodeResourcesBalancedAllocation" , Weight : 2 },
@@ -583,7 +583,6 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
583
583
}` ,
584
584
wantPredicates : sets .NewString (
585
585
"TestServiceAffinity" ,
586
- "TestLabelsPresence" ,
587
586
),
588
587
wantPrioritizers : sets .NewString (
589
588
"EqualPriority" ,
@@ -605,6 +604,7 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
605
604
{Name : "VolumeBinding" },
606
605
{Name : "VolumeZone" },
607
606
{Name : "InterPodAffinity" },
607
+ {Name : "NodeLabel" },
608
608
},
609
609
"ScorePlugin" : {
610
610
{Name : "NodeResourcesBalancedAllocation" , Weight : 2 },
@@ -677,7 +677,6 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
677
677
}` ,
678
678
wantPredicates : sets .NewString (
679
679
"TestServiceAffinity" ,
680
- "TestLabelsPresence" ,
681
680
),
682
681
wantPrioritizers : sets .NewString (
683
682
"EqualPriority" ,
@@ -699,6 +698,7 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
699
698
{Name : "VolumeBinding" },
700
699
{Name : "VolumeZone" },
701
700
{Name : "InterPodAffinity" },
701
+ {Name : "NodeLabel" },
702
702
},
703
703
"ScorePlugin" : {
704
704
{Name : "NodeResourcesBalancedAllocation" , Weight : 2 },
@@ -783,7 +783,6 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
783
783
}` ,
784
784
wantPredicates : sets .NewString (
785
785
"TestServiceAffinity" ,
786
- "TestLabelsPresence" ,
787
786
),
788
787
wantPrioritizers : sets .NewString (
789
788
"EqualPriority" ,
@@ -806,6 +805,7 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
806
805
{Name : "VolumeBinding" },
807
806
{Name : "VolumeZone" },
808
807
{Name : "InterPodAffinity" },
808
+ {Name : "NodeLabel" },
809
809
},
810
810
"ScorePlugin" : {
811
811
{Name : "NodeResourcesBalancedAllocation" , Weight : 2 },
@@ -891,7 +891,6 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
891
891
}` ,
892
892
wantPredicates : sets .NewString (
893
893
"TestServiceAffinity" ,
894
- "TestLabelsPresence" ,
895
894
),
896
895
wantPrioritizers : sets .NewString (
897
896
"EqualPriority" ,
@@ -915,6 +914,7 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
915
914
{Name : "VolumeBinding" },
916
915
{Name : "VolumeZone" },
917
916
{Name : "InterPodAffinity" },
917
+ {Name : "NodeLabel" },
918
918
},
919
919
"ScorePlugin" : {
920
920
{Name : "NodeResourcesBalancedAllocation" , Weight : 2 },
@@ -999,7 +999,6 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
999
999
}` ,
1000
1000
wantPredicates : sets .NewString (
1001
1001
"TestServiceAffinity" ,
1002
- "TestLabelsPresence" ,
1003
1002
),
1004
1003
wantPrioritizers : sets .NewString (
1005
1004
"EqualPriority" ,
@@ -1024,6 +1023,7 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
1024
1023
{Name : "VolumeBinding" },
1025
1024
{Name : "VolumeZone" },
1026
1025
{Name : "InterPodAffinity" },
1026
+ {Name : "NodeLabel" },
1027
1027
},
1028
1028
"ScorePlugin" : {
1029
1029
{Name : "NodeResourcesBalancedAllocation" , Weight : 2 },
@@ -1112,7 +1112,6 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
1112
1112
}` ,
1113
1113
wantPredicates : sets .NewString (
1114
1114
"TestServiceAffinity" ,
1115
- "TestLabelsPresence" ,
1116
1115
),
1117
1116
wantPrioritizers : sets .NewString (
1118
1117
"EqualPriority" ,
@@ -1137,6 +1136,7 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
1137
1136
{Name : "VolumeBinding" },
1138
1137
{Name : "VolumeZone" },
1139
1138
{Name : "InterPodAffinity" },
1139
+ {Name : "NodeLabel" },
1140
1140
},
1141
1141
"ScorePlugin" : {
1142
1142
{Name : "NodeResourcesBalancedAllocation" , Weight : 2 },
0 commit comments