Customizable Folder/File Path for ProwJob inrepo Definitions #31809
Labels
area/prow
Issues or PRs related to prow
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
sig/testing
Categorizes an issue or PR as relevant to SIG Testing.
What would you like to be added:
Currently Prow allows for the definition of Jobs in the same repository as the code
Inrepoconfig
and this can be done with a .prow directory or .prow.yaml file.See inrepoconfig
We would like to have the possibility to choose the folder or file path where these Jobs can be defined
e.g:
.cicd/.prow/triggers.yaml
This defnition could be set in the config.yaml of prow:
Why is this needed:
This enables the centralization of all CI/CD definitions in a dedicated folder within the repository. Which enhances the overall readability of the repository, minimizing confusion for new developers.
The text was updated successfully, but these errors were encountered: