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

Quarkus test invocations listed as "phantom" builds via GH Gradle build action? #29890

Closed
snazy opened this issue Dec 15, 2022 · 4 comments
Closed
Labels
area/gradle Gradle kind/bug Something isn't working triage/invalid This doesn't seem right

Comments

@snazy
Copy link
Contributor

snazy commented Dec 15, 2022

Describe the bug

(This is rather a heads-up than a bug report)

We're using Gradle to build and test our code built for Quarkus and use Gradle's Github action to run Gradle, which is a nice way to use Gradle in GH actions. That action generates a build summary w/ all Gradle invocations, the requested tasks (aka command line arguments) and the outcome of the build.
But it also lists some "phantom" Gradle builds that request the classes task - the issue is: our build does not start and Gradle build explicitly asking to run classes - and definitely not that often. I've attached a screenshot to the related issue on the gradle-build-action project: gradle/actions#28

Expected behavior

No "phantom" classes builds (listed)

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@snazy snazy added the kind/bug Something isn't working label Dec 15, 2022
@quarkus-bot quarkus-bot bot added the area/gradle Gradle label Dec 15, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Dec 15, 2022

/cc @glefloch, @quarkusio/devtools

@geoand
Copy link
Contributor

geoand commented Apr 12, 2023

Is this still a problem with your latest Gradle changes?

@snazy
Copy link
Contributor Author

snazy commented Apr 12, 2023

Ah, it was a problem in the GH action. Nothing to do w/ Quarkus

@snazy snazy closed this as completed Apr 12, 2023
@geoand
Copy link
Contributor

geoand commented Apr 12, 2023

Thanks for the update

@geoand geoand added the triage/invalid This doesn't seem right label Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gradle Gradle kind/bug Something isn't working triage/invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants