[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Running System Tests on HTCondor



On 10/14/25 13:07, Dudu Handelman wrote:
Hi all,

Iâd like to explore the possibility of running the system tests on HTCondor. This would significantly reduce the overall testing time, and we already have the necessary capacity available.

One option is to package all services into a single Docker container, but Iâd prefer to avoid this approach if possible.


Hi David:

One approach might be to run the test in a DAGman-managed Dag, and use the "service node" feature to start servers, and block clients until the servers are ready to run.

-greg