summaryrefslogtreecommitdiffstats
path: root/jjb/storperf/storperf.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/storperf/storperf.yml')
-rw-r--r--jjb/storperf/storperf.yml34
1 files changed, 15 insertions, 19 deletions
diff --git a/jjb/storperf/storperf.yml b/jjb/storperf/storperf.yml
index f1250cbc2..2a3c42a6b 100644
--- a/jjb/storperf/storperf.yml
+++ b/jjb/storperf/storperf.yml
@@ -1,8 +1,8 @@
- project:
name: storperf
jobs:
- - 'storperf-verify'
- - 'storperf-merge'
+ - 'storperf-verify-{stream}'
+ - 'storperf-merge-{stream}'
- 'storperf-daily-{stream}'
# stream: branch with - in place of / (eg. stable-arno)
@@ -14,9 +14,9 @@
project: 'storperf'
- job-template:
- name: 'storperf-verify'
+ name: 'storperf-verify-{stream}'
- node: ericsson-build
+ node: intel-jp-build-1
project-type: freestyle
@@ -31,6 +31,10 @@
project: '{project}'
- gerrit-parameter:
branch: 'master'
+ - string:
+ name: GIT_BASE
+ default: https://gerrit.opnfv.org/gerrit/$PROJECT
+ description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
scm:
- gerrit-trigger-scm:
@@ -38,10 +42,6 @@
refspec: '$GERRIT_REFSPEC'
choosing-strategy: 'gerrit'
- wrappers:
- - ssh-agent-credentials:
- user: '{ssh-credentials}'
-
triggers:
- gerrit:
trigger-on:
@@ -67,13 +67,13 @@
- job-template:
- name: 'storperf-merge'
+ name: 'storperf-merge-{stream}'
# builder-merge job to run JJB update
#
# This job's purpose is to update all the JJB
- node: ericsson-build
+ node: intel-jp-build-1
project-type: freestyle
@@ -88,6 +88,10 @@
project: '{project}'
- gerrit-parameter:
branch: 'master'
+ - string:
+ name: GIT_BASE
+ default: https://gerrit.opnfv.org/gerrit/$PROJECT
+ description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
scm:
- gerrit-trigger-scm:
@@ -95,10 +99,6 @@
refspec: ''
choosing-strategy: 'default'
- wrappers:
- - ssh-agent-credentials:
- user: '{ssh-credentials}'
-
triggers:
- gerrit:
trigger-on:
@@ -129,7 +129,7 @@
# Required Variables:
# stream: branch with - in place of / (eg. stable)
# branch: branch (eg. stable)
- node: ericsson-build
+ node: intel-jp-build-1
disabled: true
@@ -151,10 +151,6 @@
refspec: ''
branch: '{branch}'
- wrappers:
- - ssh-agent-credentials:
- user: '{ssh-credentials}'
-
triggers:
- timed: 'H H * * *'