e2e/deployment comment the job files for clarity
This commit is contained in:
parent
16cd0beb9b
commit
7929ef28c7
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue