osmith has uploaded this change for review.

View Change

jobs/master-builds: add osmo-rp2040-firmware

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

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/30/40230/1
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 71ad3ac..4b34eb2 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -80,6 +80,7 @@
docker_img_erlang: '$USER/debian-bookworm-erlang'
docker_img_android: 'registry.osmocom.org/osmocom-build/debian-bookworm-android'
docker_img_aram_applet: 'registry.osmocom.org/osmocom-build/debian-bookworm-aram-applet'
+ docker_img_rp2040: 'registry.osmocom.org/osmocom-build/debian-bookworm-rp2040'
timeout_cmd: '/usr/bin/timeout 30m'
cmd: '{docker_run_ccache} {docker_img} {timeout_cmd} /build/contrib/jenkins.sh'
trigger:
@@ -541,6 +542,14 @@
ssh:
- binaries_ftp.osmocom.org
- docs_ftp.osmocom.org
+ - osmo-rp2040-firmware:
+ cmd: |
+ docker pull {docker_img_rp2040}
+ {docker_run} \
+ {docker_img_rp2040} {timeout_cmd} contrib/jenkins.sh
+ email: jenkins-notifications@lists.osmocom.org
+ ssh:
+ - binaries_ftp.osmocom.org
- simtrace:
repos_url: '{gitea_url}/sim-card/{repos}'
email: jenkins-notifications@lists.osmocom.org laforge@gnumonks.org kredon@sysmocom.de

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

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