The builder should be at least able to communicate with the master/orchestrator.
Python and CMake builders do this with the qmstr run ... wrapper.
Maven builders do this by patching the root pom.xml file, injecting the Quartermaster Maven plugin.
A docker-compose.yml file can help to instantiate such an integration test, even though it'd be a manual one.
The builder should be at least able to communicate with the master/orchestrator.
Python and CMake builders do this with the
qmstr run ...wrapper.Maven builders do this by patching the root
pom.xmlfile, injecting the Quartermaster Maven plugin.A
docker-compose.ymlfile can help to instantiate such an integration test, even though it'd be a manual one.