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 Gradle native TS #9797

Closed
aloubyansky opened this issue Jun 4, 2020 · 4 comments · Fixed by #9852
Closed

Add Gradle native TS #9797

aloubyansky opened this issue Jun 4, 2020 · 4 comments · Fixed by #9852
Assignees
Labels
area/gradle Gradle area/housekeeping Issue type for generalized tasks not related to bugs or enhancements
Milestone

Comments

@aloubyansky
Copy link
Member

At this point our Gradle TS is missing native tests. We should add native build tests that would be enabled by -Dnative or -Pnative as the rest of the Quarkus native TS.

@aloubyansky aloubyansky added the area/housekeeping Issue type for generalized tasks not related to bugs or enhancements label Jun 4, 2020
@aloubyansky aloubyansky added area/gradle Gradle and removed area/housekeeping Issue type for generalized tasks not related to bugs or enhancements labels Jun 4, 2020
@aloubyansky aloubyansky added kind/bug Something isn't working area/housekeeping Issue type for generalized tasks not related to bugs or enhancements and removed kind/bug Something isn't working labels Jun 4, 2020
@aloubyansky
Copy link
Member Author

I'm not sure why I can't assign this one to you @glefloch

@glefloch
Copy link
Member

glefloch commented Jun 4, 2020

yes that's weird but I'm on it ;)

@glefloch
Copy link
Member

glefloch commented Jun 5, 2020

Thanks @gastaldi for the assignment.
Looking at github action, it looks like native tests are only run for module under integration-tests:

do modules+=("integration-tests/$i"); done

So I was thinking of creating a gradle module under integration-tests. WDYT of moving gradle functionalTest their ?
Or is there an easier way to add native test into the gradle module?

@gastaldi
Copy link
Contributor

gastaldi commented Jun 5, 2020

So I was thinking of creating a gradle module under integration-tests. WDYT of moving gradle functionalTest their ?

+1, I think that makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gradle Gradle area/housekeeping Issue type for generalized tasks not related to bugs or enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants