Project

General

Profile

action #70720

Updated by okurz over 3 years ago

## Observation 

 I had 2 jobs to restart (in `skipped` state). Both are children from `RPi_flash_firmware@RPi3` and use `START_DIRECTLY_AFTER_TEST`. 
 I can restart the first job properly, but when I try to restart the other child, I get an error: 
 ~~~ 
 Errors occurred when restarting jobs: 
   Job 1375370 has already been cloned as 1377993 
 ~~~ 

 You can try to restart https://openqa.opensuse.org/tests/1375372 


 ## Workaround 

 * Instead of trying to restart failed children restart the parent over API and skip passed children following https://open.qa/docs/#_further_notes_2 
 * As an alternative to `START_DIRECTLY_AFTER_TEST` one can define a specific "machine" with a specific worker class that is only fulfilled by a single, unique worker instance

Back