diff options
Diffstat (limited to 'terraform-ci-infra/1n_nmd/vpp_device/conf')
-rw-r--r-- | terraform-ci-infra/1n_nmd/vpp_device/conf/nomad/csit_shim.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/terraform-ci-infra/1n_nmd/vpp_device/conf/nomad/csit_shim.hcl b/terraform-ci-infra/1n_nmd/vpp_device/conf/nomad/csit_shim.hcl index cf065429d1..9763088dcd 100644 --- a/terraform-ci-infra/1n_nmd/vpp_device/conf/nomad/csit_shim.hcl +++ b/terraform-ci-infra/1n_nmd/vpp_device/conf/nomad/csit_shim.hcl @@ -63,7 +63,7 @@ job "${job_name}" { # are specific to each driver, so please see specific driver # documentation for more information. config { - image = "csit_shim-ubuntu1804:local" + image = "${image_x86_64}" network_mode = "host" pid_mode = "host" volumes = [ @@ -133,7 +133,7 @@ job "${job_name}" { # are specific to each driver, so please see specific driver # documentation for more information. config { - image = "csit_shim-ubuntu1804:local" + image = "${image_aarch64}" network_mode = "host" pid_mode = "host" volumes = [ |