You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: