Skip to content
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 timeout flag for helm #1506

Closed
wants to merge 3 commits into from
Closed

Conversation

tjerkw
Copy link

@tjerkw tjerkw commented Jan 22, 2019

No description provided.

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.
In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

@nkubala
Copy link
Contributor

nkubala commented Jan 25, 2019

@tjerkw thanks for the contribution! This looks good, once you sign the CLA I'll be happy to merge it!

@tjerkw
Copy link
Author

tjerkw commented Jan 26, 2019

I signed it

@googlebot
Copy link

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this state. It's up to you to confirm consent of all the commit author(s), set the cla label to yes (if enabled on your project), and then merge this pull request when appropriate.

@dgageot dgageot added the kokoro:run runs the kokoro jobs on a PR label Jan 28, 2019
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label Jan 28, 2019
@priyawadhwa
Copy link
Contributor

I checked manually and @tjerkw has signed the CLA, but @moustafab (who authored the first commit) still has to sign. @moustafab will you be able to sign it?

Copy link
Contributor

@priyawadhwa priyawadhwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing! Left one comment, which should address #1499 as well.

RecreatePods bool `yaml:"recreatePods,omitempty"`
Wait bool `yaml:"wait,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may make more sense to have a Flags []string field, that way a change doesn't need to be made to skaffold every time a new flag needs to be added.

flags:
- --wait
- --timeout=50

and these can be directly appended to args in helm.go

@moustafab
Copy link

@priyawadhwa Please see #1507 I would rather just one of these has to be tracked... @tjerkw can you close this one?

@tjerkw
Copy link
Author

tjerkw commented Jan 30, 2019 via email

@priyawadhwa
Copy link
Contributor

Yup, it looks like this

@priyawadhwa
Copy link
Contributor

Hey @tjerkw, if you plan on making this change, would it make sense to close #1507 and #1499 as duplicates?

@tjerkw
Copy link
Author

tjerkw commented Feb 11, 2019

Closed #1507 and #1499 since the flag based approach is a better way.

@tjerkw
Copy link
Author

tjerkw commented Feb 19, 2019

Closed in favor of #1673

@tjerkw tjerkw closed this Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants