Skip to content

Commit 8ef4216

Browse files
committed
UPSTREAM: <carry>: remove annotation rules that don't relate to suites
1 parent 10466b2 commit 8ef4216

File tree

3 files changed

+1467
-1843
lines changed

3 files changed

+1467
-1843
lines changed

openshift-hack/cmd/k8s-tests-ext/labels.go

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,29 @@ func addLabelsToSpecs(specs et.ExtensionTestSpecs) {
3838

3939
"[sig-network] IngressClass [Feature:Ingress] should set default value on new IngressClass", //https://bugzilla.redhat.com/show_bug.cgi?id=1833583
4040
},
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+
},
4164
}
4265

4366
for label, names := range namesByLabel {

0 commit comments

Comments
 (0)