https://bugzilla.wikimedia.org/show_bug.cgi?id=56622
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Antoine "hashar" Musso <[email protected]> --- In https://gerrit.wikimedia.org/r/#/c/93939/ I made the beta autoupdater to run `npm install` under common/php-master/extensions/Parsoid/js Regardless, the parsoid instance is deployment-parsoid2 and runs its own copy of the code under /srv/deployment/parsoid . So it is still being updated manually by whoever has access on it. The whole point of beta is to test the tips of master branches from all extensions. That let us catch potential issue before all those tips are aggregated in a wmf branch. To prevent new code from being executed, we use feature switching ($wgFeatureXXX = false) that still let us deploy the code and enable it selectively later on. That being said, I think it would make sense to run VisualEditor and Parsoid on the tip of master. That would probably help you detect possible breakage when deploying. -- 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
