summaryrefslogtreecommitdiffstats
path: root/jjb/yardstick/yardstick-ci-jobs.yml
AgeCommit message (Collapse)AuthorFilesLines
2016-07-08Cleanup slave parametersFatih Degirmenci1-8/+0
This is the first step towards having alignment of the job structure, applying commit gating and use of labels for all installer jobs. Apart from the above, it also - puts all CI baremetal and virtual PODs together - gets rid of use of slaves directly for CI baremetal and virtual PODs - switches labels for all CI baremetal and virtual PODs using below labels {installer}-baremetal {installer}-virtual - puts all CI build slaves together and switches to labels - except huawei-build - puts all none-CI PODs together Please note that this change does not impact the overall job structure. Change-Id: I2d8d15799a57fe7e063d39f81b96d19c218b100e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-01Set build description to node name for easy identificationFatih Degirmenci1-0/+2
Change-Id: Iaa1b15badf9750f47a68612f4dae48952de3a3d4 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-06-30Add Project Option to Throttle PropertyTrevor Bramwell1-0/+1
This is a required field for JJB > 1.4 Change-Id: Ifb6f5d4b3a28f2d85f546151ca9aca4a4061f3ef Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-05-26compass: Switch using labels instead of slavesFatih Degirmenci1-45/+39
This change switches compass jobs to use labels instead of tying jobs to slaves. The changes in detail are: - Compass jobs can roam on any pod that is labelled with compass-baremetal and compass-virtual. - Above means that there is no branch/pod allocation anymore. - New jobs are created in order to get rid of pod names from them and just use baremetal or virtual in names. - Old jobs are removed. - Related test jobs are updated. - huawei-virtual label is renamed to compass-virtual since we still have installer specific slaves, not company specific. In future the job might end up on a none-Huawei slave too. - huawei-pod2 is not a CI POD so it is left in none-CI PODs section. - block relations and triggers might require fine tuning and left to compass project to decide how to adjust Job structure remains same; one parent job calling 3 downstream jobs: deploy, functest, yardstick. The OS to deploy (trusty or centos7) needs to be solved in a separate patch in a sustainable way. Change-Id: I22bfaff36640667b6764f0e303a3286af0eb41b2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-26joid: Switch using labels instead of slavesFatih Degirmenci1-35/+35
This change switches joid jobs to use labels instead of tying jobs to slaves. The changes in detail are: - Joid jobs can roam on any pod that is labelled with joid-baremetal and joid-virtual. - Above means that there is no branch/pod allocation anymore. - New jobs are created in order to get rid of pod names from them and just use baremetal or virtual in names. - Old jobs are removed. - Related test jobs are updated. - POD specific parameters are updated and instead of adding pod specific parameters, they now become parameters for all the pods labelled with same label. It is not a problem at the moment as both Intel PODs (pod5, pod6) have same parameters but a different pod with different parameters will require alignment between pods. Job structure remains same; one parent job calling 3 downstream jobs: deploy, functest, yardstick. Change-Id: I30d270cd05ba3756f6f161d65ee5160eab6b80f4 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-25fuel: Switch using labels instead of slavesFatih Degirmenci1-90/+79
This change switches fuel jobs to use labels instead of tying jobs to slaves. The possibilities and changes introduced with this approach are - If things do not work as expected, slave-label parameter can be set to certain slave name to get back to old way of tying jobs to slaves. - If a scenario requires a different slave, it can still be created using baremetal or virtual but the label can be different, pointing to a slave that is capable of running that scenario. (fuel-baremetal-multisite, etc.) - The auto-trigger-name for brahmaputra is moved under the branch anchor and can be used like this if triggers for all all the jobs for a certain branch need not to be triggered automatically but job is still kept enabled in case if some crucial bug needs to be tested. - No of max concurrent builds stepped to 4 in order to use all the labelled slaves available. This will require some adjustments before colorado jobs start to run in order to share resources between branches fairly. - All the fuel CI PODs except lf-pod1 have been removed. Change-Id: I91eca6743bb3d34263e634f9b74550efa1e2ddbe Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-25Enable opencontrail ci jobs in compassmeimei1-0/+5
JIRA: COMPASS-393 Change-Id: Ib079cb543f7ed9ae932ea3af99a8c3f187dd0cbc Signed-off-by: meimei <meimei@huawei.com>
2016-05-24bugfix: Switch to include-raw so curly brackets are not escapedFatih Degirmenci1-3/+3
Change-Id: I22bdffac5888656ee95c458d42c0f6621c822f7f Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-24Yardstick: change the /ci directory pathMatthewLi1-1/+1
JIRA: YARDSTICK-269 Change-Id: Ibaf305db81d3a24164e9791249408f09cdd41e27 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-05-24yardstick: Take builders out of jjbFatih Degirmenci1-71/+6
Change-Id: I246bcdd9f1fa300639bd7ec744cefe82e293b222 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-21Rename LF Jenkins slaves and update impacted jobsFatih Degirmenci1-10/+10
Change-Id: If58c84e6f431db88eed3376e446479826da71502 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-20Rename Huawei Jenkins slavesFatih Degirmenci1-12/+12
Slave names will be as below. - huawei-us-deploy-bare-1 -> huawei-pod1 - huawei-us-deploy-bare-2 -> huawei-pod2 - huawei-sh-test-2-defaults -> huawei-pod3 - huawei-sh-pod6 -> huawei-pod4 - huawei-us-deploy-vm-1 -> huawei-virtual1 - huawei-us-deploy-vm-2 -> huawei-virtual2 - huawei-us-deploy-vm-3 -> huawei-virtual3 - huawei-us-deploy-vm-4 -> huawei-virtual4 huawei-sh-pod4 will be removed from Jenkins. Please note that this change will result in removal of existing jobs. This is not that crucial since the use of labels will result in same. Change-Id: I63798c799a402b1694ee0767ffdb45a597897cd9 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-19Adjust the trigger on zte-pod1.wu.zhihui1-6/+1
Due to a full cycle job running on zte-pod1, adjust the trigger in yardstick-ci-jobs.yml on zte-pod1. Change-Id: Ic5e37d0ce378984c67490d1346835827c45f540b Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-05-17Modify YARDSTICK_DB_BACKEND value on zte-pod1.wu.zhihui1-1/+1
JIRA: YARDSTICK-262 Change-Id: Ib3b9d2e514eff2da2a6ba3ebc9c2dbb614ff1496 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-05-12Update recipients for yardstick ci jobsJorgen Karlsson1-1/+1
Change-Id: I70ad2be1c31408a815725f2e7f8759189e63498c Signed-off-by: Jorgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-05-11Rename ZTE Jenkins Slaveszhifeng.jiang1-5/+5
Change-Id: I0e2722ce81d1ffca966832f608b51f8624866ce1 Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
2016-04-01Add a new Huawei slave (3+2) to run yardstickkubi1-0/+18
Change-Id: If4bc1826899e57f332c639aacbc45184aea47881 JIRA:- Signed-off-by: kubi <jean.gaoliang@huawei.com>
2016-03-18[compass] set timer and attach testing jobs to the new senario(centos)meimei1-0/+13
Change-Id: I94a2f097432148a9fa1e739225960c1ac1ec581e Signed-off-by: meimei <meimei@huawei.com>
2016-02-26Add huawei slave to run yardstickQiLiang1-0/+18
Change-Id: I0e0dce6e2fa7ad8f8cf6261e0c7311f650ecb938 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-02-25docker: Make it possible to specify tags for Docker Images of test projectsFatih Degirmenci1-1/+7
Also use latest for images built on master and stable for images built on stable branch. Change-Id: I0988be86abcb2a13d8e94962b4ba1ced8778793b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-18joid: Enable functest and yardstick jobs on orange-pod2 for stableFatih Degirmenci1-0/+5
Change-Id: I87aa03bfdab14d31e7794a1a44999bfd3d12b941 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-12yardstick: change ip address for influxdbJo¶rgen Karlsson1-8/+8
Also enable some more PODs to use influxdb dispatcher Change-Id: I4143b9dbf9bdc936a962a7c3ef958239f8803ed5 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-02-08yardstick: change DB backend to influx for LF PODsJo¶rgen Karlsson1-2/+2
Change-Id: I1409da6441debc551ff674041b3977338521b9ae Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-02-08test: Create functest and yardstick jobs for LF POD2 masterFatih Degirmenci1-0/+5
Change-Id: I1f07dec5ed94ca35591ed12753c101168d80abd1 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-03set timeout in functest and yardstickmeimei1-0/+3
Change-Id: I2f7cec73be482122d3ff7409eae6d514838a0e3e Signed-off-by: meimei <meimei@huawei.com>
2016-02-02fuel: Enable stable/brahmaputra on ericsson-pod2Fatih Degirmenci1-0/+5
Change-Id: I879c8157a5b77d49df7459c9fe77f4f747f04913 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-01yardstick: Enable trigger for vtc on ericsson-pod1Fatih Degirmenci1-54/+23
Change-Id: Iab4fe6f929ad0bcaab02ef236f52c8348fb8614d Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-30[compass] yardstick testing of compass-virtual-deployment use huawei's nodemeimei1-1/+1
Change-Id: I063b6083231cfa08f572a19b7ffea79b29e986d4 Signed-off-by: meimei <meimei@huawei.com>
2016-01-29set concurrency of testing jobmeimei1-0/+7
Change-Id: I8aa23d69d0d3138a069f131e66cc336c82fd74a9 Signed-off-by: meimei <meimei@huawei.com>
2016-01-28[compass] enable functest and yardstick on huawei virtual-deployment nodemeimei1-1/+14
Change-Id: Ie11c8eff68a0d778e2fc63c9cca97f3cd9803c48 Signed-off-by: meimei <meimei@huawei.com>
2016-01-25test: Enable functest and yardstick for joid virtual deploysFatih Degirmenci1-0/+8
Change-Id: Iccd3f461d289e9ecc421cf68bd4e1f01b5f02039 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-22fuel: Enable test jobs for fuel virtual deploysFatih Degirmenci1-0/+29
This change also adds build blocker for generic job. Change-Id: I2d1987ca632b30ad8497d14de79b66735afea611 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-20yardstick: Create job for Yardstick VTC on Ericsson POD1Fatih Degirmenci1-6/+31
Change-Id: I95d8819095ccee74207c645833830a0c6576385f Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-20Add tirgger macros for yardstick.wu.zhihui1-0/+59
Add tirgger macros for PODs to only run yardstick test suites. Change-Id: I8223fb035cbc7f0c7c72e20af9e6ae024a17b470 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-01-19fuel: Enable brahmaputra branch jobs on Ericsson POD1Fatih Degirmenci1-0/+3
Change-Id: I6a076b082ab06636e871df190849a2e431ed1a56 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-19test: Set DEPLOY_SCENARIO to Arno scenario by defaultFatih Degirmenci1-0/+3
So it can be overriden by multijob when/if started automatically and changed by hand when they are started manually. Change-Id: If574e206a8ce83214ee110929001e9f99012fcf2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-18yardstick: add DEPLOY_SCENARIO env var to functest dockerjose.lausuch1-2/+5
In case you need it... Change-Id: I73d90cbb38ad86cc42552060e38db2f1e50a8e99 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-01-18yardstick: Remove iptables rules only if they existjose.lausuch1-2/+5
Normally, if Functest jjb is run before, it will have removed the iptables,this way, we avoid removing something that does not exist Change-Id: I2676cc9c87aabaf670d617a9953915b27062b865 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-01-14yardstick: remove fetch_os_creds builderjose.lausuch1-1/+1
It is not needed any more since we have docker containers, and the script is called within the docker. No need to have the credentials in the jumphost. Change-Id: I81645edc9b8f4d6cba0270bcca9b5731fe0aa2bc Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-01-14test: fix output redirection if when CI_DEBUGjose.lausuch1-6/+7
Change-Id: I200bd37d05110b4352439c799c61f18d32523ee6 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-01-14test: add CI_DEBUG parameterjose.lausuch1-5/+11
This way, we can avoid showing all the ugly output that some docker commands show Change-Id: If4f11c768227e015f3d846b80b09fccd30b21f7c Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-01-14yardstick ci bugfixesJo¶rgen Karlsson1-2/+2
Change-Id: I5db36005f5e5aaa5b219c381db48b3ec33a0994f JIRA:- Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-01-14Update yardstick db parametersJo¶rgen Karlsson1-3/+3
Change-Id: Ia720a6cffa279d3621c33dfb6eafa95df9bdc0e2 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-01-13Adapted include-raw with colonsjose.lausuch1-1/+1
Change-Id: I58511a1a4472742c2941c31964987dc984a2ee71 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-01-13Merge "apex, yardstick: integrate yardstick into apex"Tim Rozet1-1/+13
2016-01-13apex, yardstick: integrate yardstick into apexTim Rozet1-1/+13
Creating job for apex to attempt to run yardstick on LFPOD1 Change-Id: Ie9eb8edb39ce9152fc5335a3d57c24b6492d07d8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-13Add joid and apex to yardstick CIJo¶rgen Karlsson1-14/+24
Apex and Joid setup copied from functest. Change-Id: I8543f1e04eea79550f01dfc23e3123b9be6731ca Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-01-13test: Set build name of test jobs to DEPLOY_SCENARIOFatih Degirmenci1-1/+1
DEPLOY_SCENARIO will be set to os-[controller]-[nfv_feature]-[mode]-[extra] The fields could be - controller: (nosdn|odl|onos|ocl) - nfv_feature: (none|kvm|ovs) - mode: (ha|noha) - extra: installer specific field to use when needed or none Change-Id: I9ef66833c41e3ef24ea4a7195fb8b20302021543 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-09Merge "Enable compass Arno scenario for master and stable/brahmaputra"Jun Li1-1/+12
2016-01-08Run yardstick against orange-pod2 joidFatih Degirmenci1-0/+10
Change-Id: I01213a7b00fe6fbf9c723cff9dcf64e5ce2af1f4 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>