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 a05a4be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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 @@ -34,7 +34,7 @@ jobs:
runs-on: ppc64le
env:
DOCKER_REGISTRY: ${{ inputs.registry }}
DOCKER_REPO: ${{ inputs.repo }}
DOCKER_REPO: amulyam24
DOCKER_TAG: ${{ inputs.tag }}
PR_NUMBER: ${{ inputs.pr-number }}
KATA_HYPERVISOR: ${{ matrix.vmm }}
Expand All @@ -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 Down
3 changes: 2 additions & 1 deletion tests/integration/kubernetes/gha-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source "${kubernetes_dir}/../../gha-run-k8s-common.sh"
tools_dir="${repo_root_dir}/tools"

DOCKER_REGISTRY=${DOCKER_REGISTRY:-quay.io}
DOCKER_REPO=${DOCKER_REPO:-kata-containers/kata-deploy-ci}
DOCKER_REPO="amulyam24/kata-deploy-ci"
DOCKER_TAG=${DOCKER_TAG:-kata-containers-latest}
KATA_DEPLOY_WAIT_TIMEOUT=${KATA_DEPLOY_WAIT_TIMEOUT:-10m}
KATA_HYPERVISOR=${KATA_HYPERVISOR:-qemu}
Expand Down 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-kubeadm) deploy_kata "kubeadm" ;;
run-tests) run_tests ;;
run-tests-kcli) run_tests "kcli" ;;
cleanup-kcli) cleanup "kcli" ;;
Expand Down

0 comments on commit a05a4be

Please sign in to comment.