adoptium / aqa-tests

Home of test infrastructure for Adoptium builds
https://adoptium.net/aqavit
Apache License 2.0
125 stars 304 forks source link

combine VENDOR_TEST_BRANCHES and VENDOR_TEST_SHAS into one param #5321

Open llxia opened 1 month ago

llxia commented 1 month ago

Currently, for running vendor repo tests, users can provide VENDOR_TEST_BRANCHES or VENDOR_TEST_SHAS. To reduce the parameters that we have, we combine VENDOR_TEST_BRANCHES and VENDOR_TEST_SHAS into one parameter. That is, keep VENDOR_TEST_BRANCHES and allow users to set branches, tags, or SHA into this parameter.