summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2017-10-10fuel: Drop obsolete DEPLOY_TIMEOUTAlexandru Avadanii2-8/+5
While at it, add missing DEPLOY_SCENARIO for Fuel log collection job. This will add some more useful info to each job description text. Change-Id: I4936013dc23ed696ad4a526961b23031753aed2a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-10-10Merge "Fix Yamllint violations for jjb/releng"Aric Gardner8-807/+821
2017-10-10Merge "Fix Yamllint violations for jjb/snaps"Aric Gardner1-44/+45
2017-10-10Merge "Fix Yamllint violations for jjb/yardstick"Aric Gardner2-402/+416
2017-10-10Merge "fuel-deploy: Only pass ISO arg for Danube branch"Aric Gardner1-10/+11
2017-10-10Merge "Fix minor yamllint violation in Joid job config"Aric Gardner1-4/+4
2017-10-10Merge "Fix Yamllint violations for jjb/storperf"Aric Gardner3-335/+343
2017-10-10Merge "Fix Yamllint violations for jjb/compass4nfv"Aric Gardner4-953/+952
2017-10-10Fix Yamllint violations for jjb/relengTrevor Bramwell8-807/+821
JIRA: RELENG-254 Change-Id: I5b9fe931e20a84d80d9ce6bc565bfee1db2dbc32 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-10Fix Yamllint violations for jjb/snapsTrevor Bramwell1-44/+45
JIRA: RELENG-254 Change-Id: Ia18bb029bdb235c5e3a28bd3d0bf5f354d524769 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-10Fix Yamllint violations for jjb/yardstickTrevor Bramwell2-402/+416
JIRA: RELENG-254 Change-Id: Icbfff8c0368c227451a09ac7f1f81df3e0f3563a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-10Fix minor yamllint violation in Joid job configTrevor Bramwell1-4/+4
The newly added euphrates stream had it's fields overindented. JIRA: RELENG-254 Change-Id: I8d033966023fdecec3f03f2c74982f9de775ac08 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-10Fix Yamllint violations for jjb/storperfTrevor Bramwell3-335/+343
JIRA: RELENG-254 Change-Id: Idc05b81ebf8636a5d422e54b72ee58c039b1843c Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-10Merge "jjb: xci: Make use of alternative ssh configuration file"Markos Chandras1-1/+1
2017-10-10Merge "Bug fix:Bottlenecks job failed."Jun Li1-0/+1
2017-10-09Fix Yamllint violations for jjb/compass4nfvTrevor Bramwell4-953/+952
JIRA: RELENG-254 Change-Id: I11aee517b2a8af8d2e2519642872c84ba494a335 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-09Merge "This job will allow projects to create custom docker jobs"Trevor Bramwell1-0/+111
2017-10-08Disable timed dovetail danube jobsxudan3-5/+5
Dovetail danube jobs don't need to be triggerred every day now. Disable the timed trigger. If need, they can be triggered manually. Change-Id: I2f114cd17fcd27d0e34be0824be3fc0d072dbae9 Signed-off-by: xudan <xudan16@huawei.com>
2017-10-08fuel-deploy: Only pass ISO arg for Danube branchAlexandru Avadanii1-10/+11
Post-Danube branches (master, stable/euphrates) do not use an ISO argument, so stop passing it. While at it, fix some minor coding style and a wrong scenario default. Change-Id: I1878f80e685efc2da07dedd1d2c05c51933da2ec Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-10-07jjb: xci: xci-verify-jobs: Fix regexp for GERRIT_TOPICMarkos Chandras1-2/+2
Drop the single quotes to regexp works as expected. Change-Id: I2ea09be14bc83effdd5860fd35dda540b412cf59 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-10-07Merge "jjb: xci: xci-verify-jobs: Skip complete XCI deployments for ↵Markos Chandras1-2/+2
'skip-deloyment'"
2017-10-06Merge "jjb: xci: bifrost-cleanup-jobs: Disable cleanup bifrost jobs"Markos Chandras1-0/+1
2017-10-06jjb: xci: xci-verify-jobs: Skip complete XCI deployments for 'skip-deloyment'Markos Chandras1-2/+2
When we want to test patches affecting the start-new-vm.sh script, sometimes we only want to test whether VM is operational without having to run the entire XCI deployment on it. As such, skip XCI deployments when the topic matches the 'skip-deployment' regexp. Change-Id: I4242ac09a9e65c939a06ad47eb26a62af39128c8 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-10-06Merge "fuel-deploy.sh: Drop local_env mechanism"Aric Gardner1-7/+0
2017-10-06Rename the external network for fuelCristina Pauna1-1/+1
The external network was renamend with the MCP deploy to floating_net Change-Id: I73f5f5d14b0b18a2e838dae163dcfd62edcb0c0b Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-10-06jjb: xci: bifrost-cleanup-jobs: Disable cleanup bifrost jobsMarkos Chandras1-0/+1
We no longer update logs in artifacts.opnfv.org so there is no point in running this job. We will enable it back when we start uploading logs for XCI. Change-Id: Icee15d346c32dff693b5c474a51fb79763841bb7 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-10-06Merge "jjb: xci: Refactor bifrost jobs to use the XCI clean VM"Markos Chandras2-150/+17
2017-10-06jjb: xci: Make use of alternative ssh configuration fileMarkos Chandras1-1/+1
The script now creates an XCI specific ssh configuration file so we need to use that when trying to connect to the host. Change-Id: I34cb39636b95de9ab97cb5d2ca250b4218e9a7f7 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-10-05jjb: xci: xci-verify-jobs: Export clean vm variables properlyMarkos Chandras1-2/+3
The variables are meant to be used by the start-vm-new.sh script instead of the XCI test so they need to be exported properly before we run the script. Change-Id: I224ec7bfced5eb51f01de46bd042274bcf3ec86b Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-10-05kvmfornfv: Enable all jobs for all branchesFatih Degirmenci1-2/+2
Change-Id: I88daffa1e15339166240f8520e9fe9909f6a5f49 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-10-05Merge "jjb: xci: Use pre-built dib images for CI runs"Markos Chandras1-0/+2
2017-10-05fuel-deploy.sh: Drop local_env mechanismAlexandru Avadanii1-7/+0
Now that Fuel supports reading bridge names from IDF / determine them based on IP address matching to PDF network, we can drop the mechanism for sourcing "local_env". Change-Id: Ib9fe0ddb2b54b9c5c037a3451cf049323ae7a864 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-10-05Merge "Fix Yamllint violations for jjb/apex"Aric Gardner2-2739/+2705
2017-10-05armband: Fix Fuel collect job referenceAlexandru Avadanii1-9/+16
Armband uses different 'pod' naming/labeling, so instead of Fuel's 'baremetal' reference, we have 'armband-baremetal', leading to unresolved job references for the recently added log collection. Fix that by adding a new 'deploy-type' variable, which corresponds to either 'baremetal' or 'virtual', aligning with Fuel naming. While at it, slightly refactor our pod definitions to use the new var. Change-Id: Ie84c40a5c208072da2e4766233a844f2670d4f87 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-10-04Merge "fuel, armband: Add post mortem log collection"Aric Gardner3-0/+98
2017-10-04Fix Yamllint violations for jjb/apexTrevor Bramwell2-2739/+2705
JIRA: RELENG-254 Change-Id: I354d7064c560d4b23e361d556b7fe269d7fb5d26 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-04jjb: xci: Refactor bifrost jobs to use the XCI clean VMMarkos Chandras2-150/+17
We no longer run opnfv/bifrost jobs so drop all the references from the configuration file. Moreover, make use of the releng-xci XCI clean VM virtual machine to run the tests on a clean environment. Finally, we drop the support for uploading logs to the artifacts.opnfv.org. This needs to be done for XCI as well so we will bring it back when we develop a universal solution. Change-Id: I9bad17508ab8ee6594aec444ab864b99331b616d Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-10-04jjb: xci: Use pre-built dib images for CI runsMarkos Chandras1-0/+2
We make use of the pre-built dib images hosted on artifacts.opnfv.org instead of building a new one on every CI build. This makes the CI jobs somewhat faster since we start with the XCI deployment straight away This patchset depends on https://gerrit.opnfv.org/gerrit/#/c/44049/ Signed-off-by: Markos Chandras <mchandras@suse.de> Change-Id: Id2ccee8882cd20590a4cd27d4e512dc414d7b40e
2017-10-04Merge "Fix minor yamllint violation in jjb/moon/moon.yml"Aric Gardner1-1/+1
2017-10-04Merge "Fix Yamllint violations for jjb/dovetail"Aric Gardner4-429/+434
2017-10-04Merge "Fix Yamllint violations for jjb/daisy4nfv"Aric Gardner4-606/+627
2017-10-04Merge "Fix Yamllint violations for jjb/calipso"Aric Gardner1-39/+39
2017-10-04Merge "Fix Yamllint violations for jjb/xci"Aric Gardner6-1024/+1044
2017-10-04Merge "Fix Yamllint violations for jjb/sfc"Aric Gardner1-39/+42
2017-10-04Merge "Fix Yamllint violations: jjb/vnf_forwarding_graph"Aric Gardner1-33/+34
2017-10-04Merge "Fix Yamllint violations for jjb/functest"Aric Gardner3-616/+638
2017-10-04Add OPNRC file to Yardstick container for fuel installer typeDelia Popescu1-4/+2
OPNRC file (openstack.creds) is needed to call openstack services It was not added any longer because we added a specific case for fuel installer to send SSH_KEY, OPNRC file and OS_CACERT to the container Change-Id: I235b138a77e06cded86a0b163ef383c1c37a0469 Signed-off-by: Delia Popescu <delia.popescu@enea.com>
2017-10-03Fix Yamllint violations for jjb/functestTrevor Bramwell3-616/+638
JIRA: RELENG-254 Change-Id: I89043a1149360d587588e8c887f88cc5192c1692 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-03Fix Yamllint violations for jjb/xciTrevor Bramwell6-1024/+1044
JIRA: RELENG-254 Change-Id: Iaf58cc822eb616711c0dc081f5b0154fe881646c Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-03Fix Yamllint violations: jjb/vnf_forwarding_graphTrevor Bramwell1-33/+34
JIRA: RELENG-254 Change-Id: If660d0bedee12c00e385aa1f42ed3c1acc9aeb27 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>