diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-16 11:27:03 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-16 11:27:03 +0100 |
commit | f19d04e9fa965e4802a5190269c3badec8cb3e9d (patch) | |
tree | 9d1d10607fa7cff10c900cb2d7b3e8f10afd48fc /releases/nile | |
parent | 0f7b214d1b178bc4146dbd54ccd48f9fc9d9491e (diff) |
Create Nile branches
Change-Id: Iae8ff15b2999e48c03ac9fd1d130f32df99bbd31
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'releases/nile')
-rw-r--r-- | releases/nile/barometer.yaml | 17 | ||||
-rw-r--r-- | releases/nile/vineperf.yaml | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/releases/nile/barometer.yaml b/releases/nile/barometer.yaml new file mode 100644 index 000000000..b607a49ec --- /dev/null +++ b/releases/nile/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/nile + location: + barometer: 41195d4c2c3418e8c2daa44c792406be2fc54964 diff --git a/releases/nile/vineperf.yaml b/releases/nile/vineperf.yaml new file mode 100644 index 000000000..4a3ef2d4d --- /dev/null +++ b/releases/nile/vineperf.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: vineperf +project-type: testing +release-model: stable + +branches: + - name: stable/nile + location: + vineperf: 34147ac299351c44d4f7d135892457fba38a132b |