osmith has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/29/40229/1
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" \ \