Skip to content

Commit

Permalink
Merge pull request #243 from TommyLike/bug/fix_statement_error
Browse files Browse the repository at this point in the history
Keep none preemptable job running
  • Loading branch information
volcano-sh-bot committed Jun 21, 2019
2 parents b6f2952 + a2f3082 commit 358c6e3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/e2e/job_scheduling.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,10 @@ var _ = Describe("Job E2E Test", func() {
namespace: "test",
tasks: []taskSpec{
{
img: defaultNginxImage,
req: slot,
min: rep,
rep: rep,
command: "sleep 10s",
img: defaultNginxImage,
req: slot,
min: rep,
rep: rep,
},
},
}
Expand Down

0 comments on commit 358c6e3

Please sign in to comment.