Skip to content

Commit

Permalink
UPSTREAM: <carry>: Add OpenShift tooling, images, configs and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bertinatto committed Nov 28, 2024
1 parent 69fb75a commit 89e9714
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/make-rules/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ kube::test::find_go_packages() {
-e '^k8s.io/kubernetes/test/e2e$' \
-e '^k8s.io/kubernetes/test/e2e_node(/.*)?$' \
-e '^k8s.io/kubernetes/test/e2e_kubeadm(/.*)?$' \
-e '^k8s.io/.*/test/integration(/.*)?$'
-e '^k8s.io/.*/test/integration(/.*)?$' \
-e '^k8s.io/kubernetes/openshift-hack/e2e(/.*)?$'
)
}

Expand Down

0 comments on commit 89e9714

Please sign in to comment.