summaryrefslogtreecommitdiffstats
path: root/jjb/qtip/qtip-integration-jobs.yml
diff options
context:
space:
mode:
authorRyota Mibu <r-mibu@cq.jp.nec.com>2017-08-06 01:11:53 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-06 01:11:53 +0000
commitb9be488b266d57a0f67e854f39685b4c7c78f56c (patch)
tree3209be60e4ee8314323137417a919afc556fdfd9 /jjb/qtip/qtip-integration-jobs.yml
parent6d415ab867543ed2c1fa23e24bcec36581b6fce7 (diff)
parentd572a7806becea565c7f8ccc06b164fc2970b2cb (diff)
Merge "Create experimental job for qtip integration"
Diffstat (limited to 'jjb/qtip/qtip-integration-jobs.yml')
-rw-r--r--jjb/qtip/qtip-integration-jobs.yml48
1 files changed, 48 insertions, 0 deletions
diff --git a/jjb/qtip/qtip-integration-jobs.yml b/jjb/qtip/qtip-integration-jobs.yml
new file mode 100644
index 000000000..a349fc33b
--- /dev/null
+++ b/jjb/qtip/qtip-integration-jobs.yml
@@ -0,0 +1,48 @@
+######################
+# verify before MERGE
+######################
+
+- project:
+ name: qtip-integration-jobs
+ project: qtip
+ jobs:
+ - 'qtip-storage-{stream}'
+ stream:
+ - master:
+ branch: '{stream}'
+ gs-pathname: ''
+ disabled: false
+
+################################
+## job templates
+#################################
+
+- job-template:
+ name: 'qtip-storage-{stream}'
+
+ disabled: '{obj:disabled}'
+
+ parameters:
+ - project-parameter:
+ project: '{project}'
+ branch: '{branch}'
+ # Pin the tests on zte-pod4 with apex deployment
+ - apex-defaults
+ - zte-pod4-defaults
+ scm:
+ - git-scm-gerrit
+
+ triggers:
+ - experimental:
+ project: {project}
+ branch: {branch}
+ files: '**'
+
+ builders:
+ - shell: |
+ #!/bin/bash
+ set -o errexit
+ set -o pipefail
+ set -o xtrace
+
+ source integration/storperf/storperf.sh