-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Switch from elasticearch-maven-plugin to docker-maven-plugin to start Elasticsearch for ITs #11599
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.
Looks good, but in other ITs we make sure to only expect docker if the docker profile is activated. Could you do the same?
Also I think we should adapt the tasks in .github/
actions to pre-start a single ES container for the group. Not sure if that's easy to adapt? Feel free to spin this off as a separate task, as it would be less urgent.
@Sanne I think I did what you wanted. |
9e6f7b1
to
94028a6
Compare
The build failed, but the failures seem unrelated, and likely transient. I just force-pushed to trigger another build. |
<goal>exec</goal> | ||
</goals> | ||
<configuration> | ||
<executable>${basedir}/../../.github/docker-prune.sh</executable> |
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.
Interesting, I just learned about this script.
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.
I copy-pasted that from another pom file. Not sure it's useful, but well... that's how it works everywhere else 🤷
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.
Perfect, thanks!
Changes are picked from quarkusio/quarkus#11599 Closes oracle#2782
Fixes #11597
cc @Sanne @gsmet