Skip to content

Commit

Permalink
Merge pull request volcano-sh#28 from Rajadeepan/fixe2e
Browse files Browse the repository at this point in the history
Enable some e2e test cases
  • Loading branch information
volcano-sh-bot authored Jun 12, 2019
2 parents ec1328c + 6664a74 commit 6335a47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions hack/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ curl ${dind_url} --output ${dind_dest}
chmod +x ${dind_dest}
${dind_dest} up

kubectl create -f config/crds/scheduling_v1alpha1_podgroup.yaml
kubectl create -f config/crds/scheduling_v1alpha1_queue.yaml
kubectl create -f config/queue/default.yaml
kubectl create -f deployment/kube-batch/templates/scheduling_v1alpha1_podgroup.yaml
kubectl create -f deployment/kube-batch/templates/scheduling_v1alpha1_queue.yaml
kubectl create -f deployment/kube-batch/templates/default.yaml

# start kube-batch
nohup ${KA_BIN}/kube-batch --kubeconfig ${HOME}/.kube/config --scheduler-conf=config/kube-batch-conf.yaml --logtostderr --v ${LOG_LEVEL} > scheduler.log 2>&1 &
Expand Down
2 changes: 0 additions & 2 deletions test/e2e/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ var _ = Describe("Job E2E Test", func() {
})

It("Gang scheduling", func() {
Skip("TODO: Testcase skipped due to failing should be fixed and enabled.")
context := initTestContext()
defer cleanupTestContext(context)
rep := clusterSize(context, oneCPU)/2 + 1
Expand Down Expand Up @@ -251,7 +250,6 @@ var _ = Describe("Job E2E Test", func() {
})

It("Statement", func() {
Skip("TODO: Testcase skipped due to failing should be fixed and enabled.")
context := initTestContext()
defer cleanupTestContext(context)

Expand Down

0 comments on commit 6335a47

Please sign in to comment.