diff options
author | Tim Rozet <trozet@redhat.com> | 2016-01-07 14:07:26 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-01-07 14:07:26 -0500 |
commit | 145ca4cd41b7c9de851c090819fd7c2c57e30d30 (patch) | |
tree | 02ae8ad7ab11066a4215896920db1070ff2b6a26 /jjb/apex | |
parent | ce034718f04e02eb0ff070ab769e6eaf7ee8bc2e (diff) |
Migrates all Apex to LFPOD1
Intelpod is unstable with slow internet
Change-Id: I12f9cb8098e3a7ac00d50be4a604455850ce941f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index ec88031b1..a5cc4798a 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -20,7 +20,7 @@ - job-template: name: 'apex-verify-{stream}' - node: intel-us-deploy-virtual-2 + node: opnfv-jump-1 parameters: - apex-parameter: @@ -80,7 +80,7 @@ # # This job's purpose is to update all the JJB - node: intel-us-deploy-virtual-2 + node: opnfv-jump-1 disabled: true @@ -131,7 +131,7 @@ # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - node: intel-us-deploy-virtual-2 + node: opnfv-jump-1 disabled: false @@ -167,7 +167,7 @@ # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - node: intel-us-deploy-virtual-2 + node: opnfv-jump-1 disabled: false @@ -223,7 +223,7 @@ # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - node: intel-us-deploy-virtual-2 + node: opnfv-jump-1 disabled: false @@ -254,13 +254,11 @@ git-revision: true block: true - trigger-builds: - - project: 'apex-deploy-virtual-{stream}' + - project: 'apex-deploy-baremetal-{stream}' git-revision: true block: true - trigger-builds: - - project: 'apex-deploy-baremetal-{stream}' - - trigger-builds: - - project: 'functest-apex-intel-us-deploy-virtual-2-daily-{stream}' + - project: 'functest-apex-opnfv-jump-1-daily-{stream}' block: true block-thresholds: build-step-failure-threshold: 'never' |