https://bugzilla.wikimedia.org/show_bug.cgi?id=65085
--- Comment #4 from Antoine "hashar" Musso <[email protected]> --- From Zuul configuration it seems jsduck used to work on REL1_22: - name: mediawiki-core-jsduck branch: ^(REL1_21|REL1_22|REL1_23|master)$ - name: mediawiki-core-jsduck-publish branch: ^(REL1_21|REL1_22|REL1_23|master)$ So that would be a regression somewhere. Should we prevent mediawiki-core-npm from running on REL1_22 ? Will just have to do something like: - name: ^mediawiki-core-npm$ + branch: (?!REL1_22) files: - '^(\.js.*|.*\.(js|json)$)' -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
