Skip to content

Commit

Permalink
Call fbot instead of jenkins-ci
Browse files Browse the repository at this point in the history
Change-Id: I479d3618f2c65ba4114c04992e78ee25fcc01159
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Sep 29, 2023
1 parent 2fe28e3 commit c8bcbab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jjb/global/releng-macros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
cat gerrit_comment.txt
echo
ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' \
-p 29418 jenkins-ci@gerrit.opnfv.org \
-p 29418 fbot@gerrit.opnfv.org \
"gerrit review -p $GERRIT_PROJECT \
-m '$(cat gerrit_comment.txt)' \
$GERRIT_PATCHSET_REVISION \
Expand Down
2 changes: 1 addition & 1 deletion jjb/releng/releng-release-create-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fi
run_merge(){
unset NEW_FILES
if [[ $REF_EXISTS = true && "$JOB_NAME" =~ "merge" ]]; then
ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' -n -f -p 29418 jenkins-ci@gerrit.opnfv.org gerrit create-branch "$repo" "$branch" "$ref"
ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' -n -f -p 29418 fbot@gerrit.opnfv.org gerrit create-branch "$repo" "$branch" "$ref"
python3 releases/scripts/create_jobs.py -f $release_file
NEW_FILES=$(git status --porcelain --untracked=no | cut -c4-)
fi
Expand Down

0 comments on commit c8bcbab

Please sign in to comment.