<matrixBuild _class='hudson.matrix.MatrixBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='hudson.model.ParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_CI</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_DOCKER_PLAYGROUND</name><value>master</value></parameter></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>251281</buildingDurationMillis><executingTimeMillis>251281</executingTimeMillis><executorUtilization>1.0</executorUtilization><queuingDurationMillis>8657</queuingDurationMillis><queuingTimeMillis>8657</queuingTimeMillis><subTaskCount>0</subTaskCount><totalDurationMillis>259938</totalDurationMillis><waitingDurationMillis>8655</waitingDurationMillis><waitingTimeMillis>8655</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>3362</buildNumber><marked><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></marked><revision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></revision></originmaster><refsremotesoriginosmithwip _class='hudson.plugins.git.util.Build'><buildNumber>3080</buildNumber><marked><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></marked><revision><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></revision></refsremotesoriginosmithwip><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>1737</buildNumber><marked><SHA1>1f34184198d4ed07b30d8cdc96f6d0930843c5ed</SHA1><branch><SHA1>1f34184198d4ed07b30d8cdc96f6d0930843c5ed</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>1f34184198d4ed07b30d8cdc96f6d0930843c5ed</SHA1><branch><SHA1>1f34184198d4ed07b30d8cdc96f6d0930843c5ed</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/osmo-ci</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'><artifactsUrl>https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/3362/artifact</artifactsUrl><changesUrl>https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/changes</changesUrl><displayUrl>https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/3362/</displayUrl><testsUrl>https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/3362/testReport</testsUrl></action><building>false</building><displayName>#3362</displayName><duration>251281</duration><estimatedDuration>89302</estimatedDuration><fullDisplayName>update-osmo-ci-on-slaves #3362</fullDisplayName><id>3362</id><inProgress>false</inProgress><keepLog>false</keepLog><number>3362</number><queueId>93162</queueId><result>SUCCESS</result><timestamp>1776679749072</timestamp><url>https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/3362/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><commitId>4c392b9ebde0cca565c8990570c9ed01c608b620</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: archive osmo-ccid-firmware artifacts

Prepare to use the built firmware in a new hwtest job.

Related: SYS#7963
Change-Id: Ib220f708725e502724ef0375130e7db77c6e91fa
</comment><date>2026-04-20 10:05:00 +0000</date><id>4c392b9ebde0cca565c8990570c9ed01c608b620</id><msg>jobs/gerrit: archive osmo-ccid-firmware artifacts</msg><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>scripts/jenkins-gerrit/artifacts_download.py</affectedPath><commitId>e72673de6dcdf5181a72bac60ff863cb60203f3d</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jenkins-gerrit/artifacts_download: new script

Add a script for downloading artifacts from the build job in a gerrit
pipeline, so it can be used in the hwtest job job.

pipeline: &lt;--- URL to the pipeline is passed to all jobs
  parallel:
    sequential:
      build  &lt;--- artifacts are here
      hwtest &lt;--- will call the new script with the pipeline URL
    lint
    binpkgs
    ...

Related: SYS#7963
Change-Id: Ia96951d62b464b2e0b80f8e555cb77e5b9e52f78
</comment><date>2026-04-20 10:05:00 +0000</date><id>e72673de6dcdf5181a72bac60ff863cb60203f3d</id><msg>jenkins-gerrit/artifacts_download: new script</msg><path><editType>add</editType><file>scripts/jenkins-gerrit/artifacts_download.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</affectedPath><commitId>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit-osmo-ccid-firmware-hwtest: new job

Add a new test that flashes the firmware from the previous build job and
runs tests against it. Tests are intentionally from the master branch
for security reasons.

Related: SYS#7963
Depends: osmo-ccid-firmware I9445d6d5e4723bf6a87d4bffcdc638560471328b
Change-Id: I736b2b194813e6edff0197145fe08168c3e66903
</comment><date>2026-04-20 10:05:00 +0000</date><id>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</id><msg>jobs/gerrit-osmo-ccid-firmware-hwtest: new job</msg><path><editType>add</editType><file>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><affectedPath>scripts/jenkins-gerrit/comment_generate.py</affectedPath><commitId>986c2648562477f43c0ccca26adf9532564c9b54</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: run osmo-ccid-firmware-hwtest

Related: SYS#7963
Change-Id: I438239f65f4b52fb5c77654b366b3c3254fcb44f
</comment><date>2026-04-20 10:05:00 +0000</date><id>986c2648562477f43c0ccca26adf9532564c9b54</id><msg>jobs/gerrit: run osmo-ccid-firmware-hwtest</msg><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path><path><editType>edit</editType><file>scripts/jenkins-gerrit/comment_generate.py</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><description></description><fullName>Oliver Smith</fullName><id>osmith</id></culprit><run><action _class='hudson.matrix.MatrixChildParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_CI</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_DOCKER_PLAYGROUND</name><value>master</value></parameter></action><action></action><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "update-osmo-ci-on-slaves" build number 3,362</shortDescription><upstreamBuild>3362</upstreamBuild><upstreamProject>update-osmo-ci-on-slaves</upstreamProject><upstreamUrl>job/update-osmo-ci-on-slaves/</upstreamUrl></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>1</buildableDurationMillis><buildableTimeMillis>1</buildableTimeMillis><buildingDurationMillis>17993</buildingDurationMillis><executingTimeMillis>17993</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>10</waitingDurationMillis><waitingTimeMillis>10</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>3362</buildNumber><marked><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></marked><revision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></revision></originmaster><refsremotesoriginosmithwip _class='hudson.plugins.git.util.Build'><buildNumber>3080</buildNumber><marked><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></marked><revision><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></revision></refsremotesoriginosmithwip></buildsByBranchName><lastBuiltRevision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/osmo-ci</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#3362</displayName><duration>17993</duration><estimatedDuration>9456</estimatedDuration><fullDisplayName>update-osmo-ci-on-slaves » build4-deb12build-ansible #3362</fullDisplayName><id>3362</id><inProgress>false</inProgress><keepLog>false</keepLog><number>3362</number><queueId>93170</queueId><result>SUCCESS</result><timestamp>1776679749072</timestamp><url>https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build4-deb12build-ansible/3362/</url><builtOn>build4-deb12build-ansible</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><commitId>4c392b9ebde0cca565c8990570c9ed01c608b620</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: archive osmo-ccid-firmware artifacts

Prepare to use the built firmware in a new hwtest job.

Related: SYS#7963
Change-Id: Ib220f708725e502724ef0375130e7db77c6e91fa
</comment><date>2026-04-20 10:05:00 +0000</date><id>4c392b9ebde0cca565c8990570c9ed01c608b620</id><msg>jobs/gerrit: archive osmo-ccid-firmware artifacts</msg><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>scripts/jenkins-gerrit/artifacts_download.py</affectedPath><commitId>e72673de6dcdf5181a72bac60ff863cb60203f3d</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jenkins-gerrit/artifacts_download: new script

Add a script for downloading artifacts from the build job in a gerrit
pipeline, so it can be used in the hwtest job job.

pipeline: &lt;--- URL to the pipeline is passed to all jobs
  parallel:
    sequential:
      build  &lt;--- artifacts are here
      hwtest &lt;--- will call the new script with the pipeline URL
    lint
    binpkgs
    ...

Related: SYS#7963
Change-Id: Ia96951d62b464b2e0b80f8e555cb77e5b9e52f78
</comment><date>2026-04-20 10:05:00 +0000</date><id>e72673de6dcdf5181a72bac60ff863cb60203f3d</id><msg>jenkins-gerrit/artifacts_download: new script</msg><path><editType>add</editType><file>scripts/jenkins-gerrit/artifacts_download.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</affectedPath><commitId>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit-osmo-ccid-firmware-hwtest: new job

Add a new test that flashes the firmware from the previous build job and
runs tests against it. Tests are intentionally from the master branch
for security reasons.

Related: SYS#7963
Depends: osmo-ccid-firmware I9445d6d5e4723bf6a87d4bffcdc638560471328b
Change-Id: I736b2b194813e6edff0197145fe08168c3e66903
</comment><date>2026-04-20 10:05:00 +0000</date><id>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</id><msg>jobs/gerrit-osmo-ccid-firmware-hwtest: new job</msg><path><editType>add</editType><file>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><affectedPath>scripts/jenkins-gerrit/comment_generate.py</affectedPath><commitId>986c2648562477f43c0ccca26adf9532564c9b54</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: run osmo-ccid-firmware-hwtest

Related: SYS#7963
Change-Id: I438239f65f4b52fb5c77654b366b3c3254fcb44f
</comment><date>2026-04-20 10:05:00 +0000</date><id>986c2648562477f43c0ccca26adf9532564c9b54</id><msg>jobs/gerrit: run osmo-ccid-firmware-hwtest</msg><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path><path><editType>edit</editType><file>scripts/jenkins-gerrit/comment_generate.py</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></culprit></run><run><action _class='hudson.matrix.MatrixChildParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_CI</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_DOCKER_PLAYGROUND</name><value>master</value></parameter></action><action></action><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "update-osmo-ci-on-slaves" build number 3,362</shortDescription><upstreamBuild>3362</upstreamBuild><upstreamProject>update-osmo-ci-on-slaves</upstreamProject><upstreamUrl>job/update-osmo-ci-on-slaves/</upstreamUrl></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>2</buildableDurationMillis><buildableTimeMillis>2</buildableTimeMillis><buildingDurationMillis>17914</buildingDurationMillis><executingTimeMillis>17914</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>1</waitingDurationMillis><waitingTimeMillis>1</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>3362</buildNumber><marked><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></marked><revision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></revision></originmaster><refsremotesoriginosmithwip _class='hudson.plugins.git.util.Build'><buildNumber>3080</buildNumber><marked><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></marked><revision><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></revision></refsremotesoriginosmithwip></buildsByBranchName><lastBuiltRevision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/osmo-ci</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#3362</displayName><duration>17914</duration><estimatedDuration>8963</estimatedDuration><fullDisplayName>update-osmo-ci-on-slaves » build5-deb12build-ansible #3362</fullDisplayName><id>3362</id><inProgress>false</inProgress><keepLog>false</keepLog><number>3362</number><queueId>93164</queueId><result>SUCCESS</result><timestamp>1776679749072</timestamp><url>https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build5-deb12build-ansible/3362/</url><builtOn>build5-deb12build-ansible</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><commitId>4c392b9ebde0cca565c8990570c9ed01c608b620</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: archive osmo-ccid-firmware artifacts

Prepare to use the built firmware in a new hwtest job.

Related: SYS#7963
Change-Id: Ib220f708725e502724ef0375130e7db77c6e91fa
</comment><date>2026-04-20 10:05:00 +0000</date><id>4c392b9ebde0cca565c8990570c9ed01c608b620</id><msg>jobs/gerrit: archive osmo-ccid-firmware artifacts</msg><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>scripts/jenkins-gerrit/artifacts_download.py</affectedPath><commitId>e72673de6dcdf5181a72bac60ff863cb60203f3d</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jenkins-gerrit/artifacts_download: new script

Add a script for downloading artifacts from the build job in a gerrit
pipeline, so it can be used in the hwtest job job.

pipeline: &lt;--- URL to the pipeline is passed to all jobs
  parallel:
    sequential:
      build  &lt;--- artifacts are here
      hwtest &lt;--- will call the new script with the pipeline URL
    lint
    binpkgs
    ...

Related: SYS#7963
Change-Id: Ia96951d62b464b2e0b80f8e555cb77e5b9e52f78
</comment><date>2026-04-20 10:05:00 +0000</date><id>e72673de6dcdf5181a72bac60ff863cb60203f3d</id><msg>jenkins-gerrit/artifacts_download: new script</msg><path><editType>add</editType><file>scripts/jenkins-gerrit/artifacts_download.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</affectedPath><commitId>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit-osmo-ccid-firmware-hwtest: new job

Add a new test that flashes the firmware from the previous build job and
runs tests against it. Tests are intentionally from the master branch
for security reasons.

Related: SYS#7963
Depends: osmo-ccid-firmware I9445d6d5e4723bf6a87d4bffcdc638560471328b
Change-Id: I736b2b194813e6edff0197145fe08168c3e66903
</comment><date>2026-04-20 10:05:00 +0000</date><id>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</id><msg>jobs/gerrit-osmo-ccid-firmware-hwtest: new job</msg><path><editType>add</editType><file>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><affectedPath>scripts/jenkins-gerrit/comment_generate.py</affectedPath><commitId>986c2648562477f43c0ccca26adf9532564c9b54</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: run osmo-ccid-firmware-hwtest

Related: SYS#7963
Change-Id: I438239f65f4b52fb5c77654b366b3c3254fcb44f
</comment><date>2026-04-20 10:05:00 +0000</date><id>986c2648562477f43c0ccca26adf9532564c9b54</id><msg>jobs/gerrit: run osmo-ccid-firmware-hwtest</msg><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path><path><editType>edit</editType><file>scripts/jenkins-gerrit/comment_generate.py</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></culprit></run><run><action _class='hudson.matrix.MatrixChildParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_CI</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_DOCKER_PLAYGROUND</name><value>master</value></parameter></action><action></action><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "update-osmo-ci-on-slaves" build number 3,362</shortDescription><upstreamBuild>3362</upstreamBuild><upstreamProject>update-osmo-ci-on-slaves</upstreamProject><upstreamUrl>job/update-osmo-ci-on-slaves/</upstreamUrl></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>5205</buildingDurationMillis><executingTimeMillis>5205</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>3362</buildNumber><marked><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></marked><revision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></revision></originmaster><refsremotesoriginosmithwip _class='hudson.plugins.git.util.Build'><buildNumber>3080</buildNumber><marked><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></marked><revision><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></revision></refsremotesoriginosmithwip><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>1737</buildNumber><marked><SHA1>1f34184198d4ed07b30d8cdc96f6d0930843c5ed</SHA1><branch><SHA1>1f34184198d4ed07b30d8cdc96f6d0930843c5ed</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>1f34184198d4ed07b30d8cdc96f6d0930843c5ed</SHA1><branch><SHA1>1f34184198d4ed07b30d8cdc96f6d0930843c5ed</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/osmo-ci</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#3362</displayName><duration>5205</duration><estimatedDuration>3951</estimatedDuration><fullDisplayName>update-osmo-ci-on-slaves » gtp0-deb10fr #3362</fullDisplayName><id>3362</id><inProgress>false</inProgress><keepLog>false</keepLog><number>3362</number><queueId>93169</queueId><result>SUCCESS</result><timestamp>1776679749072</timestamp><url>https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=gtp0-deb10fr/3362/</url><builtOn>gtp0-deb10fr</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><commitId>4c392b9ebde0cca565c8990570c9ed01c608b620</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: archive osmo-ccid-firmware artifacts

Prepare to use the built firmware in a new hwtest job.

Related: SYS#7963
Change-Id: Ib220f708725e502724ef0375130e7db77c6e91fa
</comment><date>2026-04-20 10:05:00 +0000</date><id>4c392b9ebde0cca565c8990570c9ed01c608b620</id><msg>jobs/gerrit: archive osmo-ccid-firmware artifacts</msg><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>scripts/jenkins-gerrit/artifacts_download.py</affectedPath><commitId>e72673de6dcdf5181a72bac60ff863cb60203f3d</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jenkins-gerrit/artifacts_download: new script

