Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

DONOT-MERGE: add k8s test back on arm #5795

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ case "${CI_JOB}" in
echo "INFO: Running Confidential Container tests"
sudo -E PATH="$PATH" CRI_RUNTIME="containerd" bash -c "make cc-containerd"
fi
if [ $(uname -m) == "aarch64" ]; then
echo "INFO: Running kubernetes tests"
sudo -E PATH="$PATH" CRI_RUNTIME="containerd" bash -c "make kubernetes"
fi
echo "INFO: Running runk test"
sudo -E PATH="$PATH" CRI_RUNTIME="containerd" bash -c "make runk"
;;
Expand Down
Loading