diff --git a/e2e/deployment/input/deployment_auto0.nomad b/e2e/deployment/input/deployment_auto0.nomad index badf549ac..454a818b9 100644 --- a/e2e/deployment/input/deployment_auto0.nomad +++ b/e2e/deployment/input/deployment_auto0.nomad @@ -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 { diff --git a/e2e/deployment/input/deployment_auto1.nomad b/e2e/deployment/input/deployment_auto1.nomad index c1713e63b..415e26e32 100644 --- a/e2e/deployment/input/deployment_auto1.nomad +++ b/e2e/deployment/input/deployment_auto1.nomad @@ -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 {