Add a script for downloading artifacts from the build job in a gerrit
pipeline, so it can be used in the hwtest job job.

pipeline: &lt;--- URL to the pipeline is passed to all jobs
  parallel:
    sequential:
      build  &lt;--- artifacts are here
      hwtest &lt;--- will call the new script with the pipeline URL
    lint
    binpkgs
    ...

Related: SYS#7963
Change-Id: Ia96951d62b464b2e0b80f8e555cb77e5b9e52f78
</comment><date>2026-04-20 10:05:00 +0000</date><id>e72673de6dcdf5181a72bac60ff863cb60203f3d</id><msg>jenkins-gerrit/artifacts_download: new script</msg><path><editType>add</editType><file>scripts/jenkins-gerrit/artifacts_download.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</affectedPath><commitId>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit-osmo-ccid-firmware-hwtest: new job

Add a new test that flashes the firmware from the previous build job and
runs tests against it. Tests are intentionally from the master branch
for security reasons.

Related: SYS#7963
Depends: osmo-ccid-firmware I9445d6d5e4723bf6a87d4bffcdc638560471328b
Change-Id: I736b2b194813e6edff0197145fe08168c3e66903
</comment><date>2026-04-20 10:05:00 +0000</date><id>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</id><msg>jobs/gerrit-osmo-ccid-firmware-hwtest: new job</msg><path><editType>add</editType><file>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><affectedPath>scripts/jenkins-gerrit/comment_generate.py</affectedPath><commitId>986c2648562477f43c0ccca26adf9532564c9b54</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: run osmo-ccid-firmware-hwtest

Related: SYS#7963
Change-Id: I438239f65f4b52fb5c77654b366b3c3254fcb44f
</comment><date>2026-04-20 10:05:00 +0000</date><id>986c2648562477f43c0ccca26adf9532564c9b54</id><msg>jobs/gerrit: run osmo-ccid-firmware-hwtest</msg><path><editType>edit</editType><file>scripts/jenkins-gerrit/comment_generate.py</file></path><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></culprit></run><run><action _class='hudson.matrix.MatrixChildParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_CI</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_DOCKER_PLAYGROUND</name><value>master</value></parameter></action><action></action><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "update-osmo-ci-on-slaves" build number 3,358</shortDescription><upstreamBuild>3358</upstreamBuild><upstreamProject>update-osmo-ci-on-slaves</upstreamProject><upstreamUrl>job/update-osmo-ci-on-slaves/</upstreamUrl></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>3</buildableDurationMillis><buildableTimeMillis>3</buildableTimeMillis><buildingDurationMillis>34256</buildingDurationMillis><executingTimeMillis>34256</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>3358</buildNumber><marked><SHA1>22720c0abc8cfa271808176c0c44ae3b4ef8809d</SHA1><branch><SHA1>22720c0abc8cfa271808176c0c44ae3b4ef8809d</SHA1><name>origin/master</name></branch></marked><revision><SHA1>22720c0abc8cfa271808176c0c44ae3b4ef8809d</SHA1><branch><SHA1>22720c0abc8cfa271808176c0c44ae3b4ef8809d</SHA1><name>origin/master</name></branch></revision></originmaster><refsremotesoriginosmithwip _class='hudson.plugins.git.util.Build'><buildNumber>3080</buildNumber><marked><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></marked><revision><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></revision></refsremotesoriginosmithwip></buildsByBranchName><lastBuiltRevision><SHA1>22720c0abc8cfa271808176c0c44ae3b4ef8809d</SHA1><branch><SHA1>22720c0abc8cfa271808176c0c44ae3b4ef8809d</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/osmo-ci</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#3358</displayName><duration>34256</duration><estimatedDuration>37307</estimatedDuration><fullDisplayName>update-osmo-ci-on-slaves » lx2-raspbian12build-ansible #3358</fullDisplayName><id>3358</id><inProgress>false</inProgress><keepLog>false</keepLog><number>3358</number><queueId>90116</queueId><result>SUCCESS</result><timestamp>1776342540243</timestamp><url>https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=lx2-raspbian12build-ansible/3358/</url><builtOn>lx2-raspbian12build-ansible</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><kind>git</kind></changeSet></run><run><action _class='hudson.matrix.MatrixChildParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_CI</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_DOCKER_PLAYGROUND</name><value>master</value></parameter></action><action></action><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "update-osmo-ci-on-slaves" build number 3,362</shortDescription><upstreamBuild>3362</upstreamBuild><upstreamProject>update-osmo-ci-on-slaves</upstreamProject><upstreamUrl>job/update-osmo-ci-on-slaves/</upstreamUrl></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>1</buildableDurationMillis><buildableTimeMillis>1</buildableTimeMillis><buildingDurationMillis>36259</buildingDurationMillis><executingTimeMillis>36259</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>3362</buildNumber><marked><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></marked><revision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></revision></originmaster></buildsByBranchName><lastBuiltRevision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/osmo-ci</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#3362</displayName><duration>36259</duration><estimatedDuration>21413</estimatedDuration><fullDisplayName>update-osmo-ci-on-slaves » lx2-raspbian13build-ansible #3362</fullDisplayName><id>3362</id><inProgress>false</inProgress><keepLog>false</keepLog><number>3362</number><queueId>93165</queueId><result>SUCCESS</result><timestamp>1776679749072</timestamp><url>https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=lx2-raspbian13build-ansible/3362/</url><builtOn>lx2-raspbian13build-ansible</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><commitId>4c392b9ebde0cca565c8990570c9ed01c608b620</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: archive osmo-ccid-firmware artifacts

