-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I53466ecc4eee800b3fded60eec77e6f396aefdf8 Signed-off-by: Cédric Ollivier <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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://[email protected]: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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |