summaryrefslogtreecommitdiffstats
path: root/jjb/opnfv
AgeCommit message (Collapse)AuthorFilesLines
2016-07-07sandbox: Create daily and weekly jobsFatih Degirmenci1-0/+48
Change-Id: I366332922a91b1e957ba104fe8d5cee07398787d Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-07Merge "Initial commit of retention script"Morgan Richomme1-0/+42
2016-07-07sandbox: Create example jobs based on new job structureFatih Degirmenci1-0/+16
Change-Id: I1ee2593445737da135ba52b07960d4c0f0d52a78 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-06Initial commit of retention scriptAric Gardner1-0/+42
Includes job to kick off retention script Retention script will just list files, nothing is done at this time does not yet dive into the brahmaputra directories. Change-Id: I2e608262130326944880b9694fbb8d6a12c09be0 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2016-07-06Testing signing artifactsAric Gardner1-0/+42
gpg agent does not work in non interactive mode. merging this so that I can reproduce and debug Change-Id: I641e8988885aa2d0acf794c9ec7592cb6c90a3e9 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2016-07-01arm-pod2: Adding arm-pod2 to jenkinsPaul Vaduva1-0/+28
Change-Id: I127d4634448f32e6bf9df53c6dc441cd63d5f505 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2016-06-15Tie all verify/merge/build to opnfv-build-ubuntuFatih Degirmenci1-15/+19
We reconfigured centos build server now and it is important to know which jobs require centos and which ones ubuntu. The machines with ubuntu were labelled with opnfv-build previously, preventing us from keeping track of which projects require what OS. This tries to solve that. Change-Id: I1fb2912ec49f5bc2781853e500508d9992d59fbb Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-06-15ovsnfv: Disable brahmaputra builds and tie builds to slave labelFatih Degirmenci1-47/+10
Change-Id: I33cc3ddd5971231fd6d188a8c6d8c48a5885e31b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-06-14change the default distro to xenial.Narinder Gupta1-1/+1
This patch will do the default dpeloyment with xenial than trusty. Change-Id: I8c628d90490d45a81bc339783ca5c7120d2bf5b7 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-06-08armband: updated lab-config URLJosep Puigdemont1-1/+1
Change-Id: I317321bbaf1e74419b9508c6da3039b95d9d399d Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
2016-06-07modified to use mitaka by default rather than Liberty.Narinder Gupta1-2/+2
This patch to modify the default deployment to mitaka. Ans also disable the creation of external network as now joid deploy.sh will create the external network itself based on labconfig.yaml Change-Id: I282eaa803af47f04348532ffd1a7a5990d50d380 signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-05-29Apex, Functest: Reconfigure Apex with labelsTim Rozet1-0/+36
Change-Id: Ia56ceefe5bf93cf15f89133c40f0e23c678e11d3 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-05-26compass: Switch using labels instead of slavesFatih Degirmenci1-27/+20
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-0/+28
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-18/+20
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-24storperf: Fix the typo in DOCKER_REPO_NAMEFatih Degirmenci1-1/+1
Change-Id: I55255a33bb0c2cf88c709024f1712e5310082ae6 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-24Yardstick: change ci path for docker_build_push scriptMatthewLi1-1/+1
JIRA: YARDSTICK-269 Change-Id: I78082402e3083fbab3e0b8974f23ccd4dad2e980 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-05-21Rename LF Jenkins slaves and update impacted jobsFatih Degirmenci1-6/+6
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-17publish cperf docker to dockerhub repoJamo Luhrsen2-6/+9
Change-Id: I3f8d0eb96b42b4b9081941cf68aad7bf17347276 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2016-05-12Merge "Rename Orange Jenkins Slaves"Fatih Degirmenci1-5/+5
2016-05-12include the mutiple Ubuntu distro and architectureNarinder Gupta1-0/+8
for mitaka we can enable trusty and xenial and wip to include arm64 and power8 architecture as well. Change-Id: I7624367fcb6464d9619097775448b9b768a73025 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-05-12Rename Orange Jenkins SlavesFatih Degirmenci1-5/+5
orange-test1 -> orange-pod5 orange-fr-pod2 -> orange-pod2 Change-Id: Id5a31db98d349bef654fb59ab03e52e6cc50611f Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-11Rename ZTE Jenkins Slaveszhifeng.jiang1-3/+3
Change-Id: I0e2722ce81d1ffca966832f608b51f8624866ce1 Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
2016-05-10armband: Enable documentation CI jobs.Alexandru Avadanii1-2/+2
Change-Id: I2ad41272d414a01a1451d069634206d359a5355e Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-05-10armband: add ci jobsJosep Puigdemont1-0/+12
Change-Id: I6918dc1189ab18fa79812ffa7c5e67867a945eba Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
2016-05-05Merge "Rename Dell Jenkins Slaves"Fatih Degirmenci1-6/+6
2016-05-04Rename Juniper Jenkins SlaveFatih Degirmenci1-2/+2
juniper-us-test-1 -> juniper-pod1 Change-Id: I6f36dbee3159f1c53252dba8a82bd87f7ea1a427 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-04Rename Dell Jenkins SlavesFatih Degirmenci1-6/+6
Change-Id: Ib1bd98d6e5710d7cb3a7392a2e3987e47cb295f8 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-03Docker, change BASE_VERSION to brahmaputra.3jose.lausuch1-2/+2
return ${BASE_VERSION}.0 if ${BASE_VERSION} does not exist (first time) Change-Id: I96654834099c9f806ce8aec8571a755dc803e1e9 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-04-25Avoid colissions between docker-build jobsjose.lausuch1-0/+8
Problem to be fixed: if the job detects that there is another docker-build in progress it will exit but won't be triggered again until it detects a new commit in the repo. Change-Id: Ifee419f50fa9d4cb21825302688e1af3311c4bb9 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-04-20Fuel: add functest job on arm-pod1Ciprian Barbu1-0/+15
Change-Id: I3703e0bde8b712d7c9b90621cc7ee1a44340076b Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
2016-04-15armband.yml: add daily build job template and scriptJosep Puigdemont1-0/+15
Change-Id: Id268e25655169c6cba06a96e0f2ad3b6731d88f8 Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
2016-04-13Bottlenecks: bugfix to add whitespaceMatthewLi1-1/+1
Change-Id: I7871e177f88363369b4efa866590ff853d4cdcbd Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-04-14Merge "Bottlenecks: add project to the docker build/push job"MatthewLi2-0/+3
2016-04-13Merge "Add Python Linting Job"Aric Gardner1-0/+64
2016-04-13Bottlenecks: add project to the docker build/push jobMatthewLi2-0/+3
JIRA: BOTTLENECK-60 Change-Id: Ibcadaa6251e373c01a5e318dff67ec64d18760c4 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-04-12Add Python Linting JobTrevor Bramwell1-0/+64
Triggers a flake8 run against any python code in the repo. JIRA: RELENG-81 Change-Id: Ia57d640b5aacdc4f99620ffa3ee345f208b426ea Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-04-12Apex, Functest: Enable smoke tests on Apex master verifyTim Rozet1-0/+23
Includes changes to execute vping_userdata test on Apex master verify jobs. JIRA: APEX-122 Change-Id: I88137895fd9a6528adfca526aecc899ec84af643 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-04-08Added nokia-pod1 slave defaultsvitikkan1-0/+23
Also created Functest job for master to run against nokia-pod1. Change-Id: Idae45a586636e1884c56a9df46b1ec18c9fea827 Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
2016-04-01Add a new Huawei slave (3+2) to run yardstickkubi1-0/+22
Change-Id: If4bc1826899e57f332c639aacbc45184aea47881 JIRA:- Signed-off-by: kubi <jean.gaoliang@huawei.com>
2016-03-31Add netready and domino project to opnfv-docsAric Gardner1-2/+2
Change-Id: I680b83693be98705e0be7fe25375c6e96eb8f3fc Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2016-03-31modified the default ip for new network of public network.Narinder Gupta1-2/+2
Change-Id: If35104709d39d7d5ff7b7823a6fdc520f4147dfb Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-03-30bugfix: Fix the docker repo name in yardstick-docker buildFatih Degirmenci1-1/+1
Change-Id: Ie6125a148b2a9109386dd1d24efd27f457e9145d Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-03-30yardstick: Create a separate docker build job for yardstickFatih Degirmenci1-1/+44
As yardstick is the only test project releasing for brahmaputra.2.0. Change-Id: Ie4e1df3d0ae8bdfad6114a3ccb42086e1ae647c9 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-03-09project models regex for documentation tool chainAric Gardner1-2/+2
Change-Id: Ie8c5485c6eae5cfbe7785d7ef20a8d25b3335a38 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2016-02-26Add huawei slave to run yardstickQiLiang1-0/+22
Change-Id: I0e0dce6e2fa7ad8f8cf6261e0c7311f650ecb938 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-02-26[compass] add jobs of deploying centos7meimei1-0/+19
Change-Id: Iae7d280e7b45a8dcaa61f3bedea8a7f5c4d5ad82 Signed-off-by: meimei <meimei@huawei.com>
2016-02-25Rename Intel POD2 slave parameter to match the slave name on jenkinsFatih Degirmenci1-3/+3
Change-Id: Ifdca96240d6628e724cc6c0b87b7cae0f9004de4 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-02-25docker: Make it possible to specify tags for Docker Images of test projectsFatih Degirmenci1-5/+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>