From 9067077eb11c606b8ebe98338457fad894dc38d1 Mon Sep 17 00:00:00 2001 From: Julien Date: Mon, 19 Jun 2017 23:56:56 +0800 Subject: [PATCH] Move project's exception file to subdir add subdir **exceptions** for project's specific exception config files Change-Id: I57b7972706dd2e2168099e9815a0cfc3e8a33b67 Signed-off-by: Julien --- releng_exception.yaml => exceptions/releng_exception.yaml | 0 sandbox_exception.yaml => exceptions/sandbox_exception.yaml | 0 gatechecks.yaml | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename releng_exception.yaml => exceptions/releng_exception.yaml (100%) rename sandbox_exception.yaml => exceptions/sandbox_exception.yaml (100%) diff --git a/releng_exception.yaml b/exceptions/releng_exception.yaml similarity index 100% rename from releng_exception.yaml rename to exceptions/releng_exception.yaml diff --git a/sandbox_exception.yaml b/exceptions/sandbox_exception.yaml similarity index 100% rename from sandbox_exception.yaml rename to 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 -- 2.16.6