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

Commit

Permalink
add k8s test back on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwu committed Nov 21, 2023
1 parent b1c8cdd commit 1f4cb52
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 1f4cb52

Please sign in to comment.