Skip to content

Commit

Permalink
Merge pull request #200 from subhamkrai/ci-add-64G
Browse files Browse the repository at this point in the history
ci: filter both 14 and 64 disks in CI
  • Loading branch information
subhamkrai authored Nov 16, 2023
2 parents e7e1f21 + 5d31c33 commit eb93c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/github-action-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -xeEo pipefail
# VARIABLES #
#############
: "${FUNCTION:=${1}}"
: "${BLOCK:=$(sudo lsblk --paths | awk '/14G/ {print $1}' | head -1)}"
: "${BLOCK:=$(sudo lsblk --paths | awk '/14G/ || /64G/ {print $1}' | head -1)}"

# source https://krew.sigs.k8s.io/docs/user-guide/setup/install/
install_krew() {
Expand Down

0 comments on commit eb93c11

Please sign in to comment.