aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

Add test.properties for all tests being pulled from external repositories

Open smlambert opened this issue 1 year ago • 0 comments

We already employ this approach with tests added in the external group, but as we are bringing in tests to other groups where we pull from other repositories, there needs to be proper documentation of dependencies, prereqs, and good tracking of branches/tags/SHAs that were used.

We can do this with a simple test.properties file that discloses prereqs/dependencies, that TKG can read and also add the SHAs for what instance of test material in use. TKG should also exit early if dependencies are not present on the machine where the tests are about to be run.

Related: https://github.com/adoptium/aqa-tests/pull/5134#issuecomment-2003940176

Also will help enable: https://github.com/adoptium/aqa-tests/issues/5142

smlambert avatar Mar 19 '24 00:03 smlambert