Hashar has uploaded a new change for review.

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

Change subject: beta: explicitly define node on each job
......................................................................

beta: explicitly define node on each job

Instead of providing the node in the 'beta' defaults, set it for each
job.  Will let me safely use different nodes in job-templates.

Change-Id: I70d17a76233de228367267d08dbd722ff6a9ba27
---
M beta.yaml
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config 
refs/changes/63/120863/1

diff --git a/beta.yaml b/beta.yaml
index 8e2947c..a08030b 100644
--- a/beta.yaml
+++ b/beta.yaml
@@ -24,8 +24,6 @@
       <p>Job is managed by <a 
href="https://www.mediawiki.org/wiki/CI/JJB";>Jenkins Job Builder</a>.</p>
     project-type: freestyle
 
-    node: deployment-bastion
-
     wrappers:
       - timeout:
           timeout: 360
@@ -42,6 +40,7 @@
 - job:
     name: beta-recompile-math-texvc
     defaults: beta
+    node: deployment-bastion
 
     triggers:
      - zuul
@@ -72,6 +71,7 @@
 - job:
     name: beta-update-databases
     defaults: beta
+    node: deployment-bastion
 
     project-type: matrix
 
@@ -134,11 +134,10 @@
 - job:
     name: beta-mediawiki-config-update
     defaults: use-zuul  # FIXME should use 'beta' probably
+    node: deployment-bastion
 
     triggers:
      - zuul
-
-    node: deployment-bastion
 
     scm:
         # Hack, remove the git scm from `use-zuul`. There is
@@ -178,6 +177,7 @@
 - job:
     name: beta-code-update
     defaults: beta
+    node: deployment-bastion
 
     builders:
       # The beta autoupdate script uses npm and need the home to be set to

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I70d17a76233de228367267d08dbd722ff6a9ba27
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

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

Reply via email to