From 8f24ccf47d21f5cb96281605e55665458a0f3459 Mon Sep 17 00:00:00 2001
From: Tim Rozet <trozet@redhat.com>
Date: Wed, 16 Dec 2015 12:02:01 -0500
Subject: Migrates Apex to virtual deployments to use new slave

Change-Id: If11f76681489e047a5d23edebc2c31a6f5852248
Signed-off-by: Tim Rozet <trozet@redhat.com>
---
 jjb/apex/apex.yml         | 12 ++++++------
 jjb/functest/functest.yml |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index 45f7704e4..b537b8bb1 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -20,7 +20,7 @@
 - job-template:
     name: 'apex-verify-{stream}'
 
-    node: opnfv-jump-1
+    node: intel-us-deploy-virtual-2
 
     parameters:
         - apex-parameter:
@@ -80,7 +80,7 @@
     #
     # This job's purpose is to update all the JJB
 
-    node: opnfv-jump-1
+    node: intel-us-deploy-virtual-2
 
     disabled: true
 
@@ -131,7 +131,7 @@
     # Required Variables:
     #     stream:    branch with - in place of / (eg. stable)
     #     branch:    branch (eg. stable)
-    node: opnfv-jump-1
+    node: intel-us-deploy-virtual-2
 
     disabled: false
 
@@ -167,7 +167,7 @@
     # Required Variables:
     #     stream:    branch with - in place of / (eg. stable)
     #     branch:    branch (eg. stable)
-    node: opnfv-jump-1
+    node: intel-us-deploy-virtual-2
 
     disabled: false
 
@@ -222,7 +222,7 @@
     # Required Variables:
     #     stream:    branch with - in place of / (eg. stable)
     #     branch:    branch (eg. stable)
-    node: opnfv-jump-1
+    node: intel-us-deploy-virtual-2
 
     disabled: false
 
@@ -259,7 +259,7 @@
         - trigger-builds:
           - project: 'apex-deploy-baremetal-{stream}'
         - trigger-builds:
-          - project: 'functest-apex-opnfv-jump-1-daily-{stream}'
+          - project: 'functest-apex-intel-us-deploy-virtual-2-daily-{stream}'
             block: true
             block-thresholds:
                 build-step-failure-threshold: 'never'
diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml
index 155bbcfdf..a22e92582 100644
--- a/jjb/functest/functest.yml
+++ b/jjb/functest/functest.yml
@@ -7,7 +7,7 @@
     project: '{name}'
 
     pod:
-        - opnfv-jump-1:
+        - intel-us-deploy-virtual-2:
             installer: apex
         - opnfv-jump-2:
             installer: fuel
-- 
cgit