From 7ce5c8b3fa90d0da419b4b8f801b505083ba2192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 8 Sep 2023 09:57:25 +0200 Subject: [PATCH] ci: k8s: Install bats on GARM runners MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GARM runners do not come with the whole set of tools we need, or are used to when it comes to the GHA runners, so we need to manually install bats on those. Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit 8c9380a7980aa113ba91b626788b2036bb9ec919) --- .github/workflows/run-k8s-tests-on-garm.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-k8s-tests-on-garm.yaml b/.github/workflows/run-k8s-tests-on-garm.yaml index eee9b48a34..2c90ec72b3 100644 --- a/.github/workflows/run-k8s-tests-on-garm.yaml +++ b/.github/workflows/run-k8s-tests-on-garm.yaml @@ -55,6 +55,9 @@ jobs: - name: Deploy Kata timeout-minutes: 10 run: bash tests/integration/kubernetes/gha-run.sh deploy-kata-tdx + + - name: Install `bats` + run: bash tests/integration/kubernetes/gha-run.sh install-bats - name: Run tests timeout-minutes: 30