aboutsummaryrefslogtreecommitdiffstats
path: root/sandbox_exception.yaml
diff options
context:
space:
mode:
authorJulien <zhang.jun3g@zte.com.cn>2017-06-15 11:24:57 +0800
committerJulien <zhang.jun3g@zte.com.cn>2017-06-18 00:49:41 +0800
commita211f19382a75d4322f7dd6f74ee694222735ff9 (patch)
tree0f17f655e87c4ff7be84a5be882ae7324d2a16d3 /sandbox_exception.yaml
parent9111f5ec7a6fbcec824d3c8d4018a7a6e109c466 (diff)
seperate exception rules for releng project
add optional project exception configuration file. for one project: configuration in project exception file and in gatechecks.yaml will be merged together for one project JIRA:RELENG-234 Change-Id: I7fff3082e837a478f155769fadd75533583543cd Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Diffstat (limited to 'sandbox_exception.yaml')
-rw-r--r--sandbox_exception.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sandbox_exception.yaml b/sandbox_exception.yaml
new file mode 100644
index 0000000..14f0e81
--- /dev/null
+++ b/sandbox_exception.yaml
@@ -0,0 +1,11 @@
+# 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]