From 23228a82077646d9019e09df02000e00b74013e4 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Wed, 22 Jun 2022 18:49:30 -0700 Subject: [PATCH] chore: Update tests to use 1.4 image (#1300) --- .kitchen.yml | 1 + build/int.cloudbuild.yaml | 2 +- build/lint.cloudbuild.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 552f6eea59..004559322f 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -15,6 +15,7 @@ driver: name: "terraform" command_timeout: 2700 + verify_version: false provisioner: name: "terraform" diff --git a/build/int.cloudbuild.yaml b/build/int.cloudbuild.yaml index 929221c20f..8399652b69 100644 --- a/build/int.cloudbuild.yaml +++ b/build/int.cloudbuild.yaml @@ -364,6 +364,6 @@ tags: - 'integration' substitutions: _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools' - _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.0' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.4' options: machineType: 'N1_HIGHCPU_8' diff --git a/build/lint.cloudbuild.yaml b/build/lint.cloudbuild.yaml index a3e002756b..93a091f46f 100644 --- a/build/lint.cloudbuild.yaml +++ b/build/lint.cloudbuild.yaml @@ -22,7 +22,7 @@ tags: - 'lint' substitutions: _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools' - _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.0' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.4' options: machineType: 'N1_HIGHCPU_8' env: