File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ package-common: driver
5454
5555package : package-common
5656 mkdir -p dist/install/usr/bin
57- curl -o dist/nomad.zip " ftp://${RELEASE_FTPD_HOST} /binary/nomad_1.1.2_linux_amd64 .zip"
57+ curl -o dist/nomad.zip " ftp://${RELEASE_FTPD_HOST} /binary/nomad_1.5.5_linux_amd64 .zip"
5858 curl -o dist/consul.zip " ftp://${RELEASE_FTPD_HOST} /binary/consul_1.7.2_linux_amd64.zip"
5959 mkdir -p dist/install/usr/bin
6060 cd dist/install/usr/bin && unzip ../../../nomad.zip && unzip ../../../consul.zip
Original file line number Diff line number Diff line change 1+ diff --git a/client/allocrunner/taskrunner/task_runner.go b/client/allocrunner/taskrunner/task_runner.go
2+ index aae6a314d8..8aac851036 100644
3+ --- a/client/allocrunner/taskrunner/task_runner.go
4+ +++ b/client/allocrunner/taskrunner/task_runner.go
5+ @@ -44,7 +44,7 @@ import (
6+ const (
7+ // defaultMaxEvents is the default max capacity for task events on the
8+ // task state. Overrideable for testing.
9+ - defaultMaxEvents = 10
10+ + defaultMaxEvents = 100
11+
12+ // killBackoffBaseline is the baseline time for exponential backoff while
13+ // killing a task.
You can’t perform that action at this time.
0 commit comments