Prepare to use the built firmware in a new hwtest job.

Related: SYS#7963
Change-Id: Ib220f708725e502724ef0375130e7db77c6e91fa
</comment><date>2026-04-20 10:05:00 +0000</date><id>4c392b9ebde0cca565c8990570c9ed01c608b620</id><msg>jobs/gerrit: archive osmo-ccid-firmware artifacts</msg><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>scripts/jenkins-gerrit/artifacts_download.py</affectedPath><commitId>e72673de6dcdf5181a72bac60ff863cb60203f3d</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jenkins-gerrit/artifacts_download: new script

Add a script for downloading artifacts from the build job in a gerrit
pipeline, so it can be used in the hwtest job job.

pipeline: &lt;--- URL to the pipeline is passed to all jobs
  parallel:
    sequential:
      build  &lt;--- artifacts are here
      hwtest &lt;--- will call the new script with the pipeline URL
    lint
    binpkgs
    ...

Related: SYS#7963
Change-Id: Ia96951d62b464b2e0b80f8e555cb77e5b9e52f78
</comment><date>2026-04-20 10:05:00 +0000</date><id>e72673de6dcdf5181a72bac60ff863cb60203f3d</id><msg>jenkins-gerrit/artifacts_download: new script</msg><path><editType>add</editType><file>scripts/jenkins-gerrit/artifacts_download.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</affectedPath><commitId>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit-osmo-ccid-firmware-hwtest: new job

Add a new test that flashes the firmware from the previous build job and
runs tests against it. Tests are intentionally from the master branch
for security reasons.

Related: SYS#7963
Depends: osmo-ccid-firmware I9445d6d5e4723bf6a87d4bffcdc638560471328b
Change-Id: I736b2b194813e6edff0197145fe08168c3e66903
</comment><date>2026-04-20 10:05:00 +0000</date><id>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</id><msg>jobs/gerrit-osmo-ccid-firmware-hwtest: new job</msg><path><editType>add</editType><file>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><affectedPath>scripts/jenkins-gerrit/comment_generate.py</affectedPath><commitId>986c2648562477f43c0ccca26adf9532564c9b54</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: run osmo-ccid-firmware-hwtest

Related: SYS#7963
Change-Id: I438239f65f4b52fb5c77654b366b3c3254fcb44f
</comment><date>2026-04-20 10:05:00 +0000</date><id>986c2648562477f43c0ccca26adf9532564c9b54</id><msg>jobs/gerrit: run osmo-ccid-firmware-hwtest</msg><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path><path><editType>edit</editType><file>scripts/jenkins-gerrit/comment_generate.py</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></culprit></run><run><action _class='hudson.matrix.MatrixChildParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_CI</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_DOCKER_PLAYGROUND</name><value>master</value></parameter></action><action></action><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "update-osmo-ci-on-slaves" build number 3,362</shortDescription><upstreamBuild>3362</upstreamBuild><upstreamProject>update-osmo-ci-on-slaves</upstreamProject><upstreamUrl>job/update-osmo-ci-on-slaves/</upstreamUrl></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>1</buildableDurationMillis><buildableTimeMillis>1</buildableTimeMillis><buildingDurationMillis>249688</buildingDurationMillis><executingTimeMillis>249688</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>20</waitingDurationMillis><waitingTimeMillis>20</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>3362</buildNumber><marked><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></marked><revision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></revision></originmaster><refsremotesoriginosmithwip _class='hudson.plugins.git.util.Build'><buildNumber>3080</buildNumber><marked><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></marked><revision><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></revision></refsremotesoriginosmithwip></buildsByBranchName><lastBuiltRevision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/osmo-ci</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#3362</displayName><duration>249688</duration><estimatedDuration>87220</estimatedDuration><fullDisplayName>update-osmo-ci-on-slaves » rpi4-raspbian12build-ansible-1 #3362</fullDisplayName><id>3362</id><inProgress>false</inProgress><keepLog>false</keepLog><number>3362</number><queueId>93167</queueId><result>SUCCESS</result><timestamp>1776679749072</timestamp><url>https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-1/3362/</url><builtOn>rpi4-raspbian12build-ansible-1</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><commitId>4c392b9ebde0cca565c8990570c9ed01c608b620</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: archive osmo-ccid-firmware artifacts

Prepare to use the built firmware in a new hwtest job.

Related: SYS#7963
Change-Id: Ib220f708725e502724ef0375130e7db77c6e91fa
</comment><date>2026-04-20 10:05:00 +0000</date><id>4c392b9ebde0cca565c8990570c9ed01c608b620</id><msg>jobs/gerrit: archive osmo-ccid-firmware artifacts</msg><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>scripts/jenkins-gerrit/artifacts_download.py</affectedPath><commitId>e72673de6dcdf5181a72bac60ff863cb60203f3d</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jenkins-gerrit/artifacts_download: new script

