canonical / canonical/cloud-init
[enhancement]: create github automation for packaging PRs to test quilt patches succeed
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 1.1k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 18
Description
# Enhancement
To help ease the review burden for packaging PRs and to make them less error prone, I propose adding a basic github action that tests that `quilt push -a` and `quilt pop -a` (or whatever the commands are) succeed. This would be a super simple starting place and we could expand upon it from there but I think the development effort required for this would be incredibly minimal and would pay dividends.
Optionally, we could also maybe run `tox -e py3` in between quilt pushing and popping to try to add another layer of protection against breaking functionality.
this action should be restricted to PRs where target branch matches the pattern `ubuntu/*`.
Contributor guide
Assessment
This issue has not been assessed yet.