From 095c1132cd927bc081fcf1a656a795f6c268d94b Mon Sep 17 00:00:00 2001 From: lhinds Date: Wed, 21 Jun 2017 23:52:30 +0100 Subject: [PATCH] Adds Pharos, Functest, Octopus to Anteater This change adds exception files to anteater, to enable projects Functest, Pharos, Octopus. JIRA: RELENG-252 Change-Id: I1ac120ae2bdf868f9db34fe4dd30357efe61ce17 Signed-off-by: lhinds --- exceptions/{sandbox_exception.yaml => functest.yaml} | 0 exceptions/octopus.yaml | 13 +++++++++++++ exceptions/pharos.yaml | 12 ++++++++++++ exceptions/{releng_exception.yaml => releng.yaml} | 0 exceptions/sandbox.yaml | 13 +++++++++++++ master_list.yaml | 8 +++++--- 6 files changed, 43 insertions(+), 3 deletions(-) rename exceptions/{sandbox_exception.yaml => functest.yaml} (100%) create mode 100644 exceptions/octopus.yaml create mode 100644 exceptions/pharos.yaml rename exceptions/{releng_exception.yaml => releng.yaml} (100%) create mode 100644 exceptions/sandbox.yaml diff --git a/exceptions/sandbox_exception.yaml b/exceptions/functest.yaml similarity index 100% rename from exceptions/sandbox_exception.yaml rename to exceptions/functest.yaml diff --git a/exceptions/octopus.yaml b/exceptions/octopus.yaml new file mode 100644 index 0000000..e41b04a --- /dev/null +++ b/exceptions/octopus.yaml @@ -0,0 +1,13 @@ +# When adding projects all `arrays: []` sections must have +# a value, Use 'nullvalue' if no waivers are available. +# +# This file uses standard regular expression syntax, however be mindful +# of escaping YAML delimiters too (such as `:`) using double quotes "". + +binaries: + binary_ignore: [nullvalue] +file_audits: + file_names: [nullvalue] + file_contents: + - ^# + diff --git a/exceptions/pharos.yaml b/exceptions/pharos.yaml new file mode 100644 index 0000000..94dee8e --- /dev/null +++ b/exceptions/pharos.yaml @@ -0,0 +1,12 @@ +# When adding projects all `arrays: []` sections must have +# a value, Use 'nullvalue' if no waivers are available. +# +# This file uses standard regular expression syntax, however be mindful +# of escaping YAML delimiters too (such as `:`) using double quotes "". + +binaries: + binary_ignore: [nullvalue] +file_audits: + file_names: [nullvalue] + file_contents: + - ^# diff --git a/exceptions/releng_exception.yaml b/exceptions/releng.yaml similarity index 100% rename from exceptions/releng_exception.yaml rename to exceptions/releng.yaml diff --git a/exceptions/sandbox.yaml b/exceptions/sandbox.yaml new file mode 100644 index 0000000..e41b04a --- /dev/null +++ b/exceptions/sandbox.yaml @@ -0,0 +1,13 @@ +# When adding projects all `arrays: []` sections must have +# a value, Use 'nullvalue' if no waivers are available. +# +# This file uses standard regular expression syntax, however be mindful +# of escaping YAML delimiters too (such as `:`) using double quotes "". + +binaries: + binary_ignore: [nullvalue] +file_audits: + file_names: [nullvalue] + file_contents: + - ^# + diff --git a/master_list.yaml b/master_list.yaml index b31b770..309876c 100644 --- a/master_list.yaml +++ b/master_list.yaml @@ -64,6 +64,8 @@ licence: - '__init__.py' project_exceptions: - - releng: exceptions/releng_exception.yaml - - sandbox: exceptions/sandbox_exception.yaml - - testproj: exceptions/sandbox_exception.yaml + - releng: exceptions/releng.yaml + - sandbox: exceptions/sandbox.yaml + - pharos: exceptions/pharos.yaml + - octopus: exceptions/octopus.yaml + - functest: exceptions/functest.yaml -- 2.16.6