Add a script for downloading artifacts from the build job in a gerrit
pipeline, so it can be used in the hwtest job job.

pipeline: &lt;--- URL to the pipeline is passed to all jobs
  parallel:
    sequential:
      build  &lt;--- artifacts are here
      hwtest &lt;--- will call the new script with the pipeline URL
    lint
    binpkgs
    ...

Related: SYS#7963
Change-Id: Ia96951d62b464b2e0b80f8e555cb77e5b9e52f78
</comment><date>2026-04-20 10:05:00 +0000</date><id>e72673de6dcdf5181a72bac60ff863cb60203f3d</id><msg>jenkins-gerrit/artifacts_download: new script</msg><path><editType>add</editType><file>scripts/jenkins-gerrit/artifacts_download.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</affectedPath><commitId>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit-osmo-ccid-firmware-hwtest: new job

Add a new test that flashes the firmware from the previous build job and
runs tests against it. Tests are intentionally from the master branch
for security reasons.

Related: SYS#7963
Depends: osmo-ccid-firmware I9445d6d5e4723bf6a87d4bffcdc638560471328b
Change-Id: I736b2b194813e6edff0197145fe08168c3e66903
</comment><date>2026-04-20 10:05:00 +0000</date><id>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</id><msg>jobs/gerrit-osmo-ccid-firmware-hwtest: new job</msg><path><editType>add</editType><file>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><affectedPath>scripts/jenkins-gerrit/comment_generate.py</affectedPath><commitId>986c2648562477f43c0ccca26adf9532564c9b54</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: run osmo-ccid-firmware-hwtest

Related: SYS#7963
Change-Id: I438239f65f4b52fb5c77654b366b3c3254fcb44f
</comment><date>2026-04-20 10:05:00 +0000</date><id>986c2648562477f43c0ccca26adf9532564c9b54</id><msg>jobs/gerrit: run osmo-ccid-firmware-hwtest</msg><path><editType>edit</editType><file>scripts/jenkins-gerrit/comment_generate.py</file></path><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></culprit></run><run><action _class='hudson.matrix.MatrixChildParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_CI</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_DOCKER_PLAYGROUND</name><value>master</value></parameter></action><action></action><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "update-osmo-ci-on-slaves" build number 3,362</shortDescription><upstreamBuild>3362</upstreamBuild><upstreamProject>update-osmo-ci-on-slaves</upstreamProject><upstreamUrl>job/update-osmo-ci-on-slaves/</upstreamUrl></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>1</buildableDurationMillis><buildableTimeMillis>1</buildableTimeMillis><buildingDurationMillis>100322</buildingDurationMillis><executingTimeMillis>100322</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>15</waitingDurationMillis><waitingTimeMillis>15</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>3362</buildNumber><marked><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></marked><revision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></revision></originmaster><refsremotesoriginosmithwip _class='hudson.plugins.git.util.Build'><buildNumber>3080</buildNumber><marked><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></marked><revision><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></revision></refsremotesoriginosmithwip></buildsByBranchName><lastBuiltRevision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/osmo-ci</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#3362</displayName><duration>100322</duration><estimatedDuration>43134</estimatedDuration><fullDisplayName>update-osmo-ci-on-slaves » rpi4-raspbian12build-ansible-2 #3362</fullDisplayName><id>3362</id><inProgress>false</inProgress><keepLog>false</keepLog><number>3362</number><queueId>93168</queueId><result>SUCCESS</result><timestamp>1776679749072</timestamp><url>https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-2/3362/</url><builtOn>rpi4-raspbian12build-ansible-2</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><commitId>4c392b9ebde0cca565c8990570c9ed01c608b620</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: archive osmo-ccid-firmware artifacts

Prepare to use the built firmware in a new hwtest job.

Related: SYS#7963
Change-Id: Ib220f708725e502724ef0375130e7db77c6e91fa
</comment><date>2026-04-20 10:05:00 +0000</date><id>4c392b9ebde0cca565c8990570c9ed01c608b620</id><msg>jobs/gerrit: archive osmo-ccid-firmware artifacts</msg><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>scripts/jenkins-gerrit/artifacts_download.py</affectedPath><commitId>e72673de6dcdf5181a72bac60ff863cb60203f3d</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jenkins-gerrit/artifacts_download: new script

Add a script for downloading artifacts from the build job in a gerrit
pipeline, so it can be used in the hwtest job job.

pipeline: &lt;--- URL to the pipeline is passed to all jobs
  parallel:
    sequential:
      build  &lt;--- artifacts are here
      hwtest &lt;--- will call the new script with the pipeline URL
    lint
    binpkgs
    ...

Related: SYS#7963
Change-Id: Ia96951d62b464b2e0b80f8e555cb77e5b9e52f78
</comment><date>2026-04-20 10:05:00 +0000</date><id>e72673de6dcdf5181a72bac60ff863cb60203f3d</id><msg>jenkins-gerrit/artifacts_download: new script</msg><path><editType>add</editType><file>scripts/jenkins-gerrit/artifacts_download.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</affectedPath><commitId>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit-osmo-ccid-firmware-hwtest: new job

