bacalhau-project / bacalhau

Compute over Data framework for public, transparent, and optionally verifiable computation
https://docs.bacalhau.org
Apache License 2.0
711 stars 89 forks source link

speed up tests by using tagged images instead of latest #4679

Closed wdbaruni closed 3 weeks ago

wdbaruni commented 3 weeks ago

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