The orchestrator always tries to translate images with latest tag to their sha by communicating with the docker registry. While it does maintain a cache of translated images, the tests are spinning a new orchestrator node with fresh cache for almost each test case, which slows things down.
This PR uses explicit image version in the tests to avoid communicating with the registry for each test
The orchestrator always tries to translate images with
latest
tag to their sha by communicating with the docker registry. While it does maintain a cache of translated images, the tests are spinning a new orchestrator node with fresh cache for almost each test case, which slows things down.This PR uses explicit image version in the tests to avoid communicating with the registry for each test