-
-
Notifications
You must be signed in to change notification settings - Fork 27
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 option to support jdk repo and branch #92
Labels
good first issue
Good for newcomers
Comments
I'ld like to work on this. Thanks |
Great @bhuva-v ! |
I will note that these are the instructions for generating the changes for index.js |
npm run build && npm run pack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently run-aqa run latest openjdk tests for all jdks. That is jdk8 for all hotspot jdk8. Similar to all other version and all openj9 jdk.
It would be nice if we add option to support jdk repo and branch so we can run each jdk's corresponding tests and the run-aqa tests can be part of openjdk repo's PR tests.
We could do this ether by passing the environment variable or adding the options. Adding the options would be more easy and clear. Similar to the draft PR #32
The text was updated successfully, but these errors were encountered: