diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-16 15:20:09 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-16 15:20:57 +0100 |
commit | 609c775b7eda2177d6244b9b1b37c93d772b744e (patch) | |
tree | 2c6aa18030a1ecadb2c319a9a071ddbe5eb2bbf1 /releases | |
parent | 6c141da425fb73757c19cf102957253ff35425c3 (diff) |
Force releng release job retrigger
Change-Id: Ia63e418ac1684fea7ee06bddaba227f7c83b7f98
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'releases')
-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 |