Skip to content

Commit

Permalink
Enable batch/v2alpha1 globally for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Aug 10, 2016
1 parent 60af0d5 commit 30785b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ func TearDown() bool {

// Up brings an e2e cluster up, recreating it if one is already running.
func Up() bool {
// force having batch/v2alpha1 always on for e2e tests
os.Setenv("KUBE_RUNTIME_CONFIG", "batch/v2alpha1=true")
return finishRunning("up", exec.Command("./hack/e2e-internal/e2e-up.sh"))
}

Expand Down

0 comments on commit 30785b4

Please sign in to comment.