I tried selective removal of old jobs for drools and kogito pipelines, but seed runs were still not going through. So I dropped all existing jobs and now seeds are running correctly, already generating jobs for branches (nighly, PR, ...). Downsides are: loss of execution history and retrigger of PR checks for all open PRs (again reminder to do regular clean up of stale PRs). Upside is that the nightly build should trigger overnight.
Regards Jan Dne po 6. 5. 2024 16:05 uživatel Alex Porcelli <[email protected]> napsal: > Thank you, Jan - really appreciate your proactiveness! > > Please keep us posted! > > On Mon, May 6, 2024 at 9:58 AM Jan Šťastný <[email protected]> wrote: > > > > The workaround resolves the issue. > > > > But to apply the workaround, it turns out the easiest way is to drop the > > existing jobs. It's not clear to me why all of a sudden existing jobs are > > not replaced during the DSL generation. Also there's no error message > > signalling the possible reason. I only realized that this is a > > differentiator between my working tests and failing seed execution after > > the merge. > > > > Now I took OptaPlanner pipelines as a guinea pig to test this assumption, > > and after removing existing jobs, the dsl code generation worked > correctly. > > I have triggered nightly build after the DSL generation and the problem > is > > gone. > > > > As a result though, the job execution history is lost, including the > "age" > > of a possible test failure. For the sake of timeliness of unblocking > > nightly builds though, I am gonna replicate this approach for kogito and > > drools pipelines too. > > > > Regards > > Jan > > > > > > > > On Mon, 6 May 2024 at 09:25, Jan Šťastný <[email protected]> wrote: > > > > > Hello, > > > it seems that since May 1st the nightly builds fail to trigger due to > git > > > clone error. > > > > > > The root problem of this failure is not clear at the moment, but there > is > > > supposed to be a workaround available. I need to figure out how to > apply > > > all across our ASF Jenkins CI jobs. > > > > > > Regards > > > Jan > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
