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

Enable gcloud testing in docker #5651

Merged
merged 8 commits into from
Nov 17, 2020

Conversation

olamy
Copy link
Member

@olamy olamy commented Nov 16, 2020

No description provided.

olamy and others added 7 commits November 16, 2020 14:03
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
Signed-off-by: Jan Bartel <janb@webtide.com>
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
@olamy olamy force-pushed the jetty-9.4.x-enable-gcloud-testing-docker branch from 3239dc7 to f08cfad Compare November 16, 2020 04:05
@olamy olamy requested review from joakime and janbartel November 16, 2020 04:06
Copy link
Contributor

@janbartel janbartel left a comment

Choose a reason for hiding this comment

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

Remove the unnecessary lines for the surefire plugin in the pom and its good.

@@ -78,6 +94,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>false</skipTests>
<trimStackTrace>false</trimStackTrace>
<systemPropertyVariables>
<DATASTORE_DATASET>jetty9-work</DATASTORE_DATASET>
<DATASTORE_HOST>http://localhost:8088</DATASTORE_HOST>
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think lines 99-100 are needed anymore are they?

Copy link
Member Author

Choose a reason for hiding this comment

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

ah yup. We will need that in the top pom :)

@@ -25,8 +25,6 @@
import java.util.Properties;

import org.eclipse.jetty.toolchain.test.FS;
import org.eclipse.jetty.toolchain.test.jupiter.WorkDir;
import org.eclipse.jetty.toolchain.test.jupiter.WorkDirExtension;
import org.eclipse.jetty.util.IO;
Copy link
Contributor

Choose a reason for hiding this comment

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

Not a fan of making changes to totally unrelated code ... but as they're unused imports I guess its ok.

Copy link
Contributor

Choose a reason for hiding this comment

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

This looks like changes from a merge.

Copy link
Member Author

Choose a reason for hiding this comment

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

@joakime nope I was just looking at this class and removed unused imports

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
@joakime joakime changed the title Jetty 9.4.x enable gcloud testing docker Enable gcloud testing in docker Nov 16, 2020
@olamy olamy merged commit 213ac63 into jetty-9.4.x Nov 17, 2020
@olamy olamy deleted the jetty-9.4.x-enable-gcloud-testing-docker branch November 17, 2020 01:13
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.

3 participants