Merge pull request #30575 from soltysh/scheduledjobs_e2e

Automatic merge from submit-queue

Scheduledjobs e2e

@janetkuo resubmitted e2e for SJ, I've updated all scripts to consume `KUBE_RUNTIME_CONFIG` properly in 2nd commit, ptal
This commit is contained in:
Kubernetes Submit Queue
2016-08-19 23:42:32 -07:00
committed by GitHub
3 changed files with 263 additions and 2 deletions

View File

@@ -266,6 +266,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"))
}