-
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
#296 Support remote helm chart repositories #1254
Conversation
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.
Put the new bool field next to the other bools
@r2d4 fixed :) any explanation? |
Codecov Report
@@ Coverage Diff @@
## master #1254 +/- ##
==========================================
+ Coverage 45.62% 45.63% +0.01%
==========================================
Files 116 116
Lines 4870 4871 +1
==========================================
+ Hits 2222 2223 +1
Misses 2424 2424
Partials 224 224
Continue to review full report at Codecov.
|
Memory gets allocated in 8 byte blocks First grouping of 2 bools had 6 free bytes, If you move all three together you free up the last block (8 bytes) and use one of the unused spaces! Kind of a useless linter for skaffold however :) |
maybe the option could have a better name, like waiting for your feedback |
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.
- minor nit around documentation.
- the double negation is a bit hard to read but I can be convinced
- would you mind writing unit tests around this behavior covering cases of null/true/false?
EDIT: unit test not pass on travis, i looking on it |
@balopat can be the same issue here? #1408 (comment) |
Apparently someone has done the work too ... #1368 |
@eraac Any luck getting this figured out or do you need any support on this? Would love to see this merged :) |
I am very unlucky with kokoro ...
|
Still not working. See #3749 |
Thanks for your reply.
Unfortunately even with this still not working.
…On Thu, Feb 27, 2020, 19:44 Labesse Kévin ***@***.***> wrote:
You should use key skipBuildDependencies: true
Le jeu. 27 févr. 2020 à 22:54, Rodrigo Delduca ***@***.***>
a
écrit :
> Still not working. See #3749
> <#3749>
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <
#1254?email_source=notifications&email_token=ABJ6GFYAOM75X6DCUHDW353RFAZBNA5CNFSM4GCRY5O2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENGDEEA#issuecomment-592196112
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ABJ6GF4SH3JTXCWBG74GTQDRFAZBNANCNFSM4GCRY5OQ
>
> .
>
--
Cordialement,
Labesse Kevin
---
*Le papier est le support de communication le plus naturel, renouvelable et
recyclable.Si vous imprimez ce mail, n’oubliez pas de le recycler.*
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1254?email_source=notifications&email_token=AAALJMYJHG3YA332BTU5ID3RFA64FA5CNFSM4GCRY5O2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENGIAFI#issuecomment-592216085>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALJM322CYQIJFUEEWFVHTRFA64FANCNFSM4GCRY5OQ>
.
|
Fix #296 based on this #296 (comment)
I added the possibility to skip build dependencies
make test
pass, but i have weird error after, maybe someone have an idea ?I have change HelmRelease for implementing this, so it's probably link to this error