e2e/deployment comment the job files for clarity

This commit is contained in:
Lang Martin 2019-05-21 16:28:11 -04:00
parent 16cd0beb9b
commit 7929ef28c7
2 changed files with 6 additions and 2 deletions

View File

@ -15,6 +15,7 @@ job "deployment_auto.nomad" {
config {
command = "/bin/sleep"
# change args to update the job, the only changes
args = ["1000000"]
}
@ -40,7 +41,8 @@ job "deployment_auto.nomad" {
config {
command = "/bin/sleep"
args = ["200000"]
# change args to update the job, the only changes
args = ["2000000"]
}
resources {

View File

@ -15,6 +15,7 @@ job "deployment_auto.nomad" {
config {
command = "/bin/sleep"
# change args to update the job, the only changes
args = ["1000001"]
}
@ -40,7 +41,8 @@ job "deployment_auto.nomad" {
config {
command = "/bin/sleep"
args = ["200001"]
# change args to update the job, the only changes
args = ["2000001"]
}
resources {