Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f2e2f07

Browse files
committedNov 28, 2024
UPSTREAM: <carry>: Add OpenShift tooling, images, configs and docs
1 parent 1bcf89d commit f2e2f07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎hack/make-rules/test.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ kube::test::find_go_packages() {
5252
-e '^k8s.io/kubernetes/test/e2e$' \
5353
-e '^k8s.io/kubernetes/test/e2e_node(/.*)?$' \
5454
-e '^k8s.io/kubernetes/test/e2e_kubeadm(/.*)?$' \
55-
-e '^k8s.io/.*/test/integration(/.*)?$'
55+
-e '^k8s.io/.*/test/integration(/.*)?$' \
56+
-e '^k8s.io/kubernetes/openshift-hack/e2e(/.*)?$'
5657
)
5758
}
5859

0 commit comments

Comments
 (0)
Please sign in to comment.