jenkins-bot has submitted this change and it was merged.

Change subject: Migrate cxserver back to regular npm job
......................................................................


Migrate cxserver back to regular npm job

In eb2a61bef I recommended Kartik to reuse for cxserver the same logic
we had for the parsoid service.  Turns out it is overkill since cxserver
only uses 'npm test' and all the cruft for parsoid is due to them having
multiple tests.

Move cxserver back to the generic '{name}-npm' template which just
invokes 'npm test'.  That is nicer.

In a next change, I will create a job/template for the deploy
repository.

Change-Id: I2bdb7f34f554476a7e1910f4de63452cfaba3a89
---
M jjb/mediawiki-services.yaml
M zuul/layout.yaml
2 files changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/jjb/mediawiki-services.yaml b/jjb/mediawiki-services.yaml
index afb19ee..41ab648 100644
--- a/jjb/mediawiki-services.yaml
+++ b/jjb/mediawiki-services.yaml
@@ -6,6 +6,7 @@
      - deploy  # mediawiki/services/cxserver/deploy
     jobs:
      - '{name}-{repository}-npm'
+     - '{name}-npm'
 
 - project:
     # mediawiki/services/rcstream.git
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index d961dbd..b42a4be 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -5245,9 +5245,9 @@
 
   - name: mediawiki/services/cxserver
     test:
-      - cxserver-source-npm
+      - cxserver-npm
     gate-and-submit:
-      - cxserver-source-npm
+      - cxserver-npm
     postmerge:
       - beta-cxserver-update-eqiad
 

-- 
To view, visit https://gerrit.wikimedia.org/r/189454
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2bdb7f34f554476a7e1910f4de63452cfaba3a89
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: KartikMistry <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to