Skip to content

Commit

Permalink
Create opnfvdocs orinico
Browse files Browse the repository at this point in the history
Change-Id: I53466ecc4eee800b3fded60eec77e6f396aefdf8
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Sep 29, 2023
1 parent 3910419 commit 2fe28e3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
14 changes: 9 additions & 5 deletions jjb/releng/releng-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -183,6 +183,7 @@
name: releng-release-jobs
stream:
- nile
- orinoco
- v1.22
- v1.23
- v1.24
Expand Down Expand Up @@ -214,6 +215,9 @@
node: opnfv-build
- stream-parameter:
stream: '{stream}'
- string:
name: GIT_URL
default: ssh://[email protected]:29418/
triggers:
- gerrit:
server-name: 'gerrit.opnfv.org'
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions releases/orinoco/opnfvdocs.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2fe28e3

Please sign in to comment.