adoptium / STF

The System Test Framework for executing https://github.com/adoptium/aqa-systemtest
Apache License 2.0
8 stars 35 forks source link

Propose to remove set-platform-properties #137

Open llxia opened 5 months ago

llxia commented 5 months ago

System tests are running through TKG. Using set-platform-properties in system tests to set all properties (i.e., platform, osname, arc, bits, etc) again is unnecessary and often requires additional maintenance (For example: https://github.com/eclipse-openj9/openj9/issues/18110)

https://github.com/adoptium/STF/blob/f8d647e99075e77511c00df826c6dfe362bb928e/stf.build/include/top.xml#L480-L522

I would like to propose to remove it. Unfortunately, this will not be a simple deletion. We will need to ensure all properties are set properly.