-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add support for urls in deploy.kubectl.manifests #1408
Conversation
r2d4
commented
Dec 20, 2018
fixes #1408 |
Codecov Report
@@ Coverage Diff @@
## master #1408 +/- ##
==========================================
- Coverage 44.65% 44.61% -0.04%
==========================================
Files 111 111
Lines 4546 4552 +6
==========================================
+ Hits 2030 2031 +1
- Misses 2311 2315 +4
- Partials 205 206 +1
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #1408 +/- ##
==========================================
- Coverage 44.65% 44.61% -0.04%
==========================================
Files 111 111
Lines 4546 4552 +6
==========================================
+ Hits 2030 2031 +1
- Misses 2311 2315 +4
- Partials 205 206 +1
Continue to review full report at Codecov.
|
|
Thank you for this @r2d4 :) @ahmadnurus this overlaps with your implementation - but one thing I prefer about this approach is |
I'm not sure I understand why the bazel example fails in kokoro only on this PR, but I'm looking. |
@balopat I don't know if you prefer with mininal config change. I can change my PR if you review my PR earlier. but it's ok to close my PR for this. |
Thanks @ahmadnurus, sorry for the inconvenience! |
It's super odd but I cannot reproduce this bazel failure on any other PRs - including a complete clone of this PR, locally on docker (cleaned from bazel cache, docker images, etc.). It must be a peculiar kokoro thing. |
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.
Ignoring the bazel error as it seems to be a kokoro related flake.
np @balopat , tell me if any issue that i can take! |