Add a new test that flashes the firmware from the previous build job and
runs tests against it. Tests are intentionally from the master branch
for security reasons.

Related: SYS#7963
Depends: osmo-ccid-firmware I9445d6d5e4723bf6a87d4bffcdc638560471328b
Change-Id: I736b2b194813e6edff0197145fe08168c3e66903
</comment><date>2026-04-20 10:05:00 +0000</date><id>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</id><msg>jobs/gerrit-osmo-ccid-firmware-hwtest: new job</msg><path><editType>add</editType><file>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><affectedPath>scripts/jenkins-gerrit/comment_generate.py</affectedPath><commitId>986c2648562477f43c0ccca26adf9532564c9b54</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: run osmo-ccid-firmware-hwtest

Related: SYS#7963
Change-Id: I438239f65f4b52fb5c77654b366b3c3254fcb44f
</comment><date>2026-04-20 10:05:00 +0000</date><id>986c2648562477f43c0ccca26adf9532564c9b54</id><msg>jobs/gerrit: run osmo-ccid-firmware-hwtest</msg><path><editType>edit</editType><file>scripts/jenkins-gerrit/comment_generate.py</file></path><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></culprit></run><run><action _class='hudson.matrix.MatrixChildParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_CI</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_DOCKER_PLAYGROUND</name><value>master</value></parameter></action><action></action><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "update-osmo-ci-on-slaves" build number 3,362</shortDescription><upstreamBuild>3362</upstreamBuild><upstreamProject>update-osmo-ci-on-slaves</upstreamProject><upstreamUrl>job/update-osmo-ci-on-slaves/</upstreamUrl></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>52128</buildingDurationMillis><executingTimeMillis>52128</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>3362</buildNumber><marked><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></marked><revision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></revision></originmaster><refsremotesoriginosmithwip _class='hudson.plugins.git.util.Build'><buildNumber>3080</buildNumber><marked><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></marked><revision><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></revision></refsremotesoriginosmithwip></buildsByBranchName><lastBuiltRevision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/osmo-ci</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#3362</displayName><duration>52128</duration><estimatedDuration>29959</estimatedDuration><fullDisplayName>update-osmo-ci-on-slaves » rpi4-raspbian12build-ansible-3 #3362</fullDisplayName><id>3362</id><inProgress>false</inProgress><keepLog>false</keepLog><number>3362</number><queueId>93166</queueId><result>SUCCESS</result><timestamp>1776679749072</timestamp><url>https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-3/3362/</url><builtOn>rpi4-raspbian12build-ansible-3</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><commitId>4c392b9ebde0cca565c8990570c9ed01c608b620</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: archive osmo-ccid-firmware artifacts

Prepare to use the built firmware in a new hwtest job.

Related: SYS#7963
Change-Id: Ib220f708725e502724ef0375130e7db77c6e91fa
</comment><date>2026-04-20 10:05:00 +0000</date><id>4c392b9ebde0cca565c8990570c9ed01c608b620</id><msg>jobs/gerrit: archive osmo-ccid-firmware artifacts</msg><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>scripts/jenkins-gerrit/artifacts_download.py</affectedPath><commitId>e72673de6dcdf5181a72bac60ff863cb60203f3d</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jenkins-gerrit/artifacts_download: new script

Add a script for downloading artifacts from the build job in a gerrit
pipeline, so it can be used in the hwtest job job.

pipeline: &lt;--- URL to the pipeline is passed to all jobs
  parallel:
    sequential:
      build  &lt;--- artifacts are here
      hwtest &lt;--- will call the new script with the pipeline URL
    lint
    binpkgs
    ...

Related: SYS#7963
Change-Id: Ia96951d62b464b2e0b80f8e555cb77e5b9e52f78
</comment><date>2026-04-20 10:05:00 +0000</date><id>e72673de6dcdf5181a72bac60ff863cb60203f3d</id><msg>jenkins-gerrit/artifacts_download: new script</msg><path><editType>add</editType><file>scripts/jenkins-gerrit/artifacts_download.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</affectedPath><commitId>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit-osmo-ccid-firmware-hwtest: new job

Add a new test that flashes the firmware from the previous build job and
runs tests against it. Tests are intentionally from the master branch
for security reasons.

Related: SYS#7963
Depends: osmo-ccid-firmware I9445d6d5e4723bf6a87d4bffcdc638560471328b
Change-Id: I736b2b194813e6edff0197145fe08168c3e66903
</comment><date>2026-04-20 10:05:00 +0000</date><id>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</id><msg>jobs/gerrit-osmo-ccid-firmware-hwtest: new job</msg><path><editType>add</editType><file>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><affectedPath>scripts/jenkins-gerrit/comment_generate.py</affectedPath><commitId>986c2648562477f43c0ccca26adf9532564c9b54</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: run osmo-ccid-firmware-hwtest

