lists.osmocom.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2026
April
March
February
January
2025
December
November
October
September
August
July
June
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
List overview
Download
gerrit-log
April 2026
----- 2026 -----
April 2026
March 2026
February 2026
January 2026
----- 2025 -----
December 2025
November 2025
October 2025
September 2025
August 2025
July 2025
June 2025
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
gerrit-log@lists.osmocom.org
1 participants
515 discussions
Start a n
N
ew thread
[XS] Change in osmo-ci[master]: ansible/setup-simtest: add sudo and wget
by osmith
20 Apr '26
20 Apr '26
osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/42642?usp=email
) Change subject: ansible/setup-simtest: add sudo and wget ...................................................................... ansible/setup-simtest: add sudo and wget Both are needed for the new openjdk install logic. Related: OS#6998#note-3 Change-Id: I4d5c400daec9c74d069c60a6221ae57e8c6f7953 --- M ansible/setup-simtest.yml 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/42/42642/1 diff --git a/ansible/setup-simtest.yml b/ansible/setup-simtest.yml index 0832b13..7c95183 100644 --- a/ansible/setup-simtest.yml +++ b/ansible/setup-simtest.yml @@ -12,9 +12,11 @@ - python3-pyscard - python3-serial - python3-setuptools + - sudo - tshark - vim - virtualenv + - wget install_recommends: no cache_valid_time: 3600 update_cache: yes -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/42642?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: I4d5c400daec9c74d069c60a6221ae57e8c6f7953 Gerrit-Change-Number: 42642 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de>
1
0
0
0
[XS] Change in osmo-ci[master]: ansible/setup-simtest: merge apt tasks
by osmith
20 Apr '26
20 Apr '26
osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/42640?usp=email
) Change subject: ansible/setup-simtest: merge apt tasks ...................................................................... ansible/setup-simtest: merge apt tasks Do apt update and installing packages in one task, similar to how we do it in other ansible yml files. Change-Id: I269b368fdca682814976b2cda1c14c33529650b7 --- M ansible/setup-simtest.yml 1 file changed, 2 insertions(+), 5 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/40/42640/1 diff --git a/ansible/setup-simtest.yml b/ansible/setup-simtest.yml index eb37186..33bdda8 100644 --- a/ansible/setup-simtest.yml +++ b/ansible/setup-simtest.yml @@ -3,11 +3,6 @@ hosts: simtester user: root tasks: - - name: apt-get update - apt: - cache_valid_time: 3600 - update_cache: yes - - name: install common utilities apt: name: @@ -21,6 +16,8 @@ - tshark - virtualenv install_recommends: no + cache_valid_time: 3600 + update_cache: yes - name: "pysim: get requirements.txt" get_url: -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/42640?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: I269b368fdca682814976b2cda1c14c33529650b7 Gerrit-Change-Number: 42640 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de>
1
0
0
0
[XS] Change in osmo-ci[master]: ansible/hosts: update simtest
by osmith
20 Apr '26
20 Apr '26
osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/42639?usp=email
) Change subject: ansible/hosts: update simtest ...................................................................... ansible/hosts: update simtest Change-Id: Ica3c229ddf617b61e88774d3b330263307f84e97 --- M ansible/hosts M ansible/util/known_hosts 2 files changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/39/42639/1 diff --git a/ansible/hosts b/ansible/hosts index f1432bb..c65dd40 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -20,7 +20,7 @@ lx2-raspbian13build-ansible ansible_host=10.9.25.28 docker_max_image_space="20 GB" jenkins_tmpfs=True [simtester] -simtest ansible_host=10.9.25.80 +simtest ansible_host=10.9.25.94 [obs_workers] build4-obsworker ansible_host=2a01:4f8:121:200a::1:2 obs_worker_instances=8 obs_worker_jobs=8 diff --git a/ansible/util/known_hosts b/ansible/util/known_hosts index 0222bf7..c397642 100644 --- a/ansible/util/known_hosts +++ b/ansible/util/known_hosts @@ -13,3 +13,4 @@
build4.osmocom.org
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHdLymAofmutYuXMgiWQaNiFUHfu+2j60pmWemd5hddw 10.9.25.26 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICHw8f7STEM6tZj/14dMG0aPcOLzpC0uSwoOlwAMv7Z3 10.9.25.28 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINEWffWCaHxwMs1W+m55WDHJSIR4O0eiTtcteJCBjKZK +10.9.25.94 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINnBQkBViNy6CyHbwOtyLBV5bG7yFxI93DJOfwIHDd/N -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/42639?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: Ica3c229ddf617b61e88774d3b330263307f84e97 Gerrit-Change-Number: 42639 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de>
1
0
0
0
[XS] Change in osmo-ci[master]: ansible/setup-simtest: sort packages
by osmith
20 Apr '26
20 Apr '26
osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/42641?usp=email
) Change subject: ansible/setup-simtest: sort packages ...................................................................... ansible/setup-simtest: sort packages Change-Id: I9fac58407b7c5a38e2ed56e6e5718ce13ed23973 --- M ansible/setup-simtest.yml 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/41/42641/1 diff --git a/ansible/setup-simtest.yml b/ansible/setup-simtest.yml index 33bdda8..0832b13 100644 --- a/ansible/setup-simtest.yml +++ b/ansible/setup-simtest.yml @@ -6,14 +6,14 @@ - name: install common utilities apt: name: - - vim - ca-certificates - python3-minimal - - python3-setuptools - python3-pip - - python3-serial - python3-pyscard + - python3-serial + - python3-setuptools - tshark + - vim - virtualenv install_recommends: no cache_valid_time: 3600 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/42641?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: I9fac58407b7c5a38e2ed56e6e5718ce13ed23973 Gerrit-Change-Number: 42641 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de>
1
0
0
0
[S] Change in osmo-ci[master]: jobs/gerrit: run osmo-ccid-firmware-hwtest
by osmith
20 Apr '26
20 Apr '26
osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/42637?usp=email
) Change subject: jobs/gerrit: run osmo-ccid-firmware-hwtest ...................................................................... jobs/gerrit: run osmo-ccid-firmware-hwtest Related: SYS#7963 Change-Id: I438239f65f4b52fb5c77654b366b3c3254fcb44f --- M jobs/gerrit-verifications.yml M scripts/jenkins-gerrit/comment_generate.py 2 files changed, 26 insertions(+), 3 deletions(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve fixeria: Looks good to me, but someone else must approve osmith: Looks good to me, approved diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml index 8405499..09c465b 100644 --- a/jobs/gerrit-verifications.yml +++ b/jobs/gerrit-verifications.yml @@ -108,6 +108,7 @@ gerrit_project: '{repos}' # Which jobs to run in the pipeline pipeline_build: true + pipeline_hwtest: false pipeline_lint: true # Range from oldest supported Debian version to newest, see: #
https://gerrit.osmocom.org/c/osmo-ci/+/40861/comment/d35a8783_2a3833a4/
@@ -480,6 +481,7 @@ - osmo-ccid-firmware: pipeline_binpkgs: "" + pipeline_hwtest: true artifacts: "**/sysmoOCTSIM-*.bin" cmd: | {docker_run_ccache} \ @@ -589,6 +591,11 @@ name: PIPELINE_BUILD description: Enable the build job (runs contrib/jenkins.sh) default: '{obj:pipeline_build}' + - string: + name: PIPELINE_HWTEST + description: | + Enable a hardware test job that uses artifacts from the build job. + default: '{obj:pipeline_hwtest}' - bool: name: PIPELINE_LINT description: Enable the lint job @@ -654,9 +661,23 @@ when {{ expression {{ params.PIPELINE_BUILD }} }} - steps {{ - script {{ - run_job("build", "gerrit-{repos}-build") + stages {{ + stage("Build (inner)") {{ + steps {{ + script {{ + run_job("build", "gerrit-{repos}-build") + }} + }} + }} + stage("HWTest") {{ + when {{ + expression {{ params.PIPELINE_HWTEST }} + }} + steps {{ + script {{ + run_job("hwtest", "gerrit-{repos}-hwtest") + }} + }} }} }} }} diff --git a/scripts/jenkins-gerrit/comment_generate.py b/scripts/jenkins-gerrit/comment_generate.py index ff5a92a..fc8a8b1 100755 --- a/scripts/jenkins-gerrit/comment_generate.py +++ b/scripts/jenkins-gerrit/comment_generate.py @@ -61,6 +61,8 @@ return "endianness" if job_name.endswith("-build"): return "build" + if job_name.endswith("-hwtest"): + return "hwtest" assert False, f"couldn't figure out stage from job_name: {job_name}" -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/42637?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I438239f65f4b52fb5c77654b366b3c3254fcb44f Gerrit-Change-Number: 42637 Gerrit-PatchSet: 2 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Hoernchen <ewild(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
1
0
0
0
[S] Change in osmo-ci[master]: jobs/gerrit-osmo-ccid-firmware-hwtest: new job
by osmith
20 Apr '26
20 Apr '26
osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/42636?usp=email
) Change subject: jobs/gerrit-osmo-ccid-firmware-hwtest: new job ...................................................................... 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 --- A jobs/gerrit-osmo-ccid-firmware-hwtest.yml 1 file changed, 43 insertions(+), 0 deletions(-) Approvals: osmith: Looks good to me, approved laforge: Looks good to me, but someone else must approve fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified diff --git a/jobs/gerrit-osmo-ccid-firmware-hwtest.yml b/jobs/gerrit-osmo-ccid-firmware-hwtest.yml new file mode 100644 index 0000000..3b9c7c5 --- /dev/null +++ b/jobs/gerrit-osmo-ccid-firmware-hwtest.yml @@ -0,0 +1,43 @@ +- job: + name: gerrit-osmo-ccid-firmware-hwtest + description: | + octsim osmo-ccid-firmware CI - flash firmware built as artifact in + to octsim and see if it still works + node: octsimtest + + parameters: + !include: gerrit-verifications-parameters.yaml.inc + + builders: + - shell: | + # Get firmware from previous job + git clone \ + --depth=1 \ + -b "$BRANCH_CI" \ +
https://gerrit.osmocom.org/osmo-ci
+ osmo-ci/scripts/jenkins-gerrit/artifacts_download.py "$PIPELINE_BUILD_URL" + install \ + -Dm644 \ + gerrit-artifacts/archive/sysmoOCTSIM/gcc/sysmoOCTSIM-*.bin \ + tests/sysmo-octsim/dl/sysmoOCTSIM-latest.bin + + # Run tests + export SKIP_FETCH_IMAGE=1 + cd ./tests + timeout 30m ./run-tests + + scm: + - git: + url:
https://gerrit.osmocom.org/osmo-ccid-firmware
+ git-config-name: 'Jenkins Builder' + git-config-email: 'jenkins(a)osmocom.org' + skip-tag: true + branches: + - 'master' + wipe-workspace: true + properties: + - build-discarder: + days-to-keep: 30 + num-to-keep: 120 + retry-count: 3 # scm checkout + -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/42636?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I736b2b194813e6edff0197145fe08168c3e66903 Gerrit-Change-Number: 42636 Gerrit-PatchSet: 2 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Hoernchen <ewild(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
1
0
0
0
[S] Change in osmo-ci[master]: jobs/gerrit: archive osmo-ccid-firmware artifacts
by osmith
20 Apr '26
20 Apr '26
osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/42634?usp=email
) Change subject: jobs/gerrit: archive osmo-ccid-firmware artifacts ...................................................................... jobs/gerrit: archive osmo-ccid-firmware artifacts Prepare to use the built firmware in a new hwtest job. Related: SYS#7963 Change-Id: Ib220f708725e502724ef0375130e7db77c6e91fa --- M jobs/gerrit-verifications.yml 1 file changed, 12 insertions(+), 1 deletion(-) Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml index 53acd67..8405499 100644 --- a/jobs/gerrit-verifications.yml +++ b/jobs/gerrit-verifications.yml @@ -112,6 +112,7 @@ # Range from oldest supported Debian version to newest, see: #
https://gerrit.osmocom.org/c/osmo-ci/+/40861/comment/d35a8783_2a3833a4/
pipeline_binpkgs: "debian:11 debian:13" + artifacts: "" # in alphabetical order repos: @@ -479,6 +480,11 @@ - osmo-ccid-firmware: pipeline_binpkgs: "" + artifacts: "**/sysmoOCTSIM-*.bin" + cmd: | + {docker_run_ccache} \ + -e SKIP_FIRMWARE_CLEAN=1 \ + {docker_img} {wrapper_cmd} /build/contrib/jenkins.sh - osmo-e1d - osmo-cbc @@ -830,9 +836,14 @@ builders: - shell: '{obj:cmd}' # Remove workspace on success to free up space - - shell: 'rm -rf "$WORKSPACE"' + - shell: | + if [ -z "{artifacts}" ]; then + rm -rf "$WORKSPACE" + fi publishers: + - archive: + artifacts: '{obj:artifacts}' - warnings: console-log-parsers: - 'GNU C Compiler 4 (gcc)' -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/42634?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: Ib220f708725e502724ef0375130e7db77c6e91fa Gerrit-Change-Number: 42634 Gerrit-PatchSet: 2 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu> Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
1
0
0
0
[M] Change in osmo-ci[master]: jenkins-gerrit/artifacts_download: new script
by osmith
20 Apr '26
20 Apr '26
osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/42635?usp=email
) Change subject: jenkins-gerrit/artifacts_download: new script ...................................................................... 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: <--- URL to the pipeline is passed to all jobs parallel: sequential: build <--- artifacts are here hwtest <--- will call the new script with the pipeline URL lint binpkgs ... Related: SYS#7963 Change-Id: Ia96951d62b464b2e0b80f8e555cb77e5b9e52f78 --- A scripts/jenkins-gerrit/artifacts_download.py 1 file changed, 68 insertions(+), 0 deletions(-) Approvals: laforge: Looks good to me, approved fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified diff --git a/scripts/jenkins-gerrit/artifacts_download.py b/scripts/jenkins-gerrit/artifacts_download.py new file mode 100755 index 0000000..d576e06 --- /dev/null +++ b/scripts/jenkins-gerrit/artifacts_download.py @@ -0,0 +1,68 @@ +#!/usr/bin/env python3 +# SPDX-License-Identifier: GPL-2.0-or-later +# Copyright 2026 sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> +import argparse +import io +import re +import shutil +import sys +import urllib.request +import zipfile +import os + +jenkins_url = "
https://jenkins.osmocom.org
" +re_start_build = re.compile("Starting building: gerrit-[a-zA-Z-_0-9]* #[0-9]*") +matrix = "a1=default,a2=default,a3=default,a4=default,label=osmocom-gerrit" + + +def parse_args(): + parser = argparse.ArgumentParser(description="Download artifacts from the gerrit pipeline.") + parser.add_argument( + "pipeline_url", + help="$BUILD_URL of the pipeline job, e.g." + "
https://jenkins.osmocom.org/jenkins/job/gerrit-osmo-ccid-firmware/177/
", + ) + return parser.parse_args() + + +def get_job_url(pipeline_url): + url = f"{pipeline_url}/consoleText" + print(f"GET {url}") + with urllib.request.urlopen(url) as response: + for line in io.TextIOWrapper(response, encoding="utf-8"): + for match in re_start_build.findall(line): + job_name = match.split(" ")[2] + if not job_name.endswith("-build"): + continue + job_id = int(match.split(" ")[3].replace("#", "")) + job_url = f"{jenkins_url}/jenkins/job/{job_name}/{matrix}/{job_id}" + return job_url + + print("ERROR: failed to find job URL!") + sys.exit(1) + + +def download_archive_zip(job_url): + url = f"{job_url}/artifact/*zip*/archive.zip" + print(f"GET {url}") + with urllib.request.urlopen(url) as response, open("archive.zip", "wb") as handle: + shutil.copyfileobj(response, handle) + + +def extract_archive_zip(): + path = os.path.join(os.getcwd(), "gerrit-artifacts") + os.makedirs(path) + print(f"UNZIP archive.zip to {path}") + with zipfile.ZipFile("archive.zip") as z: + z.extractall(path) + + +def main(): + args = parse_args() + job_url = get_job_url(args.pipeline_url) + download_archive_zip(job_url) + extract_archive_zip() + + +if __name__ == "__main__": + main() -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/42635?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: Ia96951d62b464b2e0b80f8e555cb77e5b9e52f78 Gerrit-Change-Number: 42635 Gerrit-PatchSet: 2 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
1
0
0
0
[S] Change in osmo-ci[master]: jobs/gerrit: run osmo-ccid-firmware-hwtest
by osmith
20 Apr '26
20 Apr '26
Attention is currently required from: Hoernchen. osmith has posted comments on this change by osmith. (
https://gerrit.osmocom.org/c/osmo-ci/+/42637?usp=email
) Change subject: jobs/gerrit: run osmo-ccid-firmware-hwtest ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/42637?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I438239f65f4b52fb5c77654b366b3c3254fcb44f Gerrit-Change-Number: 42637 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Hoernchen <ewild(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: osmith <osmith(a)sysmocom.de> Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de> Gerrit-Comment-Date: Mon, 20 Apr 2026 10:04:58 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[S] Change in osmo-ci[master]: jobs/gerrit-osmo-ccid-firmware-hwtest: new job
by osmith
20 Apr '26
20 Apr '26
Attention is currently required from: Hoernchen. osmith has posted comments on this change by osmith. (
https://gerrit.osmocom.org/c/osmo-ci/+/42636?usp=email
) Change subject: jobs/gerrit-osmo-ccid-firmware-hwtest: new job ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/42636?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I736b2b194813e6edff0197145fe08168c3e66903 Gerrit-Change-Number: 42636 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: Hoernchen <ewild(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: osmith <osmith(a)sysmocom.de> Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de> Gerrit-Comment-Date: Mon, 20 Apr 2026 10:04:56 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
← Newer
1
2
3
4
5
6
7
8
...
52
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Results per page:
10
25
50
100
200