From: Anil Belur Date: Thu, 29 Feb 2024 04:43:53 +0000 (+1000) Subject: Fix: Add packer version and OS_CLOUD env var X-Git-Tag: v0.16.3~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=6bc4ba803a632ebcf859382c787731cf163ac112;p=releng%2Fcommon-packer.git Fix: Add packer version and OS_CLOUD env var This settings are required for the packer validator workflow. Signed-off-by: Anil Belur Change-Id: Idb064f00d3c7b066c0c37ace85a6860a3cda6b4a --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index e9b4074..61152dc 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -42,6 +42,10 @@ on: required: true type: string +env: + OS_CLOUD: "vex" + PACKER_VERSION: "1.9.1" + concurrency: group: ${{ github.event.inputs.GERRIT_CHANGE_ID || github.run_id }} cancel-in-progress: true