osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/40230?usp=email )
Change subject: jobs/master-builds: add osmo-rp2040-firmware
......................................................................
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(a)lists.osmocom.org
+ ssh:
+ -
binaries_ftp.osmocom.org
- simtrace:
repos_url: '{gitea_url}/sim-card/{repos}'
email: jenkins-notifications(a)lists.osmocom.org laforge(a)gnumonks.org
kredon(a)sysmocom.de
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/40230?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
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(a)sysmocom.de>