Comment 0 for bug 1302388

Revision history for this message
Brendan Donegan (brendan-donegan) wrote : checkbox-gui does not run resource jobs except where required by another job

Checkbox GUI doesn't explicitly run resource jobs that appear in whitelist. This is because it considers those jobs not 'human readable' and filters them out. Resource jobs will be run when a job requires that resource to see if it can execute (like requires: package.name == "foo" will trigger the package resource job to run). This behaviour diverges from plainbox's own behaviour, so it's probably dangerous, even though I can't think of a scenario right now where it would cause a problem.