Merge pull request #10493 from GabyCT/topic/katatoolsta

gha: Add install kata tools as part of the stability workflow
This commit is contained in:
GabyCT 2024-11-06 14:16:48 -06:00 committed by GitHub
commit 47cea6f3c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ;;