aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien <zhang.jun3g@zte.com.cn>2017-06-19 23:56:56 +0800
committerJulien <zhang.jun3g@zte.com.cn>2017-06-19 23:56:56 +0800
commit9067077eb11c606b8ebe98338457fad894dc38d1 (patch)
treeca85e013e87085e1910c3b619e0fd05af1ac1769
parent2539a8dfab9d02acbc038c7966d5aedf7d6aae25 (diff)
Move project's exception file to subdir
add subdir **exceptions** for project's specific exception config files Change-Id: I57b7972706dd2e2168099e9815a0cfc3e8a33b67 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
-rw-r--r--exceptions/releng_exception.yaml (renamed from releng_exception.yaml)0
-rw-r--r--exceptions/sandbox_exception.yaml (renamed from sandbox_exception.yaml)0
-rw-r--r--gatechecks.yaml6
3 files changed, 3 insertions, 3 deletions
diff --git a/releng_exception.yaml b/exceptions/releng_exception.yaml
index aee6768..aee6768 100644
--- a/releng_exception.yaml
+++ b/exceptions/releng_exception.yaml
diff --git a/sandbox_exception.yaml b/exceptions/sandbox_exception.yaml
index e41b04a..e41b04a 100644
--- a/sandbox_exception.yaml
+++ b/exceptions/sandbox_exception.yaml
diff --git a/gatechecks.yaml b/gatechecks.yaml
index c49fc2e..8a670bd 100644
--- a/gatechecks.yaml
+++ b/gatechecks.yaml
@@ -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