From 2fe28e379d85a6388685d8588e84bb90d7b5f50c Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 29 Sep 2023 20:32:22 +0200 Subject: [PATCH] Create opnfvdocs orinico MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I53466ecc4eee800b3fded60eec77e6f396aefdf8 Signed-off-by: Cédric Ollivier --- jjb/releng/releng-jobs.yaml | 14 +++++++++----- releases/orinoco/opnfvdocs.yaml | 17 +++++++++++++++++ 2 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 releases/orinoco/opnfvdocs.yaml diff --git a/jjb/releng/releng-jobs.yaml b/jjb/releng/releng-jobs.yaml index 2f356ab92..e9b31e745 100644 --- a/jjb/releng/releng-jobs.yaml +++ b/jjb/releng/releng-jobs.yaml @@ -3,7 +3,7 @@ name: releng-scm scm: - git: - url: 'ssh://jenkins-ci@gerrit.opnfv.org:29418/releng' + url: 'ssh://fbot@gerrit.opnfv.org:29418/releng' refspec: '+refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/changes/*' submodule: recursive: true @@ -51,7 +51,7 @@ -o DPkg::Lock::Timeout=300 dist-upgrade -y sudo DEBIAN_FRONTEND=noninteractive \ apt-get -o DPkg::Lock::Timeout=300 install jenkins-job-builder -y - jenkins-jobs test --recursive -o tmp jjb/ + jenkins-jobs test --recursive -o tmp jjb rm -rf tmp - builder: @@ -63,7 +63,7 @@ -o DPkg::Lock::Timeout=300 dist-upgrade -y sudo DEBIAN_FRONTEND=noninteractive \ apt-get -o DPkg::Lock::Timeout=300 install jenkins-job-builder -y - jenkins-jobs update --recursive --delete-old jjb/ + jenkins-jobs update --recursive --delete-old jjb/releng - parameter: name: releng-jjb-node @@ -183,6 +183,7 @@ name: releng-release-jobs stream: - nile + - orinoco - v1.22 - v1.23 - v1.24 @@ -214,6 +215,9 @@ node: opnfv-build - stream-parameter: stream: '{stream}' + - string: + name: GIT_URL + default: ssh://fbot@gerrit.opnfv.org:29418/ triggers: - gerrit: server-name: 'gerrit.opnfv.org' @@ -262,7 +266,7 @@ stream: '{stream}' - string: name: GIT_URL - default: ssh://jenkins-ci@gerrit.opnfv.org:29418/ + default: ssh://fbot@gerrit.opnfv.org:29418/ triggers: - gerrit: trigger-on: @@ -310,7 +314,7 @@ msg="Found syntax error and/or coding style violation(s) in the files modified by your patchset." sed -i -e "1s#^#${msg}\n\n#" violation.log cmd="gerrit review -p $GERRIT_PROJECT -m \"$(cat violation.log)\" $GERRIT_PATCHSET_REVISION --notify NONE" - ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' -p 29418 jenkins-ci@gerrit.opnfv.org "$cmd" + ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' -p 29418 fbot@gerrit.opnfv.org "$cmd" # Make sure the caller job failed exit 1 diff --git a/releases/orinoco/opnfvdocs.yaml b/releases/orinoco/opnfvdocs.yaml new file mode 100644 index 000000000..396c942ef --- /dev/null +++ b/releases/orinoco/opnfvdocs.yaml @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2023 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: opnfvdocs +project-type: infra +release-model: stable + +branches: + - name: stable/orinoco + location: + opnfvdocs: fc7cdf4af32a4ea6ffb0e1719650d8bb4e460185 -- 2.16.6