Last modified: 2014-11-12 14:51:08 UTC
Change https://gerrit.wikimedia.org/r/#/c/171326/ shouldn't have to trigger VisualEditor-bundle-rubocop.
Seems we should only trigger it when .rubocop.* or .rb files are changed. In Zuul something like: jobs: - name: '^.*-rubocop$' files: '(^\.rubocop\..*|.*\.rb$)' The same files: statement would have to be added to any other rubocop jobs defined as non voting in the jobs section. Ie: - name: mediawiki-core-bundle-rubocop voting: false + files: '(^\.rubocop\..*|.*\.rb$)'
Unassigning myself, I am not working on it.