mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-25 11:10:35 -05:00
Automatic merge from submit-queue (batch tested with PRs 45182, 45429) Coverage: shasum command not supported on CentOS Centos has sha1sum, instead of "shasum -a1". Modified script to check for existence fo shasum, and if not present, use sha1sum for coverage test processing. **What this PR does / why we need it**: Allows coverage test to run under CentOS. Needed for development using that OS. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #45425 **Special notes for your reviewer**: **Release note**: ```NONE ``` |
||
|---|---|---|
| .. | ||
| helpers | ||
| build.sh | ||
| cross.sh | ||
| make-help.sh | ||
| test-cmd-util.sh | ||
| test-cmd.sh | ||
| test-e2e-node.sh | ||
| test-federation-cmd.sh | ||
| test-integration.sh | ||
| test-kubeadm-cmd.sh | ||
| test.sh | ||
| verify.sh | ||
| vet.sh | ||