adoptium/Running AQA test
Running AQA test
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 22, 2026
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: adoptium/run-aqa@557411e9c47b4b2e6fa22b7202b0b774165a2de5 # v2.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| jdksource | upstream, github-hosted, install-jdk, nightly, customized | — | upstream |
| customizedSdkUrl | if jdksource is nightly or customized, this is the url for customized sdk | no | — |
| sdkdir | if jdksource is nightly or customized, please provide preferred directory to store sdk | no | — |
| version | testing jdk version (Required when jdksource is github-hosted or install-jdk.) | no | — |
| build_list | Test category. Default to `openjdk`. Supported values are [`openjdk`, `functional`, `system`, `perf`, `external`] | — | openjdk |
| target | Specific test target name (`<testCaseName>` as defined in a playlist.xml) or different test level under build_list. | — | _jdk_math |
| custom_target | Set customized testcase when any custom target is selected(e.g. jdk_custom, langtools_custom, etc) , path to the test class to execute | no | — |
| aqa-testsRepo | Personal aqa-tests Repo. For example, octocat/aqa-tests:test | no | — |
| aqa-systemtestRepo | Personal aqa-systemtest Repo. For example, octocat/aqa-systemtest:test | no | — |
| openj9_repo | openj9 Repo | no | — |
| tkg_Repo | Personal TKG Repo. For example, octocat/TKG:test | no | — |
| vendor_testRepos | Comma-separated list of vendor repositories | no | — |
| vendor_testBranches | Comma-separated list of vendor branches | no | — |
| vendor_testDirs | Comma-separated list of vendor directories | no | — |
| vendor_testShas | Comma-separated list of vendor SHAs | no | — |
| run_parallel | Generate parallelList for GHA parallelism | no | — |
| num_machines | Number of machines to run parallel tests | no | — |
Outputs
no outputs