Skip to content
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

Ignore variations when JVM_OPTIONS is set #612

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

zzambers
Copy link
Contributor

This changeset causes variations from playlist.xml to be ignored, if JVM_OPTIONS env. variable is set. See also: #611

Motivation:
If JVM_OPTIONS env. var is set, jvm opstions for test target get overwritten (including ones set by variation). In this case, test target is still repeated for every variation. However variations no longer make any sense (with overwritten JVM options). It just causes confusion and makes test target run longer.

Testing:
with JVM_OPTIONS set: OK (multiple variations are NOT ran)
without JVM_OPTIONS set: OK (multiple variations are ran)

@judovana
Copy link
Contributor

Cool.

@karianna karianna merged commit 4e1d9cc into adoptium:master Sep 19, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants