-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Remove check_version() in common_functions.sh for external tests #4949
Comments
related: adoptium#4949 Signed-off-by: Lan Xia <[email protected]>
@smlambert @sophia-guo do you have any idea why we have the |
I do not recall that there is a good reason to limit, in fact, I vaguely recall it was an area that we were planning to simplify. For external tests that can not run in later versions of Java, we can control that in the playlist for those targets. |
related: #4949 Signed-off-by: Lan Xia <[email protected]>
Thanks @smlambert . I will update the issue title to reflect the required action. |
@annaibm can you work on this when you have time? Thanks |
resolves : adoptium#4949 Signed-off-by: Anna Babu Palathingal <[email protected]>
- remove check_version function - remove set_version function resolves : adoptium#4949 Signed-off-by: Anna Babu Palathingal <[email protected]>
- remove check_version function - remove set_version function resolves : adoptium#4949 Signed-off-by: Anna Babu Palathingal <[email protected]>
related: adoptium#4949 Signed-off-by: Lan Xia <[email protected]>
* Use all cores for jtreg instead of halving (#4933) Signed-off-by: Stewart X Addison <[email protected]> * Enable headless mode on RISC-V (#4935) * Exclude java/lang/StringBuilder/HugeCapacity.java on OpenJ9 zlinux (#4940) It's already excluded on jdk17+ for other reasons. Issue eclipse-openj9/openj9#17323 Signed-off-by: Peter Shipton <[email protected]> * Move custom targets to special level (#4941) Signed-off-by: Shelley Lambert <[email protected]> * Add 21 and 22 as supported versions in external tests (#4950) related: #4949 Signed-off-by: Lan Xia <[email protected]> * cherry-pick e37ba10 c5e7de8 0d7c837 76695ca 37b48e3 a45c03c Signed-off-by: Sophia Guo <[email protected]> --------- Signed-off-by: Stewart X Addison <[email protected]> Signed-off-by: Peter Shipton <[email protected]> Signed-off-by: Shelley Lambert <[email protected]> Signed-off-by: Lan Xia <[email protected]> Signed-off-by: Sophia Guo <[email protected]> Co-authored-by: Stewart X Addison <[email protected]> Co-authored-by: Ludovic Henry <[email protected]> Co-authored-by: Peter Shipton <[email protected]> Co-authored-by: Shelley Lambert <[email protected]> Co-authored-by: Lan Xia <[email protected]>
- remove check_version function - remove set_version function resolves : adoptium#4949 Signed-off-by: Anna Babu Palathingal <[email protected]>
- remove check_version function - remove set_version function resolves : adoptium#4949 Signed-off-by: Anna Babu Palathingal <[email protected]>
- remove check_version function - remove set_version function resolves : adoptium#4949 Signed-off-by: Anna Babu Palathingal <[email protected]>
- remove check_version function - remove set_version function resolves : adoptium#4949 Signed-off-by: Anna Babu Palathingal <[email protected]>
- remove check_version function - remove set_version function resolves : adoptium#4949 Signed-off-by: Anna Babu Palathingal <[email protected]>
- remove check_version function - remove set_version function resolves : adoptium#4949 Signed-off-by: Anna Babu Palathingal <[email protected]>
- remove check_version function - remove set_version function - remove supported_versions resolves : adoptium#4949 Signed-off-by: Anna Babu Palathingal <[email protected]>
- remove check_version function - remove set_version function - remove supported_versions resolves : adoptium#4949 Signed-off-by: Anna Babu Palathingal <[email protected]>
- remove check_version function - remove set_version function - remove supported_versions resolves : #4949 Signed-off-by: Anna Babu Palathingal <[email protected]>
job link
I will add 21 at https://github.com/adoptium/aqa-tests/blob/master/external/common_functions.sh#L17 for now.
However, the root question is why we have
Supported versions
list at all.The text was updated successfully, but these errors were encountered: