From c99bf929aa438a404bc1b1f542617b158aeea982 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Fri, 23 Feb 2018 08:42:46 -0600 Subject: [PATCH] Add repo settings and remove highlights for Austin We've deprecated per-release highlights and are now removing them. We also now require repository-settings for deliverables. This adds the one and removes the other. Change-Id: Id892d0dfecf922876459c687c2943e86701b4cb6 --- deliverables/austin/nova.yaml | 2 ++ deliverables/austin/swift.yaml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/deliverables/austin/nova.yaml b/deliverables/austin/nova.yaml index 77c67cb43a..c90edbf31e 100644 --- a/deliverables/austin/nova.yaml +++ b/deliverables/austin/nova.yaml @@ -8,3 +8,5 @@ releases: projects: - repo: openstack/nova hash: 685e2a1b4b359c1f7e8ec72817c2c420f2b26a18 +repository-settings: + openstack/nova: {} diff --git a/deliverables/austin/swift.yaml b/deliverables/austin/swift.yaml index 6e265e902e..2137a87750 100644 --- a/deliverables/austin/swift.yaml +++ b/deliverables/austin/swift.yaml @@ -4,7 +4,9 @@ team: swift type: service release-model: cycle-with-intermediary releases: - - version: "1.1.0" + - version: 1.1.0 projects: - repo: openstack/swift hash: f494fc37a6a7e502a49fe177de7a412d4063cd0b +repository-settings: + openstack/swift: {}