jenkins-bot has submitted this change and it was merged. Change subject: Experimental VisualEditor-qunit job ......................................................................
Experimental VisualEditor-qunit job Made non voting as a safe guard, it is only in the 'experimental' pipeline for now and hence can be triggered by commenting 'recheck'. JJB configuration change is https://gerrit.wikimedia.org/r/#/c/163837/ Change-Id: I6f2253abf081ec47864f4744ae3df7ac38966584 --- M layout.yaml 1 file changed, 14 insertions(+), 0 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/layout.yaml b/layout.yaml index e00f081..42442a0 100644 --- a/layout.yaml +++ b/layout.yaml @@ -1532,6 +1532,12 @@ - name: 'mwext-VisualEditor-sync-gerrit' branch: ^master$ + # Experimental https://gerrit.wikimedia.org/r/163837 + # Once made voting remove it from experimental pipeline and uncomment it from + # the test and gate-and-submit pipelines. + - name: 'VisualEditor-qunit' + voting: false + # FIXME: work in progress - name: sartoris-sphinx-doc voting: false @@ -5467,12 +5473,16 @@ - mwext-VisualEditor-npm - mwext-VisualEditor-lint - mwext-VisualEditor-doc-test + #- VisualEditor-qunit gate-and-submit: - mediawiki-gate - mwext-VisualEditor-npm - mwext-VisualEditor-lint - mwext-VisualEditor-doc-test - experiment-gating-dependencies + #- VisualEditor-qunit + experimental: + - VisualEditor-qunit postmerge: - mwext-VisualEditor-doc-publish - mwext-VisualEditor-sync-gerrit @@ -5784,10 +5794,14 @@ - VisualEditor-npm - VisualEditor-ruby1.9.3lint - VisualEditor-jsduck + #- VisualEditor-qunit gate-and-submit: - VisualEditor-npm - VisualEditor-ruby1.9.3lint - VisualEditor-jsduck + #- VisualEditor-qunit + experimental: + - VisualEditor-qunit - name: wikimedia/bots/jouncebot check-voter: -- To view, visit https://gerrit.wikimedia.org/r/163840 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6f2253abf081ec47864f4744ae3df7ac38966584 Gerrit-PatchSet: 1 Gerrit-Project: integration/zuul-config Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
