summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-02-28Merge "[armband] Add os-nosdn-ovs-ha scenario"Fatih Degirmenci1-2/+21
2018-02-28Merge "Add xtesting project job"Fatih Degirmenci1-0/+257
2018-02-28Merge "[Functest] Run k8s tests on Joid"Fatih Degirmenci2-2/+7
2018-02-28Merge "Modify the daisy slavel-label in yardstick daily jobs"Fatih Degirmenci1-1/+1
2018-02-28Merge "change Dovetail CI jobs on Fuel"Fatih Degirmenci2-27/+106
2018-02-28Merge "[QTIP] Add a new variable "SUT" in project"Serena Feng2-4/+24
2018-02-28[Functest] Run k8s tests on JoidLinda Wang2-2/+7
Change-Id: I43ba42b2181b7f89a3f551a12eed4ab42d89cbee Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-02-27Add xtesting project jobCédric Ollivier1-0/+257
It mainly inherits from functest project jobs. xtesting is used everywhere except for project name which has to be functest-xtesting from the time being. Change-Id: I2c00c01b567b3c65b7acdec5c29b8c839d068366 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-02-27Merge "Set functest repo as variable"Aric Gardner1-2/+11
2018-02-27Merge "xci: Set the scenario to os-nosdn-nofeature if the verify is skipped"Fatih Degirmenci1-4/+6
2018-02-27xci: Set the scenario to os-nosdn-nofeature if the verify is skippedFatih Degirmenci1-4/+6
The envInject complains due to nonexistent scenario.properties so we set the scenario to os-nosdn-nofeature to suppress the failures since there is nothing to fail. Change-Id: Ic259ec53e77cf8afe62638a1b447c8e58863b419 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-02-27Merge "xci: Enable functest healthcheck"Fatih Degirmenci1-0/+2
2018-02-27Merge "xci: Correct the gerrit project name for sdnvpn"Fatih Degirmenci1-1/+1
2018-02-27[armband] Add os-nosdn-ovs-ha scenarioCristina Pauna1-2/+21
Added triggers for os-nosdn-ovs-ha scenario and reshuffled the other jobs To be merged after https://gerrit.opnfv.org/gerrit/#/c/52491/ is merged JIRA: ARMBAND-343 Change-Id: I35614637f1f4aac459dbb3d49be4bdd33174ca92 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2018-02-27[QTIP] Add a new variable "SUT" in projectzhihui wu2-4/+24
QTIP test runs against with host and vnf. Change-Id: I863cb48356f6ba74043b51ebfae8e5ff2f241abc Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-02-27[compass4nfv]trigger k8s on baremetal podwutianwei1-4/+7
1. add the trigger k8s on baremetal 2. modify the default DEPLOY_SCENARIO Change-Id: I9d216c12905b36b4fbba7d9214fcf6fccf1d79c4 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-02-27[Yardstick] set yardstick ci debug switch onrexlee87761-1/+1
Yardsitck CI default print INFO level message, this patch turn the DEBUG on for Fraser debug. Change-Id: I3d4436e6610648ab64439ba410f4fe07a54d6dc0 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2018-02-27Merge "[QTIP] Delete Euphrates CI jobs"Serena Feng2-12/+0
2018-02-27Merge "[Compass] Add new scenarios"mei mei1-0/+55
2018-02-27Merge "[compass4nfv] add DEPLOY_SCENARIO macro"mei mei1-3/+11
2018-02-26xci: Enable functest healthcheckFatih Degirmenci1-0/+2
Change-Id: I261bfafefcd1fb5dcfead20697759e46d3556b46 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-02-26xci: Correct the gerrit project name for sdnvpnFatih Degirmenci1-1/+1
Change-Id: Ied1014546f6bd4d80896f29f86374a2865f95dca Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-02-26Merge "xci: Set appropriate permissions for the key"Fatih Degirmenci4-0/+4
2018-02-26xci: Set appropriate permissions for the keyFatih Degirmenci4-0/+4
Change-Id: I6387ca1f7eaf107f735eab82917d77b2f3a3d90a Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-02-26xci: Do not set DEPLOY_SCENARIO manuallyFatih Degirmenci1-3/+0
Change-Id: Iccd7ef674c9b80daba511f45cc48f403ca0f3e0b Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-02-26xci: Move out of WORKSPACE before wiping it out and log scenario to consoleFatih Degirmenci4-8/+19
Change-Id: Ia2caeef24a199580a9eeb2ba6214fa2008f65c1c Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-02-26xci: Fix the Gerrit Trigger clone issue for external scenariosFatih Degirmenci4-8/+41
When a patch comes in for an external scenario, Gerrit Trigger injects refs for that patch for the corresponding project. With the previous configuration, job attempts to get that patch for releng-xci instead of the actual project. But switching to the right project causes Jenkins jobs to fail since the releng-xci will not be checked out to WORKSPACE. This change makes the clone for the repo/patch work and then it wipes out the WORKSPACE and clones releng-xci there to get the actual script parts to work. Change-Id: Ide31c21a209dff953118f51e9b09de1d206a3085 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-02-26xci: Fix extracting scenarios for generic scenariosFatih Degirmenci2-16/+21
Change-Id: Ib58ff1a8b093af550f86d337327114df50da4ae7 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-02-26xci: Change project name matching to REG_EXPFatih Degirmenci1-1/+1
Change-Id: Ic706c120ac879741d5562427a6c3e90162223762 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-02-26Merge "Enable verify jobs for external scenarios"Fatih Degirmenci2-5/+89
2018-02-26[compass4nfv] add DEPLOY_SCENARIO macrowutianwei1-3/+11
fix the error Unrecognized macro 'DEPLOY_SCENARIO' and deploy failed. Change-Id: Ic34a0d99c2a6026303046c2b350da205372ec78e Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-02-26Merge "Download 3 extra images and remove modification of fuel openrc file"mei mei1-12/+21
2018-02-24Merge "Update the postscriptbuild usage"Serena Feng1-0/+1
2018-02-24[QTIP] Delete Euphrates CI jobszhihui wu2-12/+0
Delete Euphrates CI jobs. JIRA: QTIP-292 Change-Id: I6ab6055fccc2bb7de299bab5732f97565ecef808 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-02-23change Dovetail CI jobs on Fuelxudan2-27/+106
1. run test suite default on Fuel on Tuesday for HA scenario 2. run test suite proposed_tests on Fuel on Monday, Wednesday and Friday for HA scenario JIRA: DOVETAIL-613 Change-Id: I67ef5d7dddfee01817b933ae3eeccf704924f9b0 Signed-off-by: xudan <xudan16@huawei.com>
2018-02-23Fix naming for ansible build server stuffagardner2-1/+1
Botched that last change Change-Id: If44039052332738a575d62c57faae95462b489a8 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-02-23include vars was mis named - build server ansibleagardner1-1/+1
fix name Change-Id: I0b58dbad8bb0618623e44ffa4049fccdd80b5547 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-02-23Disable noop for ansible build server configagardner1-1/+1
Time to go live. If this breaks I have shell on these machine and can fix but should be fine Change-Id: I616797cd3512b594d1daa846308e7a8643fb9cb0 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-02-23Fix slave monitor job.agardner2-59/+55
must be run on the same builder each time. output goes to /tmp/ its just a textfile per slave. hasetbin stopped working, so I turend off the silly graphs. Change-Id: I7300710c338f74e5426ab3cd2e2707ac2553f982 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-02-23Merge "Revert "Update Functest jobs""Aric Gardner1-216/+40
2018-02-23Revert "Update Functest jobs"Fatih Degirmenci1-216/+40
This reverts commit 7b9734aaca2fb04d1d8750b755a2880d60176889. Change-Id: I5926d8013e57f2f0a68985b91aa8ab746bbbf1ab
2018-02-23jjb: xci: xci-start-new-vm.sh: Set pipefail optionMarkos Chandras1-0/+1
In commit I77d5d66c0146f943d805612ca5b47e2eed3ffc41 the 'ts' utility was added in order to print timestamps for deployment. However, this breaks the exit code since 'pipefail' was not set so every job was returning 'success'. Change-Id: I2625a655a7334b1e43b690618821e69377075ed1 Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-02-23Set functest repo as variableDelia Popescu1-2/+11
Related to: https://gerrit.opnfv.org/gerrit/#/c/52513/ JIRA: FUNCTEST-917 Change-Id: Ifdcc3c893134f3835ea12b134e55f9094d51c581 Signed-off-by: Delia Popescu <delia.popescu@enea.com>
2018-02-23[Compass] Add new scenarioswutianwei1-0/+55
add the following scenarios and run on master 1. k8-nosdn-stor4nfv-ha 2. k8-nosdn-stor4nfv-noha Change-Id: I2c505263fbf48ea25be735ebe14e3c4d8097bf91 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-02-23Modify the daisy slavel-label in yardstick daily jobsAlex Yang1-1/+1
Accoding to https://gerrit.opnfv.org/gerrit/#/c/52063/, the jobs of daisy master branch have been moved from zte-pod3 to daisy-baremetal. Change-Id: I6f2a93bd89f606c0506ef2bf60fe67f96ade0571 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2018-02-22Download 3 extra images and remove modification of fuel openrc filexudan1-12/+21
1. Download 3 extra images for functest snaps_smoke and cloudify_ims 2. Remove the modification of fuel openrc file because of this patch has added a function to check cacert file https://gerrit.opnfv.org/gerrit/#/c/52021/ Change-Id: I2cab3bf11231d5d6ad39dca6d2d833355b1e6679 Signed-off-by: xudan <xudan16@huawei.com>
2018-02-22Merge "Jenkins not reporting lint results to gerrit"Aric Gardner1-1/+3
2018-02-22Jenkins not reporting lint results to gerritagardner1-1/+3
I set -x in a test and then it did report. not sure what's going on here, I thought this was fixed. May as well cat the violation log as we debug Change-Id: I142fb3855ebc000ee90aa24e0ecb336bb9b313df Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-02-22Merge "Update Pharos Dashboard Deploy Job and Disable"Fatih Degirmenci1-2/+14
2018-02-22Merge "jjb: xci: Use the 'ts' utility to print timestamps on executed steps."Fatih Degirmenci2-2/+2