Related: SYS#7963
Change-Id: I438239f65f4b52fb5c77654b366b3c3254fcb44f
</comment><date>2026-04-20 10:05:00 +0000</date><id>986c2648562477f43c0ccca26adf9532564c9b54</id><msg>jobs/gerrit: run osmo-ccid-firmware-hwtest</msg><path><editType>edit</editType><file>scripts/jenkins-gerrit/comment_generate.py</file></path><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></culprit></run><run><action _class='hudson.matrix.MatrixChildParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_CI</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>OSMO_BRANCH_DOCKER_PLAYGROUND</name><value>master</value></parameter></action><action></action><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "update-osmo-ci-on-slaves" build number 3,362</shortDescription><upstreamBuild>3362</upstreamBuild><upstreamProject>update-osmo-ci-on-slaves</upstreamProject><upstreamUrl>job/update-osmo-ci-on-slaves/</upstreamUrl></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>1</buildableDurationMillis><buildableTimeMillis>1</buildableTimeMillis><buildingDurationMillis>8937</buildingDurationMillis><executingTimeMillis>8937</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>3362</buildNumber><marked><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></marked><revision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></revision></originmaster><refsremotesoriginosmithwip _class='hudson.plugins.git.util.Build'><buildNumber>3080</buildNumber><marked><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></marked><revision><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><branch><SHA1>15a6a0248248eff25d376c44fd8da52e9e931562</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></revision></refsremotesoriginosmithwip><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>1737</buildNumber><marked><SHA1>1f34184198d4ed07b30d8cdc96f6d0930843c5ed</SHA1><branch><SHA1>1f34184198d4ed07b30d8cdc96f6d0930843c5ed</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>1f34184198d4ed07b30d8cdc96f6d0930843c5ed</SHA1><branch><SHA1>1f34184198d4ed07b30d8cdc96f6d0930843c5ed</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><branch><SHA1>986c2648562477f43c0ccca26adf9532564c9b54</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/osmo-ci</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#3362</displayName><duration>8937</duration><estimatedDuration>8342</estimatedDuration><fullDisplayName>update-osmo-ci-on-slaves » simtester #3362</fullDisplayName><id>3362</id><inProgress>false</inProgress><keepLog>false</keepLog><number>3362</number><queueId>93163</queueId><result>SUCCESS</result><timestamp>1776679749072</timestamp><url>https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=simtester/3362/</url><builtOn>simtester</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><commitId>4c392b9ebde0cca565c8990570c9ed01c608b620</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: archive osmo-ccid-firmware artifacts

Prepare to use the built firmware in a new hwtest job.

Related: SYS#7963
Change-Id: Ib220f708725e502724ef0375130e7db77c6e91fa
</comment><date>2026-04-20 10:05:00 +0000</date><id>4c392b9ebde0cca565c8990570c9ed01c608b620</id><msg>jobs/gerrit: archive osmo-ccid-firmware artifacts</msg><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>scripts/jenkins-gerrit/artifacts_download.py</affectedPath><commitId>e72673de6dcdf5181a72bac60ff863cb60203f3d</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jenkins-gerrit/artifacts_download: new script

Add a script for downloading artifacts from the build job in a gerrit
pipeline, so it can be used in the hwtest job job.

pipeline: &lt;--- URL to the pipeline is passed to all jobs
  parallel:
    sequential:
      build  &lt;--- artifacts are here
      hwtest &lt;--- will call the new script with the pipeline URL
    lint
    binpkgs
    ...

Related: SYS#7963
Change-Id: Ia96951d62b464b2e0b80f8e555cb77e5b9e52f78
</comment><date>2026-04-20 10:05:00 +0000</date><id>e72673de6dcdf5181a72bac60ff863cb60203f3d</id><msg>jenkins-gerrit/artifacts_download: new script</msg><path><editType>add</editType><file>scripts/jenkins-gerrit/artifacts_download.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</affectedPath><commitId>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit-osmo-ccid-firmware-hwtest: new job

Add a new test that flashes the firmware from the previous build job and
runs tests against it. Tests are intentionally from the master branch
for security reasons.

Related: SYS#7963
Depends: osmo-ccid-firmware I9445d6d5e4723bf6a87d4bffcdc638560471328b
Change-Id: I736b2b194813e6edff0197145fe08168c3e66903
</comment><date>2026-04-20 10:05:00 +0000</date><id>5aec03e8d1f2863611c3bb6c91fff5b2ec8105b8</id><msg>jobs/gerrit-osmo-ccid-firmware-hwtest: new job</msg><path><editType>add</editType><file>jobs/gerrit-osmo-ccid-firmware-hwtest.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jobs/gerrit-verifications.yml</affectedPath><affectedPath>scripts/jenkins-gerrit/comment_generate.py</affectedPath><commitId>986c2648562477f43c0ccca26adf9532564c9b54</commitId><timestamp>1776679500000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></author><authorEmail>osmith@sysmocom.de</authorEmail><comment>jobs/gerrit: run osmo-ccid-firmware-hwtest

Related: SYS#7963
Change-Id: I438239f65f4b52fb5c77654b366b3c3254fcb44f
</comment><date>2026-04-20 10:05:00 +0000</date><id>986c2648562477f43c0ccca26adf9532564c9b54</id><msg>jobs/gerrit: run osmo-ccid-firmware-hwtest</msg><path><editType>edit</editType><file>scripts/jenkins-gerrit/comment_generate.py</file></path><path><editType>edit</editType><file>jobs/gerrit-verifications.yml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/osmith</absoluteUrl><fullName>Oliver Smith</fullName></culprit></run></matrixBuild>