aboutsummaryrefslogtreecommitdiffstats
path: root/exceptions
diff options
context:
space:
mode:
authorlhinds <lhinds@redhat.com>2017-06-21 23:52:30 +0100
committerlhinds <lhinds@redhat.com>2017-06-22 00:12:05 +0100
commit095c1132cd927bc081fcf1a656a795f6c268d94b (patch)
treec309914c50a0b9f4e9d69274aeeeb338e8ff477c /exceptions
parent7a0e4fa551a01105a7a0afddb431869b2627ac6a (diff)
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 <lhinds@redhat.com>
Diffstat (limited to 'exceptions')
-rw-r--r--exceptions/functest.yaml (renamed from exceptions/sandbox_exception.yaml)0
-rw-r--r--exceptions/octopus.yaml13
-rw-r--r--exceptions/pharos.yaml12
-rw-r--r--exceptions/releng.yaml (renamed from exceptions/releng_exception.yaml)0
-rw-r--r--exceptions/sandbox.yaml13
5 files changed, 38 insertions, 0 deletions
diff --git a/exceptions/sandbox_exception.yaml b/exceptions/functest.yaml
index e41b04a..e41b04a 100644
--- a/exceptions/sandbox_exception.yaml
+++ b/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
index aee6768..aee6768 100644
--- a/exceptions/releng_exception.yaml
+++ b/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:
+ - ^#
+