Hashar has submitted this change and it was merged.

Change subject: bind parsoid jobs on 'master'
......................................................................


bind parsoid jobs on 'master'

The parsoid jobs might need to be run has the jenkins user.  I am not
really sure what to do with them, so this bind them to the Jenkins
master to avoid potential regressions.  Will fix it up later on.

Change-Id: Ida2bec2fa18df4c31c3d3d60a303393e5750332f
---
M parsoid.yaml
1 file changed, 6 insertions(+), 0 deletions(-)

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



diff --git a/parsoid.yaml b/parsoid.yaml
index c9069ac..8773e32 100644
--- a/parsoid.yaml
+++ b/parsoid.yaml
@@ -26,6 +26,7 @@
 
 - job-template:
     name: parsoid-parsertests-run
+    node: master  # FIXME move to slave 'gallium'
     defaults:
         use-zuul
     triggers:
@@ -51,6 +52,7 @@
 
 - job-template:
     name: parsoid-parsertests
+    node: master  # FIXME move to slave 'gallium'
     triggers:
         - zuul
     builders:
@@ -79,6 +81,7 @@
 
 - job-template:
     name: parsoid-regressions
+    node: master  # FIXME move to slave 'gallium'
     defaults:
         use-zuul
     triggers:
@@ -133,6 +136,7 @@
 
 - job-template:
     name: parsoid-parse-tool-check
+    node: master  # FIXME move to slave 'gallium'
     wrappers:
         - timeout:
             timeout: 5
@@ -165,6 +169,7 @@
 
 - job-template:
     name: parsoid-roundtrip-test-check
+    node: master  # FIXME move to slave 'gallium'
     wrappers:
         - timeout:
             timeout: 5
@@ -196,6 +201,7 @@
 
 - job-template:
     name: parsoid-parsertests-run-harder
+    node: master  # FIXME move to slave 'gallium'
     wrappers:
         - timeout:
             timeout: 10

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ida2bec2fa18df4c31c3d3d60a303393e5750332f
Gerrit-PatchSet: 2
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to