summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-16Merge "Added license metadata to specify Apache-2.0"Serena Feng2-0/+2
2017-10-16Merge "Use absolute timeout for validation jobs"Serena Feng1-3/+1
2017-10-16Merge "Update table headers in the reporting page"Serena Feng1-3/+3
2017-10-13Added license metadata to specify Apache-2.0rpaik2-0/+2
Change-Id: Id2e6b148f896eee5122339e501c8604e74ef774c Signed-off-by: rpaik <rpaik@linuxfoundation.org>
2017-10-13Merge "Enable Yamllint on the Releng Project Repo"Trevor Bramwell1-1/+1
2017-10-13Merge "Fix incorrect comment that security report posted"Fatih Degirmenci1-1/+1
2017-10-13joid: Fix build blocker for os and k8 scenariosFatih Degirmenci1-1/+1
Change-Id: Id1fba783069c883868aa9cab6c8ea09485c411e5 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-10-13Enable Yamllint on the Releng Project RepoTrevor Bramwell1-1/+1
All new patchsets should be free of yamllint violations. JIRA: RELENG-254 Change-Id: Ia4f6d201837eb74d0c641b7ffb745c3df4327848 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-13Merge "Change criteria 'SUCCESS' to 'PASS' in yardstick reporting"Jun Li1-2/+1
2017-10-13Merge "Fix Yamllint violations in Docker Custom jobs"Fatih Degirmenci1-61/+61
2017-10-13Merge "Final Yamllint Fixes"Fatih Degirmenci3-2/+4
2017-10-13Merge "daisy: bug-fix of upload iso to art"Fatih Degirmenci1-1/+1
2017-10-12opnfv-docs: Enable Euphrates jobsAlexandru Avadanii1-3/+3
Change-Id: Iccf3e3202bf7fc090293454ddf8e6b93c2d3007c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-10-12KVMFORNFV: Disable jobs on EuphratesNavya1-1/+1
This patch is used to diasable jobs on Euphrates branch as there is only one node assigned for the daily job. If the jobs on master and Euphrates are enabled, the verify job is delayed.So inorder to avoid the delay for the verify job, disabling the jobs on Euphrates. Change-Id: Ib0eff4a1156858a73e4b889a61ac0cbd4ebe5ef0 Signed-off-by: Navya Bathula<navyax.bathula@intel.com>
2017-10-12Change criteria 'SUCCESS' to 'PASS' in yardstick reportingchenjiankun1-2/+1
To keep consistent with other testing project, yardstick should change criteria value from 'SUCCESS' to 'PASS' Change-Id: I8d8779927a74749e7c43df4e55e1888c49cbbbaf Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2017-10-12daisy: bug-fix of upload iso to artzhouya1-1/+1
Change-Id: Idc204f9f8c3e71f80d607ee55630cbea1e4f118a Signed-off-by: zhouya <zhou.ya@zte.com.cn>
2017-10-12bugfix: trend graph not show in fuel x86 and aarch64chenjiankun1-2/+14
The trend tool will read installer field in scenario_history.txt But now this field is fuel not fuel@x86 or fuel@aarch64. So I change fuel -> fuel@x86 & fuel@aarch64. Change-Id: I8e97e57febd559f65be559b16bceee5cf8268926 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2017-10-12Merge "bug-fix: do not have permission to execute sudo pip"Jun Li1-1/+1
2017-10-11Merge "opnfv-lint: Enable yamllint for Fuel & Armband"Aric Gardner1-1/+1
2017-10-11Fix incorrect comment that security report postedTrevor Bramwell1-1/+1
A string is added to the build that a security report is being reported to Gerrit, even when it is not. This moves the string to just before the line when the comment is posted so we aren't lying to developers. Change-Id: I73840d025e8be86b6ac02772b22b22c4abd29422 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-11Merge "Fix jenkins-jnlp-connect.sh for missing a quotation mark"Aric Gardner1-1/+1
2017-10-11Merge "Fixing Workspace Permissions"Aric Gardner1-1/+2
2017-10-11Merge "Add fuel@x86 and fuel@arm support"Morgan Richomme3-118/+166
2017-10-11Add fuel@x86 and fuel@arm supportchenjiankun3-118/+166
Since scenario data do not have a field named architecture, So I choose pod_name for now. For example: pod_name: arm-pod5 I assume that it is based arm architecture Change-Id: I92159a5e08b1ed80701494483fd9922dbd459193 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2017-10-11bug-fix: do not have permission to execute sudo pipGabriel Yu1-1/+1
JIRA: BOTTLENECK-211 This patch is to fix the bug by adding -H flag to sudo, i.e., sudo -H pip install ... Change-Id: Icdb187660cc1e08e134a79592e7454b77576f457 Signed-off-by: Gabriel Yu <Gabriel.yuyang@huawei.com>
2017-10-11Merge "put htmlize directory under jjb/releng"Morgan Richomme4-2/+2
2017-10-11Merge "jjb: daisy: Upload iso file as well as the bin file"Serena Feng2-1/+5
2017-10-11put htmlize directory under jjb/relengSerenaFeng4-2/+2
centralize jjb related scripts Change-Id: I4abeb06f17b48b8e7ac15803db0f3ce7eb0c1b93 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-10-10Only Submit Security Scan Results that ExistTrevor Bramwell1-5/+8
When anteater runs it generates a shortlog containing any errors that were encountered during it's run. If no errors exist it will still create an empty file 'shortlog'. A review containing no content will be attempt to be posted and fail with: fatal: Argument "{COMMIT | CHANGE,PATCHSET}" is required Instead of attempting to post nothing, the job should just skip submitting a review. Change-Id: I3feacb15e47dea204783053b3e67a9aa81ba164d Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-10Final Yamllint FixesTrevor Bramwell3-2/+4
Fixes some final yamllint issues introduced by recent patchsets in apex and armband. JIRA: RELENG-254 Change-Id: I26b45d737f06c215413e29c92031d14e23967506 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-10Fix Yamllint violations in Docker Custom jobsTrevor Bramwell1-61/+61
JIRA: RELENG-254 Change-Id: I8d119fb0f925bfebd91cb18fb4c0a176fb9dd4ca Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-10Fix Yamllint Violations for jjb/octopusTrevor Bramwell1-38/+39
JIRA: RELENG-254 Change-Id: Id2c105c5540848b545316ce132e19b74f8fd35f1 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-10opnfv-lint: Enable yamllint for Fuel & ArmbandAlexandru Avadanii1-1/+1
Change-Id: Iaccfa0df8f9f282a54712f61489af3029a91d44b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-10-10Fixing Workspace Permissionsmbeierl1-1/+2
Adds fix-workspace-permissions wrapper in case StorPerf leaves any files owned by root behind Increases timeout to 45 as miminal run can take just over 30 minutes. Change-Id: I85549a2246baa3a24686cf425850a8e7c0b645c8 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-10-10Merge "fuel: Drop obsolete DEPLOY_TIMEOUT"Aric Gardner2-8/+5
2017-10-10globals/slave-params: Remove unused Fuel overridesAlexandru Avadanii1-64/+0
Cleanup some unused parameter overrides, which were never in effect in the first place. For CI PODs, we inherit only installer specific parameters, so slave-label based overrides are ignored. PODs: - arm-pod5; - arm-virtual2; - ericsson-pod1; - lf-pod2; This reverts commit bb22c8c02df3e9d030ff64c304536c31b78a37a6. This reverts commit fc26623f9d7f211a9e29e246a2b13bdae5b3982b. Change-Id: Iee80ad8357f5126c4aa7510ed66ab6e79c20f3fc
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-10Fix jenkins-jnlp-connect.sh for missing a quotation markAlex Yang1-1/+1
Change-Id: Iba2a7b5de9cb56c2cc6579fb9ff37b3242a0283f Signed-off-by: Alex Yang <yangyang1@zte.com.cn>