-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable containerized storage plugins mounter on GCI #35350
Conversation
9879884
to
672fb14
Compare
672fb14
to
f60d597
Compare
f60d597
to
7d36846
Compare
Jenkins verification failed for commit 7d36846. Full PR test history. The magic incantation to run this job again is |
Jenkins GCI GCE e2e failed for commit 7d36846. Full PR test history. The magic incantation to run this job again is |
Jenkins GCE etcd3 e2e failed for commit 7d36846. Full PR test history. The magic incantation to run this job again is |
Jenkins GCE e2e failed for commit 7d36846. Full PR test history. The magic incantation to run this job again is |
Jenkins Kubemark GCE e2e failed for commit 7d36846. Full PR test history. The magic incantation to run this job again is |
Jenkins GKE smoke e2e failed for commit 7d36846. Full PR test history. The magic incantation to run this job again is |
Jenkins GCI GKE smoke e2e failed for commit 7d36846. Full PR test history. The magic incantation to run this job again is |
Verification failed with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One quick fix and then LGTM
@@ -1,3 +1,4 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this initial newline might be why the boilerplate header verification failed.
And the shebang ofc needs to be on the first line anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack. Fixing it.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
Signed-off-by: Vishnu kannan <vishnuk@google.com>
7d36846
to
aceddfa
Compare
@mtaufen Fixed the PR and rebased it. Let's see if tests are happy now. |
LGTM pending tests |
Bumping the priority since we need to soak this PR before tomorrow. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
This PR broke kubemark - I'm going to revert this PR. It turned out that we weren't running GCI based kubemark presubmits. @wojtek-t is fixing that. |
This change is