summaryrefslogtreecommitdiffstats
path: root/jjb/qtip/qtip-validate-jobs.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-08-17[qtip] refactoring ci scriptsYujun Zhang1-26/+18
- 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>
2017-08-02Send 'Build Failed' Emails to Jenkins AdminsTrevor Bramwell1-0/+1
Adds the 'email-jenkins-admins-on-build-failures' publishers for jobs which have overridden the default list of publishers. This will provide Jenkins administrators a time-series list of build failures to assist in debugging issues with the master and agents. JIRA: RELENG-257 Change-Id: I28f12877562113c9197ed6429ee2a7f3cdbaf346 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-07-11[QTIP]Change QTIP danube daily jobs to weekly jobszhihui wu1-32/+0
Change-Id: I5e9ee5bf45f4f349dc178ce7062610469c8de008 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-03-24qtip: delete container and image based with branchwu.zhihui1-2/+3
- delete container and image based with branch - adjust builder sequence Change-Id: Id365d2358195ae690d9a4d5ae8bd1a5adfcc7046 Signed-off-by: Julien <zhang.jun3g@zte.com.cn> Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-21Merge "[qtip]refactor validate job"Fatih Degirmenci1-39/+23
2017-03-21[qtip]refactor validate jobwu.zhihui1-39/+23
- only keep the builder "qtip-validate-deploy", remove the others - add scenario info in qtip-validate-jobs.yaml - add some print info in validate-deploy.sh - a related modification in fuel jjb file Change-Id: Iff884f273eea5c6aac64e09cfffcedc7481b47e9 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-21qtip: set CI_DEBUG to falseYujun Zhang1-1/+1
otherwise the insecure key will be left in server Change-Id: I2bae0c16e8da05d68d53cb5624a6660053c80756 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-21qtip: fix daily job failureYujun Zhang1-17/+9
Parameter BRANCH is not correct in danube daily job[1]: expected `stable/danube`, actual `danube` The following corrections are made as an attempt to fix this issue - enable CI_DEBUG for additional information - inline qtip-common-parameters [1]: https://build.opnfv.org/ci/view/qtip/job/qtip-daily-fuel-zte-pod3-danube/7/parameters/ Change-Id: Ia892371925ffdb817d663c134d16e4568c07dff7 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-20update qtip validate jobswu.zhihui1-5/+26
- since zte pod2 is used for daisy, move qtip job to zte pod1 - add danube trigger Change-Id: Id0bdc5e791d3ed33a4f48d46b51823672794d2dc Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-15Fix trigger for validate tasksYujun Zhang1-9/+1
Change-Id: If21b82c06ff38a52f70e502b49aa08dae8c2aad5 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-15qtip: adapt job template for different streamsYujun Zhang1-2/+2
Change-Id: Ia414071cccafe3f255d09555d83a04bc6600ffcd Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-14Merge "[qtip]execute compute qpi in qtip daily job"Serena Feng1-0/+4
2017-03-14[qtip]execute compute qpi in qtip daily jobwu.zhihui1-0/+4
- Execute compute qpi in qtip daily job. - delete unuse parameter - add CI_DEBUG parameter Change-Id: I0e429703b7d1ac8cc7fda2ec888de789b57a5e50 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-13[qtip]enable danube verify/validate job for qtipwu.zhihui1-0/+8
Enable danube verify/validate job for qtip. Change-Id: I9a9403ed19e17f88c01a33fda5991984a8fd5166 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-02Made new doc job votingShubhamRathi1-0/+1
1. New has been made voting. Old doc job has been made non voting. 2. Adding files variable which triggers job on changes in 'docs/' Merge job earlier did not trigger on merge. Change-Id: Id19c02949a0a5f2b1da0682f18ed6051403aa77e Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-09[qtip] Add experimental taskYujun Zhang1-0/+5
Change-Id: I26a2296eb216fae738d4e749410810bff2072e25 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-02-08Fix verify job failureCristina Pauna1-1/+1
https://gerrit.opnfv.org/gerrit/#/c/27629/ missed the qtip jobs and caused verify job to fail with https://build.opnfv.org/ci/job/releng-verify-jjb/900/console Change-Id: Id9883edb98cc2e7f3fcb8623aeadebfb653f484b Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-02-05Refactor qtip jobsYujun Zhang1-0/+136
- rename jobs to verify and validate - add job for validate-setup - move all scripts to helpers folder - use auto variables to merge job templates Change-Id: Ie1199e35e48b6a95861d9b7281fa7bdcc94212d9 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>