Attention is currently required from: fixeria.
laforge has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-upf/+/42613?usp=email )
Change subject: contrib/jenkins.sh: use Gitea mirrors for libnftnl and nftables
......................................................................
Patch Set 1: Code-Review-1
(1 comment)
File contrib/jenkins.sh:
https://gerrit.osmocom.org/c/osmo-upf/+/42613/comment/e00a8c2c_903e4abb?usp… :
PS1, Line 36: osmo-build-dep.sh nftables "" \
this will try to clone from gerrit, not gitea (see build failure)
--
To view, visit https://gerrit.osmocom.org/c/osmo-upf/+/42613?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I28950d823dfd91e8e2ac23a19e5a86d1027096b3
Gerrit-Change-Number: 42613
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 14 Apr 2026 18:50:14 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/42609?usp=email )
Change subject: jobs/octsim_osmo-ccid-firmware: various tweaks
......................................................................
jobs/octsim_osmo-ccid-firmware: various tweaks
* move name and desc up (in preparation to adding another job in the same file)
* remove "concurrent: false": the octsimtest node is already configured
to only accept one job. if we had multiple octsimtest nodes, we
wouldn't need this limitation of not running concurrently, so this
isn't useful.
* remove options without effect (block-downstream, block-upstream,
disabled, build-blocker, etc.)
* add "scm checkout" comment to retry-count as we have it in other files
Change-Id: If64787efbe4a1305cd60941b69e9416960d056a2
---
M jobs/octsim_osmo-ccid-firmware.yml
1 file changed, 5 insertions(+), 19 deletions(-)
Approvals:
fixeria: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
lynxis lazus: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/jobs/octsim_osmo-ccid-firmware.yml b/jobs/octsim_osmo-ccid-firmware.yml
index c777fe0..1491416 100644
--- a/jobs/octsim_osmo-ccid-firmware.yml
+++ b/jobs/octsim_osmo-ccid-firmware.yml
@@ -1,7 +1,9 @@
- job:
+ name: octsim_osmo-ccid-firmware
+ description: |
+ octsim osmo-ccid-firmware CI - flash every build to octsim and see if
+ it still works
node: octsimtest
- block-downstream: false
- block-upstream: false
parameters:
- string:
name: EMAIL_NOTIFICATIONS
@@ -12,13 +14,6 @@
cd ./tests
mkdir -p sysmo-octsim/dl
timeout 30m ./run-tests
- concurrent: false
- description: octsim osmo-ccid-firmware CI - flash every build to octsim and see
- if it still works
- disabled: false
- execution-strategy:
- sequential: false
- name: octsim_osmo-ccid-firmware
scm:
- git:
url: https://gerrit.osmocom.org/osmo-ccid-firmware
@@ -28,25 +23,16 @@
branches:
- 'master'
properties:
- - build-blocker:
- block-level: GLOBAL
- blocking-jobs: []
- queue-scanning: DISABLED
- use-build-blocker: false
- build-discarder:
days-to-keep: 30
num-to-keep: 120
- - rebuild:
- auto-rebuild: false
- rebuild-disabled: false
publishers:
- email:
notify-every-unstable-build: true
recipients: '$EMAIL_NOTIFICATIONS'
send-to-individuals: true
- retry-count: '3'
+ retry-count: 3 # scm checkout
triggers:
- reverse:
jobs: master-osmo-ccid-firmware,
- timed: H 22 * * *
- wrappers: []
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42609?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: If64787efbe4a1305cd60941b69e9416960d056a2
Gerrit-Change-Number: 42609
Gerrit-PatchSet: 1
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>
laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/42610?usp=email )
Change subject: jobs/octsim_osmo-ccid-firmware: remove timer
......................................................................
jobs/octsim_osmo-ccid-firmware: remove timer
This job already gets triggered once a day from
master-osmo-ccid-firmware. Running it once a day like all other master
jobs should be enough, remove the timed trigger that caused it to run
twice a day.
Change-Id: Ia4fdb6d504c7a08cf258e82436627894602f7301
---
M jobs/README.md
M jobs/octsim_osmo-ccid-firmware.yml
2 files changed, 0 insertions(+), 2 deletions(-)
Approvals:
fixeria: Looks good to me, but someone else must approve
Jenkins Builder: Verified
laforge: Looks good to me, approved
lynxis lazus: Looks good to me, approved
diff --git a/jobs/README.md b/jobs/README.md
index bdc7993..e560c3b 100644
--- a/jobs/README.md
+++ b/jobs/README.md
@@ -160,7 +160,6 @@
22:00 - 01:00 Jobs that don't need binary packages
22:XX coverity
- 22:XX octsim_osmo-ccid-firmware
22:XX osmo-gsm-tester-runner (virtual)
23:XX build-kernels-testenv
23:XX master-builds-dahdi
diff --git a/jobs/octsim_osmo-ccid-firmware.yml b/jobs/octsim_osmo-ccid-firmware.yml
index 1491416..f7efa09 100644
--- a/jobs/octsim_osmo-ccid-firmware.yml
+++ b/jobs/octsim_osmo-ccid-firmware.yml
@@ -35,4 +35,3 @@
triggers:
- reverse:
jobs: master-osmo-ccid-firmware,
- - timed: H 22 * * *
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42610?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: Ia4fdb6d504c7a08cf258e82436627894602f7301
Gerrit-Change-Number: 42610
Gerrit-PatchSet: 1
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>