From 858c260bcec2c3e4c66e15be8432a53f05a7ce20 Mon Sep 17 00:00:00 2001
From: Tim Rozet <trozet@redhat.com>
Date: Mon, 29 Feb 2016 13:25:14 -0500
Subject: apex: Migrates master verify to intel-pod7

Change-Id: Ia376be4b1a37bad6992e4a41697f2f7d922e356c
Signed-off-by: Tim Rozet <trozet@redhat.com>
---
 jjb/apex/apex.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index 35e8e3da5..35572d93f 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -15,10 +15,12 @@
             branch: 'master'
             gs-pathname: ''
             block-stream: 'brahmaputra'
+            slave: 'intel-pod7'
         - brahmaputra:
             branch: 'stable/brahmaputra'
             gs-pathname: '/brahmaputra'
             block-stream: 'master'
+            slave: 'opnfv-jump-1'
             disabled: false
 
     project: 'apex'
@@ -37,7 +39,7 @@
 - job-template:
     name: 'apex-verify-{stream}'
 
-    node: opnfv-jump-1
+    node: '{slave}'
 
     parameters:
         - apex-parameter:
@@ -235,7 +237,7 @@
     # Required Variables:
     #     stream:    branch with - in place of / (eg. stable)
     #     branch:    branch (eg. stable)
-    node: opnfv-jump-1
+    node: '{slave}'
 
     disabled: false
 
-- 
cgit