Project

General

Profile

coordination #103971

Updated by mkittler about 2 years ago

## Acceptance criteria 
 * **AC1:** DONE¹: Multi-machine tests can be retriggered over webUI similar to single-machine tests 
 * **AC2:** DONE¹: Multi-machine tests can be retriggered over API similar to single-machine tests 
 * **AC3:** Multi-machine tests can be cloned using CLI tools² tools 
 * **AC4:** When cloning multi-machine tests settings can be partially overwritten and customized 

 --- 

 ¹ I assume "retriggered" means pressing the restart button or using the restart API. That works already for most cases. https://github.com/os-autoinst/openQA/pull/4498 provides a pending tweak for the only case I can currently think of were restarting wouldn't treat the dependency cluster as expected (and that case isn't strictly related to MM tests). 

 ² I assume "CLI tools" refers to the `openqa-clone-job` script which allows cloning jobs from *another openQA instance*. *That* is not supported yet. Otherwise one can simply use the restart API via `openqa-cli`.

Back