Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

Scripts demo Runnerid info #258

Closed Karm closed 1 month ago

Karm commented 1 month ago

Instead of drawing a picture, I copy-pasted bits and pieces from Jenkins/GHA/local run scripts into an aux directory with the goal to sketch out how I think we should upload the stats with Runner info.

When we run with Quarkus Quickstarts, we could use the very same logic as with Quarkus Integration Tests, i.e. one Runner Info, many Image Build Stats.

Karm commented 1 month ago

LGTM, other than the script using the native tests from main instead of the corresponding Quarkus tag.

I wonder however whether it's worth keeping these demos in this repository. They look more related to the collector repository than the mandrel-integration-tests repository.

Hmm, I don't know. Feels like it could be in both. I'll add it here as the Integration Tests use it and I look into those to configure CI uploads whereas Collector has its own tests as demos... :man_shrugging: