e2e: add executable permission to snapshot metadata test script#137337
e2e: add executable permission to snapshot metadata test script#137337iPraveenParihar wants to merge 1 commit intokubernetes:masterfrom
Conversation
The run_snapshot_metadata_e2e.sh script was missing the executable bit, causing "Permission denied" (exit code 126) when test-infra invokes it directly from the command line.
|
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Hi @iPraveenParihar. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: iPraveenParihar The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@xing-yang PTAL. |
The run_snapshot_metadata_e2e.sh script was missing the executable bit, causing "Permission denied" (exit code 126) when test-infra invokes it directly from the command line.
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
The run_snapshot_metadata_e2e.sh script was missing the executable
bit, causing "Permission denied" (exit code 126) when test-infra
invokes it directly from the command line.
https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-storage-kind-snapshot-metadata/2028209551878131712
Which issue(s) this PR is related to:
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: