Infra: Configurable CSIT SHIM image
[csit.git] / terraform-ci-infra / 1n_nmd / main.tf
index eda1fbd..4519426 100644 (file)
@@ -156,6 +156,8 @@ module "vpp_device" {
   # csit_shim
   csit_shim_job_name             = "prod-device-csit-shim"
   csit_shim_group_count          = "1"
-  csit_shim_cpu                  = "1000"
-  csit_shim_mem                  = "5000"
+  csit_shim_cpu                  = "1500"
+  csit_shim_mem                  = "4096"
+  csit_shim_image_aarch64        = "csit_shim-ubuntu1804:local"
+  csit_shim_image_x86_64         = "csit_shim-ubuntu1804:local"
 }
\ No newline at end of file