summaryrefslogtreecommitdiffstats
path: root/jjb/qtip/qtip-experimental-jobs.yml
diff options
context:
space:
mode:
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