Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/280920

Change subject: Update parsoidsvc test to have npm 4.3 named like npm-node-4.3 
not npm-4.3
......................................................................

Update parsoidsvc test to have npm 4.3 named like npm-node-4.3 not npm-4.3

Reason since we need

    elif job.name.endswith('npm-node-4.3'):
            offline_when_complete(item, job, params)

to get pass to the test

Change-Id: Id7abe8e96950dd794ee9d2e813d8869ac93ab533
---
M jjb/parsoidsvc.yaml
M zuul/layout.yaml
2 files changed, 6 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/20/280920/1

diff --git a/jjb/parsoidsvc.yaml b/jjb/parsoidsvc.yaml
index 7f0e032..ba83d2b 100644
--- a/jjb/parsoidsvc.yaml
+++ b/jjb/parsoidsvc.yaml
@@ -126,7 +126,7 @@
      - global-teardown
 
 - job-template:
-    name: parsoidsvc-{repository}-npm-4.3
+    name: parsoidsvc-{repository}-npm-node-4.3
     node: ci-jessie-wikimedia
     defaults: use-remoteonly-zuul
     concurrent: true
@@ -200,6 +200,6 @@
         - 'parsoidsvc-{repository}-parse-tool-check'
         - 'parsoidsvc-{repository}-roundtrip-test-check'
         - 'parsoidsvc-{repository}-npm-0.10'
-        - 'parsoidsvc-{repository}-npm-4.3'
+        - 'parsoidsvc-{repository}-npm-node-4.3'
         - 'parsoidsvc-{repository}-jsduck-publish'
         - parsoidsvc-php-parsertests
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 9510784..170034e 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -6674,7 +6674,7 @@
       - parsoidsvc-source-parse-tool-check
       - parsoidsvc-source-roundtrip-test-check
       - parsoidsvc-source-npm-0.10
-      - parsoidsvc-source-npm-4.3
+      - parsoidsvc-source-npm-node-4.3
     gate-and-submit:
       - parsoidsvc-jshint
       - parsoidsvc-jsonlint
@@ -6682,7 +6682,7 @@
       - parsoidsvc-source-parse-tool-check
       - parsoidsvc-source-roundtrip-test-check
       - parsoidsvc-source-npm-0.10
-      - parsoidsvc-source-npm-4.3
+      - parsoidsvc-source-npm-node-4.3
     postmerge:
       - beta-parsoid-update-eqiad
       - parsoidsvc-source-jsduck-publish
@@ -6693,12 +6693,12 @@
       - parsoidsvc-deploy-parse-tool-check
       - parsoidsvc-deploy-roundtrip-test-check
       - parsoidsvc-deploy-npm-0.10
-      - parsoidsvc-deploy-npm-4.3
+      - parsoidsvc-deploy-npm-node-4.3
     gate-and-submit:
       - parsoidsvc-deploy-parse-tool-check
       - parsoidsvc-deploy-roundtrip-test-check
       - parsoidsvc-deploy-npm-0.10
-      - parsoidsvc-deploy-npm-4.3
+      - parsoidsvc-deploy-npm-node-4.3
     postmerge:
       - beta-parsoid-update-eqiad
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id7abe8e96950dd794ee9d2e813d8869ac93ab533
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

Reply via email to