Skip to content

Commit

Permalink
Merge pull request #269 from asifdxtreme/master
Browse files Browse the repository at this point in the history
Bump Volcano-sh/Scheduler
  • Loading branch information
volcano-sh-bot authored Jul 1, 2019
2 parents 75674f3 + 35f0312 commit 3ce9a16
Show file tree
Hide file tree
Showing 26 changed files with 832 additions and 211 deletions.
6 changes: 4 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pkg/controllers/job/job_controller_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func TestUpdateJobFunc(t *testing.T) {
Namespace: namespace,
},
Spec: vkbatchv1.JobSpec{
SchedulerName: "kube-batch",
SchedulerName: "volcano",
MinAvailable: 5,
},
Status: vkbatchv1.JobStatus{
Expand All @@ -198,7 +198,7 @@ func TestUpdateJobFunc(t *testing.T) {
Namespace: namespace,
},
Spec: vkbatchv1.JobSpec{
SchedulerName: "kube-batch",
SchedulerName: "volcano",
MinAvailable: 5,
},
Status: vkbatchv1.JobStatus{
Expand All @@ -216,7 +216,7 @@ func TestUpdateJobFunc(t *testing.T) {
Namespace: namespace,
},
Spec: vkbatchv1.JobSpec{
SchedulerName: "kube-batch",
SchedulerName: "volcano",
MinAvailable: 5,
},
Status: vkbatchv1.JobStatus{
Expand All @@ -231,7 +231,7 @@ func TestUpdateJobFunc(t *testing.T) {
Namespace: namespace,
},
Spec: vkbatchv1.JobSpec{
SchedulerName: "kube-batch",
SchedulerName: "volcano",
MinAvailable: 5,
},
Status: vkbatchv1.JobStatus{
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ func createJobInner(context *context, jobSpec *jobSpec) (*vkv1.Job, error) {
Labels: task.labels,
},
Spec: v1.PodSpec{
SchedulerName: "kube-batch",
SchedulerName: "volcano",
RestartPolicy: restartPolicy,
Containers: createContainers(task.img, task.command, task.workingDir, task.req, task.limit, task.hostport),
Affinity: task.affinity,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3ce9a16

Please sign in to comment.