diff options
Diffstat (limited to 'jjb/qtip/qtip-experimental-jobs.yaml')
-rw-r--r-- | jjb/qtip/qtip-experimental-jobs.yaml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/jjb/qtip/qtip-experimental-jobs.yaml b/jjb/qtip/qtip-experimental-jobs.yaml new file mode 100644 index 000000000..4e79c0553 --- /dev/null +++ b/jjb/qtip/qtip-experimental-jobs.yaml @@ -0,0 +1,49 @@ +--- +########################################### +# Experimental jobs for development purpose +########################################### + +- project: + name: qtip-experimental-jobs + project: qtip + jobs: + - 'qtip-experimental-{pod}-{stream}' + stream: + - master: + branch: '{stream}' + gs-pathname: '' + disabled: false + + pod: + - zte-virtual5: + installer: apex + pod: zte-virtual5 + +################################ +## job templates +################################# + +- job-template: + name: 'qtip-experimental-{pod}-{stream}' + + disabled: '{obj:disabled}' + + parameters: + - project-parameter: + project: '{project}' + branch: '{branch}' + - '{installer}-defaults' + - '{pod}-defaults' + scm: + - git-scm-gerrit + + triggers: + - experimental: + project: '{project}' + branch: '{branch}' + files: '**' + + builders: + - shell: | + #!/bin/bash + source tests/ci/experimental.sh |