Paladox has uploaded a new change for review. https://gerrit.wikimedia.org/r/270715
Change subject: Re add mwext-MobileFrontend-publish test ...................................................................... Re add mwext-MobileFrontend-publish test Was removed in https://phabricator.wikimedia.org/rCICFc3c2eb40e351e565e34c2bb7ff12650acbdc2a1f probaly by mistake. Change-Id: I5e7914d951a1ee902ebfcc51fffde6982b063f7c --- M jjb/mediawiki-extensions.yaml M zuul/layout.yaml 2 files changed, 20 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/integration/config refs/changes/15/270715/1 diff --git a/jjb/mediawiki-extensions.yaml b/jjb/mediawiki-extensions.yaml index ec538fc..27c093c 100644 --- a/jjb/mediawiki-extensions.yaml +++ b/jjb/mediawiki-extensions.yaml @@ -344,6 +344,22 @@ - global-teardown - job: + name: 'mwext-MobileFrontend-publish' + node: contintLabsSlave && UbuntuTrusty + defaults: use-remoteonly-zuul + concurrent: false + triggers: + - zuul + builders: + - npm-install + - npm-run-doc + - doc-publish: + docsrc: 'docs' + docdest: 'MobileFrontend/$ZUUL_BRANCH/js' + publishers: + - global-teardown + +- job: name: 'mwext-MobileFrontend-doxygen-publish' node: contintLabsSlave && UbuntuTrusty defaults: use-remote-zuul-shallow-clone @@ -421,6 +437,8 @@ - '{name}-{ext-name}-npm': ext-name: VisualEditor + - 'mwext-MobileFrontend-publish' + # Deprecated, extensions should be converted # to use an npm entry point instead. diff --git a/zuul/layout.yaml b/zuul/layout.yaml index b2d2f84..cb07c64 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1115,6 +1115,8 @@ - name: 'mwext-jsduck-publish' branch: ^master$ + - name: 'mwext-MobileFrontend-publish' + branch: ^master$ - name: 'mwext-VisualEditor-publish' branch: ^master$ -- To view, visit https://gerrit.wikimedia.org/r/270715 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5e7914d951a1ee902ebfcc51fffde6982b063f7c Gerrit-PatchSet: 1 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
