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

Bind container ports to host ports by default in product tests #8739

Merged
merged 2 commits into from
Aug 2, 2021

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented Jul 31, 2021

No description provided.

@cla-bot cla-bot bot added the cla-signed label Jul 31, 2021
@wendigo wendigo requested review from findepi and kokosing July 31, 2021 20:15
@wendigo wendigo force-pushed the serafin/port-binding-options branch 2 times, most recently from d73343c to c573d85 Compare July 31, 2021 20:33
Copy link
Member

@findepi findepi left a comment

Choose a reason for hiding this comment

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

thanks

@findepi
Copy link
Member

findepi commented Aug 2, 2021

@wendigo see CI outcome

@wendigo wendigo force-pushed the serafin/port-binding-options branch from c573d85 to 77cc646 Compare August 2, 2021 08:39
@findepi
Copy link
Member

findepi commented Aug 2, 2021

@wendigo please push an empty commit

@wendigo
Copy link
Contributor Author

wendigo commented Aug 2, 2021

@findepi here you go

@findepi
Copy link
Member

findepi commented Aug 2, 2021

@wendigo red again. @wendigo please do the flakiess' hygiene. otherwise ready to merge

import static picocli.CommandLine.Option;

public final class EnvironmentOptions
{
private static final String DEFAULT_VALUE = "(default: ${DEFAULT-VALUE})";
public static final String BIND_ON_HOST = "on";
public static final String DO_NOT_BIND = "off";
Copy link
Member

Choose a reason for hiding this comment

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

private?

@wendigo
Copy link
Contributor Author

wendigo commented Aug 2, 2021

CI hit: #8691, #6991

@wendigo
Copy link
Contributor Author

wendigo commented Aug 2, 2021

@findepi done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants