From d9a58f26f50e0fd2040bd59282286879a3993244 Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Fri, 15 Jul 2022 15:34:58 +0530 Subject: [PATCH] Rename base-upstream.yaml to base.yaml Due to Zuul Job reparenting work, base-upstream.yaml file is created to keep the new zuul job base there. Since Zuul job reparenting work is done, it's time to drop old base.yaml and rename base-upstream.yaml to base.yaml. base.yaml is dropped in this review: https://review.opendev.org/c/openstack/tripleo-ci/+/849856/ Signed-off-by: Chandan Kumar (raukadah) Change-Id: I08afc3e69059c7bc066eeec0a40ce4cd50d3cc7f --- zuul.d/{base-upstream.yaml => base.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename zuul.d/{base-upstream.yaml => base.yaml} (99%) diff --git a/zuul.d/base-upstream.yaml b/zuul.d/base.yaml similarity index 99% rename from zuul.d/base-upstream.yaml rename to zuul.d/base.yaml index b2935d92b..6f24b659d 100644 --- a/zuul.d/base-upstream.yaml +++ b/zuul.d/base.yaml @@ -1,5 +1,5 @@ --- -# zuul.d/basei-upstream.yaml +# zuul.d/base.yaml # This file contains parent layouts for all TripleO jobs. # Do not add children specific layout here.