From 4c955e32e6a28d1a8f2b3fb9e850b769cd7041bc Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Thu, 30 Aug 2018 09:19:46 -0500 Subject: [PATCH] New layer for overrides needed by pipeline automation Introducing additional manifest layer that can be used for custom overrides that are not captured by global, type, and site. Immediate need is overrides required by ariship-seaworthy. Change-Id: I3a09e14213f26ca156c0bd79f3e1766926ae44c2 --- global/common/layering-policy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/global/common/layering-policy.yaml b/global/common/layering-policy.yaml index e86d0babd..df0e8df32 100644 --- a/global/common/layering-policy.yaml +++ b/global/common/layering-policy.yaml @@ -8,3 +8,5 @@ data: - global - type - site + - cicd # overrides for pipeline automation +...