mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 11:12:03 +00:00
Move E2E kube-up call into test-setup from e2e-internal.
This commit is contained in:
@@ -122,6 +122,7 @@ func main() {
|
||||
}
|
||||
|
||||
os.Setenv("KUBECTL", versionRoot+`/cluster/kubectl.sh`+kubectlArgs())
|
||||
os.Setenv("KUBE_TEST_DEBUG", "y")
|
||||
|
||||
if *pushup {
|
||||
if IsUp() {
|
||||
@@ -175,7 +176,6 @@ func Up() bool {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
return finishRunning("up", exec.Command(path.Join(*root, "hack/e2e-internal/e2e-up.sh")))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user