adoptium / aqa-tests

Home of test infrastructure for Adoptium builds
https://adoptium.net/aqavit
Apache License 2.0
131 stars 314 forks source link

Using github action running AQA tests #1658

Closed sophia-guo closed 4 years ago

sophia-guo commented 4 years ago

Initial 'AQA' github action, which can be used to run AQA tests similar to the tests running in AdoptOpenJDK CI.

Initial version: https://github.com/sophia-guo/runaqa

sophia-guo commented 4 years ago

Tested with openjdk and functional tests on linux and mac.

Windows hit the issue - can't autoset SPEC, which may be cygwin related (github hosted windows doesn't have cygwin installed) or file writing issue. Need to investigate.

sophia-guo commented 4 years ago

Support github hosted jdk or customized installed sdk.

sophia-guo commented 4 years ago

Haven't released or tagged. For trying can use sophia-guo/runaqa@master

sophia-guo commented 4 years ago

Released v1. Using sophia-guo/runaqa@v1

smlambert commented 4 years ago

@sophia-guo - the action is looking great!

we can now populate this repo with the contents of your personal one: https://github.com/AdoptOpenJDK/run-aqa

smlambert commented 4 years ago

I think we can close this item now and track any remaining runaqa updates in the run-aqa repo. Thanks @sophia-guo !