gha: Add install kata tools as part of the stability workflow

This PR adds the install kata tools step as part of the k8s stability workflow.
To avoid the failures saying that certain kata components are not installed it.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes
2024-11-05 22:27:24 +00:00
parent 7e6779f3ad
commit 13e27331ef
2 changed files with 4 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ jobs:
env:
TARGET_BRANCH: ${{ inputs.target-branch }}
- name: Install kata
run: bash tests/integration/kubernetes/gha-run.sh install-kata-tools
- name: Download Azure CLI
run: bash tests/integration/kubernetes/gha-run.sh install-azure-cli

View File

@@ -31,6 +31,7 @@ function main() {
login-azure) login_azure ;;
create-cluster) create_cluster ;;
install-bats) install_bats ;;
install-kata-tools) install_kata_tools ;;
install-kubectl) install_kubectl ;;
get-cluster-credentials) get_cluster_credentials ;;
deploy-snapshotter) deploy_snapshotter ;;