On Wed, Mar 31, 2021 at 9:05 AM Matias N. <mat...@imap.cc> wrote: > Then situation is a bit better now, since we did not continue to submit as > many Para. However, the builds are still lagging (there are ones from 20hr > ago running). I see many of the new "cancelling duplicates" jobs queued but > they have not yet run. > I have cancelled a few myself. In case I cancelled a running one by > mistake, please apologize. I would suggest we give the system a while to > catch up. > > In the meantime, if you are force pushing a PR, please rebase first. > > Also, I agree about simplifying macOS build if it will help while we get > to q better situation.
I wonder if we need the tests to be a bit smarter in restricting what they test. For example if the change only affects files in arch/arm/stm32h7 then only stm32h7 configs will be tested. Also if the PR only affects Documentation then there's no need to build any board configs. Changes in areas like sched will affect all configs so the tests cannot be restricted. But it seems to me that most PRs are in arch, so even if some PRs still have to run the full set of tests, it will still be a big optimization. Nathan