File tree Expand file tree Collapse file tree 3 files changed +1467
-1843
lines changed Expand file tree Collapse file tree 3 files changed +1467
-1843
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,29 @@ func addLabelsToSpecs(specs et.ExtensionTestSpecs) {
38
38
39
39
"[sig-network] IngressClass [Feature:Ingress] should set default value on new IngressClass" , //https://bugzilla.redhat.com/show_bug.cgi?id=1833583
40
40
},
41
+ "[sig-node]" : {
42
+ "[NodeConformance]" ,
43
+ "NodeLease" ,
44
+ "lease API" ,
45
+ "[NodeFeature" ,
46
+ "[NodeAlphaFeature" ,
47
+ "Probing container" ,
48
+ "Security Context When creating a" ,
49
+ "Downward API should create a pod that prints his name and namespace" ,
50
+ "Liveness liveness pods should be automatically restarted" ,
51
+ "Secret should create a pod that reads a secret" ,
52
+ "Pods should delete a collection of pods" ,
53
+ "Pods should run through the lifecycle of Pods and PodStatus" ,
54
+ },
55
+ "[sig-cluster-lifecycle]" : {
56
+ "Feature:ClusterAutoscalerScalability" ,
57
+ "recreate nodes and ensure they function" ,
58
+ },
59
+ "[sig-arch]" : {
60
+ // not run, assigned to arch as catch-all
61
+ "[Feature:GKELocalSSD]" ,
62
+ "[Feature:GKENodePool]" ,
63
+ },
41
64
}
42
65
43
66
for label , names := range namesByLabel {
You can’t perform that action at this time.
0 commit comments