adoptium / aqa-tests

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

Support Container-based tests inherit Jenkins settings for git repos and branches #5313

Open LongyuZhang opened 1 month ago

LongyuZhang commented 1 month ago

In our External tests, which are container-based tests, we set a new local environment inside the container different from jenkins host settings, since using default get.sh (code link). This caused problem in some situations, e.g. release JDK version doesn't match with openj9 master branch functional tests inside container. Several steps to support this:

llxia commented 1 month ago

https://github.com/adoptium/aqa-tests/blob/master/get.sh#L765C8-L780