osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/40229?usp=email )

Change subject: jobs/master: pass osmo-ci to docker
......................................................................

jobs/master: pass osmo-ci to docker

Let jobs such as the upcoming one for osmo-rp2040-firmware use the
known_hosts file from osmo-ci when uploading binaries. In other jobs
we've copied the known_hosts into the contrib/jenkins.sh file, but let's
try to have it in a central place at least for new jobs.

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

Approvals:
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved




diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 720c159..71ad3ac 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -42,6 +42,7 @@
               -i \
               -u build \
               -v $(readlink -f $SSH_AUTH_SOCK):/ssh-agent \
+              -v "$HOME/osmo-ci:/osmo-ci:ro" \
               -v "$PWD:/build" \
               -v "$HOME/.ssh:/home/build/.ssh:ro" \
     docker_run_ccache: |
@@ -68,6 +69,7 @@
               -i \
               -u build \
               -v $(readlink -f $SSH_AUTH_SOCK):/ssh-agent \
+              -v "$HOME/osmo-ci:/osmo-ci:ro" \
               -v "$PWD:/build" \
               -v "$HOME/.ssh:/home/build/.ssh:ro" \
               \

--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/40229?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: If5257e7f5e3e2f9e09c52fa558a63e34c276b9a6
Gerrit-Change-Number: 40229
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to