osmith has uploaded this change for review.

View Change

jobs/master-builds: more binaries ssh credentials

Make the binaries_ftp.osmocom.org ssh credentials available to more jobs
that need them.

Related: OS#5798
Change-Id: I4f719c6daba06dcfadd252a4030293bdc0e26337
---
M jobs/master-builds.yml
1 file changed, 12 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/09/30409/1
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 6a1ec09..8be2d20 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -253,10 +253,16 @@
-e JOB_TYPE="$JOB_TYPE" \
"$DOCKER_IMG" \
{timeout_cmd} /build/contrib/jenkins.sh --publish
+ ssh:
+ - binaries_ftp.osmocom.org
+ - docs_ftp.osmocom.org
- ice40-usbtrace:
git_base_url: https://gitea.osmocom.org/electronics
docker_img: 'registry.osmocom.org/$USER/fpga-build'
cmd: 'docker pull {docker_img} && {docker_run} {docker_img} {timeout_cmd} /build/contrib/jenkins.sh --publish'
+ ssh:
+ - binaries_ftp.osmocom.org
+ - docs_ftp.osmocom.org
- no2bootloader:
git_base_url: https://github.com/no2fpga
docker_img: 'registry.osmocom.org/$USER/fpga-build'
@@ -401,9 +407,15 @@
- osmo-ccid-firmware:
cmd: '{docker_run} {docker_img} {timeout_cmd} /build/contrib/jenkins.sh --publish'
email: jenkins-notifications@lists.osmocom.org laforge@gnumonks.org ewild@sysmocom.de
+ ssh:
+ - binaries_ftp.osmocom.org
+ - docs_ftp.osmocom.org
- simtrace2:
cmd: '{docker_run} {docker_img} {timeout_cmd} /build/contrib/jenkins.sh --publish'
email: jenkins-notifications@lists.osmocom.org laforge@gnumonks.org kredon@sysmocom.de
+ ssh:
+ - binaries_ftp.osmocom.org
+ - docs_ftp.osmocom.org
- osmo-opencm3-projects:
git_base_url: https://gitea.osmocom.org/electronics
docker_img: '$USER/debian-bullseye-jenkins'

To view, visit change 30409. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I4f719c6daba06dcfadd252a4030293bdc0e26337
Gerrit-Change-Number: 30409
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange