adoptium / TKG

TestKitGen (TKG)
Apache License 2.0
18 stars 96 forks source link

Option to ignore variations #611

Open zzambers opened 2 months ago

zzambers commented 2 months ago

I would like to add some option, which would allow to ignore variations in playlist.xml. So that target would be ran as if there was just single variation NoOptions. This would be useful together with JVM_OPTIONS env. var to run target with custom jvm options.

zzambers commented 2 months ago

Actually, when thinking about this, variations should probably be ignored, when JVM_OPTIONS are set, since jvm options set by variations get overwritten anyway. It just does unnecessary extra runs.