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

Utilize ghrc for external test images

Open smlambert opened this issue 4 weeks ago • 0 comments

Currently when we run tests from the external group, we build the Dockerfile on the fly as part of the test run, then execute the test suite. This capability is there so that we could "quickly" test other 3rd party applications via the external_custom test target. While this issue is not suggesting we drop the ability to generate a Dockerfile, for the purpose of the set of tests currently in the external directory, we can simplify and speed up the test runs by pushing pre-built images to our ghrc adoptium-test-image directory.

smlambert avatar Dec 01 '25 14:12 smlambert