obs-staging-bot: allow build-disabling repositories in the QA projects #116
Reference in New Issue
Block a user
Delete Branch "epaolantonio/autogits:epaolantonio/builddisable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using the BuildDisableRepos configuration, it is now possible to
define which repositories to build-disable in the QA project meta.
This is for example useful for the SLES development workflow, where
the product repository should only be enabled after the packagelist
definitions have been built - so it is not desirable to have them
built as soon as the QA project is created.
Example:
Signed-off-by: Eugenio Paolantonio eugenio.paolantonio@suse.com
Using the BuildDisableRepos configuration, it is now possible to define which repositories to build-disable in the QA project meta. This is for example useful for the SLES development workflow, where the product repository should only be enabled after the packagelist definitions have been built - so it is not desirable to have them built as soon as the QA project is created. Example: { "ObsProject": "SUSE:SLFO:Main", "StagingProject": "SUSE:SLFO:Main:PullRequest", "QA": [ { "Name": "SLES", "Origin": "SUSE:SLFO:Products:SLES:16.1", "BuildDisableRepos": ["product"] } ] } Signed-off-by: Eugenio Paolantonio <eugenio.paolantonio@suse.com>