From 6cf5d8c90fad9135a5087a4134429006f173e532 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Mon, 2 Oct 2023 10:51:33 +0300 Subject: [PATCH] Defining stable/orinoco branch for Barometer, Kuberef and Thoth Change-Id: I9ddc9455c213989a59211fb4a163d6c1e7d41392 Signed-off-by: Gergely Csatari --- releases/orinoco/barometer.yaml | 17 +++++++++++++++++ releases/orinoco/kuberef.yaml | 17 +++++++++++++++++ releases/orinoco/thoth.yaml | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 releases/orinoco/barometer.yaml create mode 100644 releases/orinoco/kuberef.yaml create mode 100644 releases/orinoco/thoth.yaml diff --git a/releases/orinoco/barometer.yaml b/releases/orinoco/barometer.yaml new file mode 100644 index 000000000..897e8dba0 --- /dev/null +++ b/releases/orinoco/barometer.yaml @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2021 The Linux Foundation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +--- +project: barometer +project-type: feature +release-model: stable + +branches: + - name: stable/orinoco + location: + barometer: 41195d4c2c3418e8c2daa44c792406be2fc54964 diff --git a/releases/orinoco/kuberef.yaml b/releases/orinoco/kuberef.yaml new file mode 100644 index 000000000..dfbffa0ce --- /dev/null +++ b/releases/orinoco/kuberef.yaml @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2020 The Linux Foundation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +--- +project: kuberef +project-type: installer +release-model: stable + +branches: + - name: stable/orinoco + location: + kuberef: 486015325b01283f31595abd8fbdbf93530f6a5a diff --git a/releases/orinoco/thoth.yaml b/releases/orinoco/thoth.yaml new file mode 100644 index 000000000..f19c443c1 --- /dev/null +++ b/releases/orinoco/thoth.yaml @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2021 The Linux Foundation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +--- +project: thoth +project-type: feature +release-model: stable + +branches: + - name: stable/orinoco + location: + thoth: 77a6ce27efa02f72568950e37aed3853f05ecd4b -- 2.16.6