Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Amulyam24 committed Jan 29, 2024
1 parent dcadb7e commit be59c32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish-kata-deploy-payload-ppc64le.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
ref: ${{ inputs.commit-hash }}
fetch-depth: 0

- name: Prepare the self-hosted runner
run: ${HOME}/scripts/prepare_runner.sh

- name: Rebase atop of the latest target branch
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/run-k8s-tests-on-ppc64le.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:

- name: Set the KUBECONFIG for kubeadm
run: export KUBECONFIG="$HOME/.kube/config"

- uses: actions/checkout@v4
with:
ref: ${{ inputs.commit-hash }}
Expand All @@ -60,7 +61,7 @@ jobs:

- name: Deploy Kata
timeout-minutes: 10
run: bash tests/integration/kubernetes/gha-run.sh deploy-kata-kubeadm
run: bash tests/integration/kubernetes/gha-run.sh deploy-kata-ppc64le

- name: Run tests
timeout-minutes: 30
Expand Down
1 change: 1 addition & 0 deletions tests/integration/kubernetes/gha-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ function main() {
deploy-kata-tdx) deploy_kata "tdx" ;;
deploy-kata-garm) deploy_kata "garm" ;;
deploy-kata-zvsi) deploy_kata "zvsi" ;;
deploy-kata-ppc64le) deploy_kata "ppc64le" ;;
run-tests) run_tests ;;
run-tests-kcli) run_tests "kcli" ;;
cleanup-kcli) cleanup "kcli" ;;
Expand Down

0 comments on commit be59c32

Please sign in to comment.