<matrixRun _class='hudson.matrix.MatrixRun'><action _class='hudson.matrix.MatrixChildParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>BRANCH</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>EMAIL_NOTIFICATIONS</name><value>jenkins-notifications@lists.osmocom.org</value></parameter></action><action></action><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "linux-shallow-clone" build number 70</shortDescription><upstreamBuild>70</upstreamBuild><upstreamProject>linux-shallow-clone</upstreamProject><upstreamUrl>job/linux-shallow-clone/</upstreamUrl></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>13107</buildingDurationMillis><executingTimeMillis>13107</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>0</waitingDurationMillis><waitingTimeMillis>0</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>70</buildNumber><marked><SHA1>087e365bff834c5ffe9322620f863e3dc27e3c68</SHA1><branch><SHA1>087e365bff834c5ffe9322620f863e3dc27e3c68</SHA1><name>origin/master</name></branch></marked><revision><SHA1>087e365bff834c5ffe9322620f863e3dc27e3c68</SHA1><branch><SHA1>087e365bff834c5ffe9322620f863e3dc27e3c68</SHA1><name>origin/master</name></branch></revision></originmaster><refsremotesoriginosmithwip _class='hudson.plugins.git.util.Build'><buildNumber>5</buildNumber><marked><SHA1>608a09dee86914bd87d58cc10ca29de95762aa37</SHA1><branch><SHA1>608a09dee86914bd87d58cc10ca29de95762aa37</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></marked><revision><SHA1>608a09dee86914bd87d58cc10ca29de95762aa37</SHA1><branch><SHA1>608a09dee86914bd87d58cc10ca29de95762aa37</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></revision></refsremotesoriginosmithwip></buildsByBranchName><lastBuiltRevision><SHA1>087e365bff834c5ffe9322620f863e3dc27e3c68</SHA1><branch><SHA1>087e365bff834c5ffe9322620f863e3dc27e3c68</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/osmo-ci</remoteUrl><scmName></scmName></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#70</displayName><duration>13107</duration><estimatedDuration>12911</estimatedDuration><fullDisplayName>linux-shallow-clone » build4-deb12build-ansible #70</fullDisplayName><id>70</id><inProgress>false</inProgress><keepLog>false</keepLog><number>70</number><queueId>88621</queueId><result>SUCCESS</result><timestamp>1776198000237</timestamp><url>https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/linux-shallow-clone/label=build4-deb12build-ansible/70/</url><builtOn>build4-deb12build-ansible</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/octsim_osmo-ccid-firmware.yml</affectedPath><commitId>42d5005d705167f38cb5387549211ad99340f503</commitId><timestamp>1776150671000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/octsim_osmo-ccid-firmware: add email param

Allow configuring the email notifications before starting a job, so no
notifications can be set while testing changes to the jenkins job. Add
jenkins-notifications@lists.osmocom.org while at it, as we have it with
almost all other jobs.

Change-Id: Ifcd580873479fc259119139d47447ba0e21b21f4
</comment><date>2026-04-14 09:11:11 +0200</date><id>42d5005d705167f38cb5387549211ad99340f503</id><msg>jobs/octsim_osmo-ccid-firmware: add email param</msg><path><editType>edit</editType><file>jobs/octsim_osmo-ccid-firmware.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/octsim_osmo-ccid-firmware.yml</affectedPath><commitId>ef69061f36bb989a5c3e5b3c126f8e161568cd84</commitId><timestamp>1776151205000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/octsim_osmo-ccid-firmware: don't use axis

There is only one node, so we can specify it directly instead of using a
build axis.

Change-Id: I552c8f1b244c8e8b0f902720698fbb6ba660fb72
</comment><date>2026-04-14 09:20:05 +0200</date><id>ef69061f36bb989a5c3e5b3c126f8e161568cd84</id><msg>jobs/octsim_osmo-ccid-firmware: don't use axis</msg><path><editType>edit</editType><file>jobs/octsim_osmo-ccid-firmware.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/octsim_osmo-ccid-firmware.yml</affectedPath><commitId>9571b31f4cb8d5b18a4090e8105b6633b8818458</commitId><timestamp>1776152052000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/octsim_osmo-ccid-firmware: various tweaks

* move name and desc up (in preparation to adding another job in the same file)
* remove "concurrent: false": the octsimtest node is already configured
  to only accept one job. if we had multiple octsimtest nodes, we
  wouldn't need this limitation of not running concurrently, so this
  isn't useful.
* remove options without effect (block-downstream, block-upstream,
  disabled, build-blocker, etc.)
* add "scm checkout" comment to retry-count as we have it in other files

Change-Id: If64787efbe4a1305cd60941b69e9416960d056a2
</comment><date>2026-04-14 09:34:12 +0200</date><id>9571b31f4cb8d5b18a4090e8105b6633b8818458</id><msg>jobs/octsim_osmo-ccid-firmware: various tweaks</msg><path><editType>edit</editType><file>jobs/octsim_osmo-ccid-firmware.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/README.md</affectedPath><affectedPath>jobs/octsim_osmo-ccid-firmware.yml</affectedPath><commitId>9407586f49d43f0470556a1bcb9ed23559cb05ef</commitId><timestamp>1776152429000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/octsim_osmo-ccid-firmware: remove timer

This job already gets triggered once a day from
master-osmo-ccid-firmware. Running it once a day like all other master
jobs should be enough, remove the timed trigger that caused it to run
twice a day.

Change-Id: Ia4fdb6d504c7a08cf258e82436627894602f7301
</comment><date>2026-04-14 09:40:29 +0200</date><id>9407586f49d43f0470556a1bcb9ed23559cb05ef</id><msg>jobs/octsim_osmo-ccid-firmware: remove timer</msg><path><editType>edit</editType><file>jobs/octsim_osmo-ccid-firmware.yml</file></path><path><editType>edit</editType><file>jobs/README.md</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/octsim_osmo-ccid-firmware.yml</affectedPath><commitId>139235c113d09efb052d1b891e9a6dfb98da5c8b</commitId><timestamp>1776156914000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/octsim_osmo-ccid-firmware: add branch param

Change-Id: I05321cd2c174060381e099aa49d5932f9cafdd28
</comment><date>2026-04-14 10:55:14 +0200</date><id>139235c113d09efb052d1b891e9a6dfb98da5c8b</id><msg>jobs/octsim_osmo-ccid-firmware: add branch param</msg><path><editType>edit</editType><file>jobs/octsim_osmo-ccid-firmware.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/octsim_osmo-ccid-firmware.yml</affectedPath><commitId>087e365bff834c5ffe9322620f863e3dc27e3c68</commitId><timestamp>1776159289000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/octsim_osmo-ccid-firmware: PYTHONUNBUFFERED=1

Ensure that the python output is getting displayed directly when running
in jenkins.

Change-Id: Iffe74b270f33286f394db1be03e6ce1953aff4bf
</comment><date>2026-04-14 11:34:49 +0200</date><id>087e365bff834c5ffe9322620f863e3dc27e3c68</id><msg>jobs/octsim_osmo-ccid-firmware: PYTHONUNBUFFERED=1</msg><path><editType>edit</editType><file>jobs/octsim_osmo-ccid-firmware.yml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></culprit></matrixRun>