aboutsummaryrefslogtreecommitdiffstats
path: root/exceptions/releng.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-01-08Update exception for evalJulien1-1/+1
Use \( and \) to replace ( and ) Change-Id: Ib45927659548c42b5f0693907e7fc5d4c56c6c5e Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-12-07Add exceptions for patch 48515Julien1-0/+1
refer to: https://gerrit.opnfv.org/gerrit/#/c/48515/ Change-Id: Iea0be10f0a0401669204d27abcda8d4e46efaa66 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-11-16Implements full path for hash checks of binarieslhinds1-1/+267
Previously the hash check would work only against the filename, and not using the relative path. This change uses the whole relative path to allow indentical filenames in different folder locations within the same repo. Also updated the generate-sha256.py script to introduce the same changes. JIRA: RELENG-303 Change-Id: I3a59e015b708eb5a966690b9839e5e15ac5b64c7 Signed-off-by: lhinds <lhinds@redhat.com>
2017-10-10Implements master ignore listlhinds1-6/+0
This change introduces a master ignore list, to save having to repeat ignore strings in every project exception file. This is achieved via a new ignore_list.yaml file that is merged with the project exception list and then used for the re.search ignore statement in both patch_scan.py and project_scan.py Change-Id: Ifb60b8ba3091603182c2025dbbbfd1a88a72439b Signed-off-by: lhinds <lhinds@redhat.com>
2017-09-05Add wget wildcard for git.opnfv.orglhinds1-0/+1
Add string - wget.+git\.opnfv.org Change-Id: Ibcf8fa07b0539000a2a8cc2765292de4195bde0b Signed-off-by: lhinds <lhinds@redhat.com>
2017-06-26Add wget from artifacts.opnfv.org to exceptionsxudan1-1/+2
JIRA: DOVETAIL-455 1. change build.opnfv.org to build\.opnfv\.org 2. add wget(.*)artifacts\.opnfv\.org Change-Id: I62f0f0f3a145fa38ebab94b3852f196b530f945a Signed-off-by: xudan <xudan16@huawei.com>
2017-06-23Fix Yamllint ViolationsTrevor Bramwell1-0/+1
JIRA: RELENG-258 Change-Id: I56a45340196c06a58f7103c57120a38c9ab7d28a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-06-22Adds Pharos, Functest, Octopus to Anteaterlhinds1-0/+62
This change adds exception files to anteater, to enable projects Functest, Pharos, Octopus. JIRA: RELENG-252 Change-Id: I1ac120ae2bdf868f9db34fe4dd30357efe61ce17 Signed-off-by: lhinds <lhinds@redhat.com>