Skip to content

Commit

Permalink
Make first job keep running
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLike committed Jun 21, 2019
1 parent 214c579 commit dcf8043
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 dcf8043

Please sign in to comment.