[WIP] Test PR jobs with release-tools/prow.sh snapshotter rbac fix#299
[WIP] Test PR jobs with release-tools/prow.sh snapshotter rbac fix#299ggriffiths wants to merge 2 commits intokubernetes-csi:masterfrom
Conversation
|
@ggriffiths: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ggriffiths 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 |
| done | ||
|
|
||
| if [ -e deploy/kubernetes/rbac.yaml ]; then | ||
| if [ -e "$(pwd)/deploy/kubernetes/rbac.yaml" ] || [ -e "$(pwd)/deploy/kubernetes/csi-snapshotter/rbac-csi-snapshotter.yaml" ]; then |
There was a problem hiding this comment.
this check: if [ -e deploy/kubernetes/rbac.yaml ]; does not work without $(pwd), so this code path wasn't being executed. Also, we needed to adjust for the snapshot-controller by removing it from cmds
57b3b9c to
9fcefce
Compare
|
/retest |
1 similar comment
|
/retest |
9c01863 to
b47d481
Compare
b47d481 to
1eb6fee
Compare
Signed-off-by: Grant Griffiths <grant@portworx.com>
5e243a9 to
74b554b
Compare
|
@ggriffiths: 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. |
909252797 Merge pull request kubernetes-csi#298 from torredil/trivy-schedule-trigger 2c9aed3e9 Merge pull request kubernetes-csi#299 from andyzhangx/patch-12 507ea1e90 chore: fix broken gcb-docker-gcloud image ab1da0e96 Run Trivy scan on schedule instead of pull requests git-subtree-dir: release-tools git-subtree-split: 909252797a11793b90f81c1aff9d181b4eebd363
Signed-off-by: Grant Griffiths grant@portworx.com
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: