summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2016-07-12add unit tests for MoonWuKong2-4/+3
Change-Id: If1a0e02b8eaba52b68501e6463b02b3a0547c2c9 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
2016-07-08Cleanup slave parametersFatih Degirmenci10-332/+113
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-08bugfix: wrong statementsmeimei1-1/+1
Change-Id: I002bbec8be051b306102af08a676c4bb91fb35c2 Signed-off-by: meimei <meimei@huawei.com>
2016-07-08Merge "[compass] use specific network.yml in deploying onos scenario"meimei1-0/+2
2016-07-07sandbox: Create daily and weekly jobsFatih Degirmenci8-7/+710
Change-Id: I366332922a91b1e957ba104fe8d5cee07398787d Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-07sandbox: Pass GERRIT parameters and create merge jobsFatih Degirmenci9-127/+586
Change-Id: Idf4f87043929ab1c0e97a60899a116c745386a96 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-07Fix password for apex signingAric Gardner1-1/+1
Change-Id: Icd9dd9050f5eaee2733cacd925fb8c71c16b59d3 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2016-07-07armband: properly enable ISO cache storageJosep Puigdemont2-2/+12
Change-Id: Ic1fe94ff18189647f6a27e9e9b15bddb6569e3b3 Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
2016-07-07Merge "Initial commit of retention script"Morgan Richomme1-0/+42
2016-07-07scenarios: adding three new scenarios to the ci jobs.Paul Vaduva1-0/+6
Change-Id: Ib5462ab47d46698e7216983f25af07e6440a192a Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2016-07-07sandbox: Remove duplicate scm configurationFatih Degirmenci1-29/+105
Change-Id: Iba18750ae19c5d30078d600abcd6b687543204c5 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-07sandbox: Enable all verify downstream jobs and fix scm configFatih Degirmenci1-4/+29
Change-Id: Ide0490828f43c3d72772f01e31990ab55609e202 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-07sandbox: Create example jobs based on new job structureFatih Degirmenci2-0/+195
Change-Id: I1ee2593445737da135ba52b07960d4c0f0d52a78 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-07[compass] use specific network.yml in deploying onos scenariomeimei1-0/+2
Change-Id: I4074ed73292e743256a7f69caf93fce950cf774d Signed-off-by: meimei <meimei@huawei.com>
2016-07-06Fix for gpg-agent.Aric Gardner1-3/+3
I might need to force call an $(eval gpg-agent) Buuut I think this should work. Change-Id: I6b3311bc1a1f19d74f4668bfe717fdd67757fc72 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
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-06Merge "For artifact signing we need the releng repo."Aric Gardner1-1/+7
2016-07-06For artifact signing we need the releng repo.Aric Gardner1-1/+7
Forgot to clone the releng repo so that my script is avaliable Change-Id: I5e8658123140c0c173138e597730263753099503 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2016-07-06moon: Create verify jobFatih Degirmenci2-0/+57
Change-Id: I72d21335f5cbff7dc630b1c2019bb7fa8b0d379f Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-06[compass] set healthcheck as the smoke test in patch-verifying jobmeimei1-1/+1
Change-Id: I435c17a3426d6157efab5292f2acf9df8634eaeb Signed-off-by: meimei <meimei@huawei.com>
2016-07-05Merge "This will enable artifact signing for apex uploads"Aric Gardner1-0/+41
2016-07-05This will enable artifact signing for apex uploadsAric Gardner1-0/+41
sources gpg_import_key.sh which: -installs gpg2 -imports key -grabs proper key based on $NODE_NAME only tries to sign if the key is correctly imported otherwise it will skip signing and just do the upload Keys have only been created for lf intel and ericsson labs Keys are only unique per company Master pubkey has not been sent to the key server Or brought into the web of trust. Lets see that this works as I expected rather than having to go through the pain of revoking these keys. Change-Id: Ifa4bc4e11407c53f8174f6c64945949bf66d6535 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2016-07-05Merge "[compass] set mitaka as default os release"meimei2-2/+2
2016-07-04Merge "arm-pod2: Adding arm-pod2 to jenkins"Fatih Degirmenci2-0/+37
2016-07-04Merge "Add weekly loop in Functest CI"Morgan Richomme2-10/+35
2016-07-04[compass] set mitaka as default os releasemeimei2-2/+2
Change-Id: Iefded3b425785d6dc2b25bb4f8312934b8c8b545 Signed-off-by: meimei <meimei@huawei.com>
2016-07-01Apex, Functest: Fixes iptables ruleTim Rozet1-1/+1
Something in Apex is pushing the RETURN rule down the chain, and adding REJECT reject-with icmp-port-unreachable. This enhances the check to make sure not only does the rule exist, but it is at the top of the chain. Change-Id: I527bc45c30008aaf30d5bc9e1d474a14065b3fdf Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-01Merge "Apex: enables healthcheck smoketest"Tim Rozet1-7/+14
2016-07-01Apex: enables healthcheck smoketestTim Rozet1-7/+14
Change-Id: I817a4be443dfcaad233183a1815ddbc1fd3b8bb0 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-01Merge "Set build description to node name for easy identification"Fatih Degirmenci4-0/+14
2016-07-01Merge "Functest, Apex: Add iptables forwarding rule"Tim Rozet1-0/+7
2016-07-01Functest, Apex: Add iptables forwarding ruleTim Rozet1-0/+7
Change-Id: Ice55eece4aad6b9b8a1f51ebac13e26251b50708 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-01Change the trigger time on zte-pod1.wu.zhihui1-1/+1
Change the trigger time from 12:00 to 9:15 on zte-pod1. Change-Id: I70eaafe7d426335d21f01ab4008322e8e4d0e92a Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-07-01Add weekly loop in Functest CIMorgan Richomme2-10/+35
Change-Id: I2d1dfc4c9c09199d2ced56ce47f3376eb8ea8f81 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2016-07-01Set build description to node name for easy identificationFatih Degirmenci4-0/+14
Change-Id: Iaa1b15badf9750f47a68612f4dae48952de3a3d4 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-01arm-pod2: Adding arm-pod2 to jenkinsPaul Vaduva2-0/+37
Change-Id: I127d4634448f32e6bf9df53c6dc441cd63d5f505 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2016-07-01functest: Set build description to node name for easy identificationFatih Degirmenci1-0/+2
Change-Id: I4e2bdd499d60c07230d5f6a15a2c9fd9a9c8efdd Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-06-30Add domino projectUlas Kozat1-0/+55
Change-Id: Ie733a929e11c3a9a8390495008bdd0a22cfec5d8 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-30Apex: adds ONOS to daily masterTim Rozet1-0/+28
Change-Id: I042fa315f970d6289c2d20b922215babdfcaba69 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-30Add Project Option to Throttle PropertyTrevor Bramwell14-0/+27
This is a required field for JJB > 1.4 Change-Id: Ifb6f5d4b3a28f2d85f546151ca9aca4a4061f3ef Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-06-30joid: Change the order of functest and yardstickFatih Degirmenci1-3/+3
Change-Id: I85a36f8241a99f3365b6eacbb323a0bf6e851916 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-06-28read vip from phase1 services.Narinder Gupta1-1/+1
This change is to read the keystone vip from phase1 services now. Change-Id: I27c32e6c49e7b6213ed15b10341bb4909c2141f6 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-06-21Functest, Add healhcheck as functest-suite-parameterjose.lausuch1-0/+1
Change-Id: I2212c4e52b6ac7df017b6fda17df2b3a0e4a9406 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-06-21Functest, fix stackrc docker volume for Apex deploymentsjose.lausuch1-2/+2
Change-Id: Iea61baaca6f52fc794011aba40195c76c6da6b68 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-06-21Apex, Functest: Fixes ssh options when copying Apex stackrcTim Rozet1-1/+2
Change-Id: I53e7e208d380beb2799182dc85394215d7397f7c Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-20fuel: Activate trigger for the scenario os-onos-nofeature-haFatih Degirmenci1-5/+5
Change-Id: I2377e26c3b4bf2de1ae1a5d5d57cd4c10ee02abe Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-06-17Merge "modfiied to include the feature."Fatih Degirmenci2-2/+78
2016-06-17modfiied to include the feature.Narinder Gupta2-2/+78
This patch will enable the feature for joid deployment. Few of them are LXD, DPDK etc. Change-Id: Icb863ddbbf3ffb4bb8f015ce77bef0b9dc5d10ca Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-06-17add onos nofeature jobwuwenbin21-0/+14
Change-Id: I161033c66d895c6f832b3718793a4dfefc9ef755 Signed-off-by: wuwenbin2 <wuwenbin2@huawei.com>