Skip to content

Commit 131735c

Browse files
authored
Merge pull request #1038 from k8s-infra-cherrypick-robot/cherry-pick-1031-to-release-1.21
[release-1.21] test: fix verify-helm-chart failure
2 parents bc58abe + 49e8ff5 commit 131735c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo dpkg -i packages-microsoft-prod.deb
2626
sudo apt-get update
2727
sudo apt-get install blobfuse
28-
make verify
28+
go test -covermode=count -coverprofile=profile.cov ./pkg/...
2929
3030
- name: Run build test
3131
run: |

hack/verify-helm-chart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if [[ -z "$(command -v jq)" ]]; then
5858
fi
5959

6060
# jq-equivalent for yaml
61-
pip install yq --ignore-installed PyYAML
61+
pip install yq --break-system-packages --ignore-installed PyYAML
6262

6363
# Extract images from csi-blob-controller.yaml
6464
expected_csi_provisioner_image="$(cat ${PKG_ROOT}/deploy/csi-blob-controller.yaml | yq -r .spec.template.spec.containers[0].image | head -n 1)"

0 commit comments

Comments
 (0)