From 1a605c33add4be41abca60fa8f4a3d73b8ccc5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 11 Sep 2023 16:36:18 +0200 Subject: [PATCH] ci: kata-deploy: Add deploy-k8s argument to gha-run.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We'll be using exactly the same code used for the k8s tests, which are already deploying k3s on GARM. Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit 001525763606d19d7a891ff7715b212c65a1db02) --- tests/functional/kata-deploy/gha-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/kata-deploy/gha-run.sh b/tests/functional/kata-deploy/gha-run.sh index 8e1c9a1d05..744e73f1c1 100755 --- a/tests/functional/kata-deploy/gha-run.sh +++ b/tests/functional/kata-deploy/gha-run.sh @@ -56,6 +56,7 @@ function main() { install-azure-cli) install_azure_cli ;; login-azure) login_azure ;; create-cluster) create_cluster "kata-deploy" ;; + deploy-k8s) deploy_k8s ;; install-bats) install_bats ;; install-kubectl) install_kubectl ;; get-cluster-credentials) get_cluster_credentials "kata-deploy" ;;