On 04/08/2023 03:10, Stefano Stabellini wrote: > > > From: Stefano Stabellini <stefano.stabell...@amd.com> > > The test artifacts export jobs don't need prerequisites, so we should > specify "needs" with an empty array for them. That way, they are not > going to fruitlessly wait for previous jobs (ECLAIR jobs) to complete > before continuing. > > Signed-off-by: Stefano Stabellini <stefano.stabell...@amd.com> Reviewed-by: Michal Orzel <michal.or...@amd.com>
Looking at the whole pipeline, I can see that now only ECLAIR jobs do not specify needs. Shouldn't we also add "needs: []" for them? ~Michal