Move project's exception file to subdir 99/36199/1
authorJulien <zhang.jun3g@zte.com.cn>
Mon, 19 Jun 2017 15:56:56 +0000 (23:56 +0800)
committerJulien <zhang.jun3g@zte.com.cn>
Mon, 19 Jun 2017 15:56:56 +0000 (23:56 +0800)
add subdir **exceptions** for project's specific exception config files

Change-Id: I57b7972706dd2e2168099e9815a0cfc3e8a33b67
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
exceptions/releng_exception.yaml [moved from releng_exception.yaml with 100% similarity]
exceptions/sandbox_exception.yaml [moved from sandbox_exception.yaml with 100% similarity]
gatechecks.yaml

index c49fc2e..8a670bd 100644 (file)
@@ -69,6 +69,6 @@ licence:
     - '__init__.py'
 
 project_config:
-  - releng: releng_exception.yaml
-  - sandbox: sandbox_exception.yaml
-  - testproj: sandbox_exception.yaml
+  - releng: exceptions/releng_exception.yaml
+  - sandbox: exceptions/sandbox_exception.yaml
+  - testproj: exceptions/sandbox_exception.yaml