WIP: prow.sh: install dep if needed#178
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pohly The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
"make test-vendor" depends on dep if the current project uses dep. Without it, the vendor directory checking was skipped under Prow.
|
@pohly: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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/test-infra repository. I understand the commands that are listed here. |
|
kubernetes-csi/csi-release-tools#27 was merged. The next regular csi-release-tools update can pick this up. |
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
dep must be installed explicitly for the "make test-vendor" check.
Does this PR introduce a user-facing change?: