Skip to content

TRT-1854: remove annotation rules that don't relate to suites #2299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions openshift-hack/cmd/k8s-tests-ext/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,29 @@ func addLabelsToSpecs(specs et.ExtensionTestSpecs) {

"[sig-network] IngressClass [Feature:Ingress] should set default value on new IngressClass", //https://bugzilla.redhat.com/show_bug.cgi?id=1833583
},
"[sig-node]": {
"[NodeConformance]",
"NodeLease",
"lease API",
"[NodeFeature",
"[NodeAlphaFeature",
"Probing container",
"Security Context When creating a",
"Downward API should create a pod that prints his name and namespace",
"Liveness liveness pods should be automatically restarted",
"Secret should create a pod that reads a secret",
"Pods should delete a collection of pods",
"Pods should run through the lifecycle of Pods and PodStatus",
},
"[sig-cluster-lifecycle]": {
"Feature:ClusterAutoscalerScalability",
"recreate nodes and ensure they function",
},
"[sig-arch]": {
// not run, assigned to arch as catch-all
"[Feature:GKELocalSSD]",
"[Feature:GKENodePool]",
},
}

for label, names := range namesByLabel {
Expand Down
Loading