Project

General

Profile

action #124469

Updated by mkittler over 1 year ago

Fixing job failures sometimes requires editing medium and testsuite settings. It'd be useful to have a job restart option that'll behave like partial `isos post` but only for the target job and its descendants, without restarting any parent jobs or parallel job dependency branches. The restarted jobs would be created from scratch using the original `isos post` settings and the current testsuite/medium/job group configuration. Unlike normal restart, job settings of the original failed/cancelled jobs would be ignored. 

 ### Acceptance criteria 
 * **AC1**: It is clear how the partial product re-trigger is supposed to work (how the "part" is specified) 
 * **AC2**: A solution exists to re-trigger a subset of tests re-evaluating scheduling settings (and not just re-triggering with the same settings) 

 ### Further notes 
 The problem is how we specify the "subset".

Back