Open mmm opened 11 years ago
should be able to deploy a tester with config specifying which charms to test.
charm_whitelist defaults to :all (store-based charms) has a list of charm branches to test.
charm_whitelist
:all
charm_blacklist defaults to empty... excludes elements of the whitelist.
charm_blacklist
perhaps eventually these should take regexp patterns and github urls.
also should remove existing charm-jobs that don't match the patterns. This way we could run everything from config-changed and leave the testers up
should be able to deploy a tester with config specifying which charms to test.
charm_whitelist
defaults to:all
(store-based charms) has a list of charm branches to test.charm_blacklist
defaults to empty... excludes elements of the whitelist.perhaps eventually these should take regexp patterns and github urls.