I have noticed that pushing commits to branches with open PRs can cause huge delays in the build job completing. This is because there are no concurrency checks, meaning all the previously triggered jobs (by other pushes) all run to completion. I also noticed this for the weekly job, which can by special request be run on a PR too.
Checklist
[ ] added entry in CHANGES.rst (either in Bug Fixes or Changes to API)
I have noticed that pushing commits to branches with open PRs can cause huge delays in the build job completing. This is because there are no concurrency checks, meaning all the previously triggered jobs (by other pushes) all run to completion. I also noticed this for the weekly job, which can by special request be run on a PR too.
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)