Adding all projects for weekly run. 91/36091/1
authorlhinds <lhinds@redhat.com>
Wed, 14 Jun 2017 07:24:13 +0000 (08:24 +0100)
committerlhinds <lhinds@redhat.com>
Wed, 14 Jun 2017 07:24:13 +0000 (08:24 +0100)
A 'testproj' capture all variable is used for weekly runs

Change-Id: I7b55e21b885fb1b44b5309b2715c58944c10723e
Signed-off-by: lhinds <lhinds@redhat.com>
gatechecks.yaml

index bf3c9fd..23b5bd5 100644 (file)
@@ -11,6 +11,8 @@ binaries:
     binary_ignore: [nullvalue]
   sandbox:
     binary_ignore: [nullvalue]
+  testproj:
+    binary_ignore: [nullvalue]
 
 file_audits:
   file_names: [\.gpg$,\.key$,\.asc$,\.sig$,\.md5,aws_access_key_id,aws_secret_access_key,id_rsa]
@@ -35,6 +37,9 @@ file_audits:
   sandbox:
     file_names: [nullvalue]
     file_contents: [nullvalue]
+  testproj:
+    file_names: [nullvalue]
+    file_contents: [nullvalue]
 
 licence:
   licence_ext: ['.rst','.md','.py','.sh','.java','.rb']