summaryrefslogtreecommitdiffstats
path: root/jjb/qtip/qtip-experimental-jobs.yml
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-08-16 15:51:15 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-08-17 12:00:12 +0800
commitca02d5fda706a7e10f5f23536da0ceae79d42e2e (patch)
tree8b225d2422f55934818806bdadc182374cffa365 /jjb/qtip/qtip-experimental-jobs.yml
parent63bfdf7e1ae7cd5f2591e7ecf9a17fcd49f85fb1 (diff)
[qtip] refactoring ci scripts
- manage help scripts in qtip repo instead of releng - call entry script in qtip from releng JIRA: QTIP-268 Change-Id: Ibd0d2c2533c1a7f1963f6c3214c563499cce8b22 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'jjb/qtip/qtip-experimental-jobs.yml')
-rw-r--r--jjb/qtip/qtip-experimental-jobs.yml44
1 files changed, 44 insertions, 0 deletions
diff --git a/jjb/qtip/qtip-experimental-jobs.yml b/jjb/qtip/qtip-experimental-jobs.yml
new file mode 100644
index 000000000..05445d898
--- /dev/null
+++ b/jjb/qtip/qtip-experimental-jobs.yml
@@ -0,0 +1,44 @@
+###########################################
+# Experimental jobs for development purpose
+###########################################
+
+- project:
+ name: qtip-experimental-jobs
+ project: qtip
+ jobs:
+ - 'qtip-experimental-{stream}'
+ stream:
+ - master:
+ branch: '{stream}'
+ gs-pathname: ''
+ disabled: false
+
+################################
+## job templates
+#################################
+
+- job-template:
+ name: 'qtip-experimental-{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
+ source tests/ci/experimental.sh