python / python/buildmaster-config
Two selective !buildbot commands in quick succession causes ALL buildbots to run
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 61
- Forks
- 61
- Avg merge
- 23h 44m
- Merged PRs (30d)
- 12
Description
Running all these unrequested jobs not only clutters the GitHub "checks" list, but also delays other jobs which actually were requested.
Examples:
Until this is fixed, it can be worked around by using a regular expression like android|ios, as in https://github.com/python/cpython/pull/126089#issuecomment-2484436787.
Possibly related:
- #509
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by tracing the !buildbot command handling and compare the three linked pull-request examples with the related issue #509. Done means two selective commands in quick succession run only the requested buildbots, without triggering all buildbots.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100