Skip to content

Commit

Permalink
ci: update Nomad to 1.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Jul 11, 2023
1 parent 4faeaa2 commit 7403425
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions nomad/resource_job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2991,12 +2991,12 @@ job "foo-service-with-deployment" {
update {
min_healthy_time = "1s"
healthy_deadline = "2s"
progress_deadline = "3s"
progress_deadline = "10s"
}
task "sleep" {
driver = "raw_exec"
driver = "exec"
config {
command = "sleep"
command = "/bin/sleep"
args = ["3600"]
}
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/getnomad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set -e

NOMAD_VERSION=1.5.0
NOMAD_VERSION='1.6.0-beta.1'
if [[ -n "$NOMAD_LICENSE" || -n "$NOMAD_LICENSE_PATH" ]]; then
NOMAD_VERSION=${NOMAD_VERSION}+ent
fi
Expand Down

0 comments on commit 7403425

Please sign in to comment.