Move workflow registry test to TheRock
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 16
Description
We have a couple of tests that scan workflow files in therock and rockrel to double check that the parameter that quartz needs are filled in correctly (e.g. reporting_workflow)
The tests are currently here but need manual intervention. In TheRock we already have a test that runs for each PR as a unittest to double check that quartz_tracking_id is passed through for all release related workflows.
Lets move the other tests also over there - to have "real-time" testing.
Contributor guide
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
Start by locating the existing tests that scan workflow files in therock and rockrel, then read TheRock's per-PR unittest for quartz_tracking_id. Move the remaining parameter checks into TheRock so they run in real time for each pull request, and verify that the release-related workflows are covered without manual intervention.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd, testing-qa
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100