From: Julien Date: Mon, 19 Jun 2017 15:56:56 +0000 (+0800) Subject: Move project's exception file to subdir X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F36199%2F1;p=releng-anteater.git Move project's exception file to subdir add subdir **exceptions** for project's specific exception config files Change-Id: I57b7972706dd2e2168099e9815a0cfc3e8a33b67 Signed-off-by: Julien --- 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