Skip to content
Draft
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
1 change: 1 addition & 0 deletions test/k8s-integration/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ func handle() error {

// If using kubetest and test version is set, then download and build Kubernetes to run K8s tests
// Otherwise, either kube version is set (which implies GCE) or a local K8s dir is being used.
// Fake commit
if !*useKubeTest2 && len(*testVersion) != 0 && *testVersion != *kubeVersion {
testParams.k8sSourceDir = filepath.Join(testParams.testParentDir, "kubernetes")
// Overlay the Kubernetes source
Expand Down