diff options
author | lhinds <lhinds@redhat.com> | 2017-11-13 13:32:48 +0000 |
---|---|---|
committer | lhinds <lhinds@redhat.com> | 2017-11-13 20:06:25 +0000 |
commit | be058707af6ced511c9f2c1914b81f7edea728d5 (patch) | |
tree | 7104a0b1607bf91bd2377e466e3e546e84bfcb7b /exceptions/netready.yaml | |
parent | 1d191aa05617587f889880bb5344c84a422706e5 (diff) |
Weekly Anteater Project Additions
https://wiki.opnfv.org/display/INF/Project+Roll+Out+for+Anteater
Week begining November the 13th
Change-Id: I240292e389b24680a37bc482fb5a8aafd3971839
Signed-off-by: lhinds <lhinds@redhat.com>
Diffstat (limited to 'exceptions/netready.yaml')
-rw-r--r-- | exceptions/netready.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/exceptions/netready.yaml b/exceptions/netready.yaml new file mode 100644 index 0000000..0532ba4 --- /dev/null +++ b/exceptions/netready.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: [nullvalue] |