diff options
author | Nauman_Ahad <nauman.ahad@xflowresearch.com> | 2016-02-17 19:37:10 +0500 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-02-19 09:12:33 +0000 |
commit | d7186252cc79f0f4f888ab6b0014b068de9f5e65 (patch) | |
tree | 31c08d1be15a1639e2b68920005f224593c71e15 | |
parent | cc48c569828c8cda7afc736d22556ebf2d91efb4 (diff) |
Added triggers for QTIP CI Jobs for Brahmaputra
QTIP CI daily jobs triggers were added for
dell-us-testing-bm-1 and dell-us-deploying-bm3 pods.
Triggers for other labs would be added shortly after checking with
lab managers for available time slots.
Change-Id: Ie7b02ad3368f261205239afa4f8a4f5d32027731
Signed-off-by: Nauman_Ahad <nauman.ahad@xflowresearch.com>
-rw-r--r-- | jjb/qtip/qtip-ci-jobs.yml | 55 |
1 files changed, 44 insertions, 11 deletions
diff --git a/jjb/qtip/qtip-ci-jobs.yml b/jjb/qtip/qtip-ci-jobs.yml index d33bdda32..8dd0a4af0 100644 --- a/jjb/qtip/qtip-ci-jobs.yml +++ b/jjb/qtip/qtip-ci-jobs.yml @@ -25,12 +25,15 @@ pod: - dell-us-testing-bm-1: installer: compass + auto-trigger-name: 'qtip-daily-dell-us-testing-bm-1-trigger' <<: *brahmaputra - orange-pod2: installer: joid + auto-trigger-name: 'brahmaputra-trigger-daily-disabled' <<: *brahmaputra - dell-us-deploying-bm3: installer: fuel + auto-trigger-name: 'qtip-daily-dell-us-deploying-bm3-trigger' <<: *brahmaputra #-------------------------------- @@ -39,6 +42,7 @@ - juniper-pod1: installer: joid <<: *master + auto-trigger-name: 'brahmaputra-trigger-daily-disabled' # - zte-build-1: #would be confirmed with the ZTE lab by tomorrow # installer: fuel # <<: *master @@ -56,19 +60,22 @@ disabled: false parameters: - - project-parameter: - project: '{project}' - - '{pod}-defaults' - - '{installer}-defaults' - - string: - name: DEPLOY_SCENARIO - default: 'os-nosdn-nofeature-ha' + - project-parameter: + project: '{project}' + - '{pod}-defaults' + - '{installer}-defaults' + - string: + name: DEPLOY_SCENARIO + default: 'os-nosdn-nofeature-ha' scm: - - git-scm: - credentials-id: '{ssh-credentials}' - refspec: '' - branch: '{branch}' + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: '{branch}' + + triggers: + - '{auto-trigger-name}' builders: - 'qtip-cleanup' @@ -158,3 +165,29 @@ docker rmi opnfv/qtip:$tag done fi + +################# +#trigger macros +################# + +- trigger: + name: 'qtip-daily-dell-us-deploying-bm3-trigger' + triggers: + - timed: '0 0 * * *' + +- trigger: + name: 'qtip-daily-dell-us-testing-bm-1-trigger' + triggers: + - timed: '0 3 * * *' + +#- trigger: +# name: 'qtip-daily-juniper-build1-trigger' +# triggers: +# - timed : '0 0 * * *' + +#- trigger: +# name: 'qtip-dailty-orange-fr-pod2-trigger' +# triggers: +# - timed : ' 0 0 * * *' + + |