MozillaSecurity / MozillaSecurity/FuzzManager
Hook name may not match worker name
Open
@jschwartzentruber is already working on this.
Since Jun 3, 2021.
bug
taskmanager
- Dominant language
- Python
- Stars
- 208
- Forks
- 48
- Avg merge
- 23h 5m
- Merged PRs (30d)
- 2
Description
Current models assume pool_id is the same as workerType is the same as the platform. This might not be true for pools not managed by fuzzing-tc-config (eg. pools in TC_EXTRA_POOLS).
We should add an explicit hook_id field to the Pool model, which defaults to the value assumed by fuzzing-tc-config, but could be changed manually for other pools.
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.
Assessment
This issue has not been assessed yet.