osmith has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/09/42609/1
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: newchange
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>
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/42607?usp=email )
Change subject: jobs/octsim_osmo-ccid-firmware: add email param
......................................................................
jobs/octsim_osmo-ccid-firmware: add email param
Allow configuring the email notifications before starting a job, so no
notifications can be set while testing changes to the jenkins job. Add
jenkins-notifications(a)lists.osmocom.org while at it, as we have it with
almost all other jobs.
Change-Id: Ifcd580873479fc259119139d47447ba0e21b21f4
---
M jobs/octsim_osmo-ccid-firmware.yml
1 file changed, 6 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/07/42607/1
diff --git a/jobs/octsim_osmo-ccid-firmware.yml b/jobs/octsim_osmo-ccid-firmware.yml
index 599acc1..e64e7ea 100644
--- a/jobs/octsim_osmo-ccid-firmware.yml
+++ b/jobs/octsim_osmo-ccid-firmware.yml
@@ -7,6 +7,11 @@
- octsimtest
block-downstream: false
block-upstream: false
+ parameters:
+ - string:
+ name: EMAIL_NOTIFICATIONS
+ description: For failed build notifications, set to empty to disable
+ default: 'jenkins-notifications(a)lists.osmocom.org jsteiger(a)sysmocom.de acouzens(a)sysmocom.de'
builders:
- shell: |
cd ./tests
@@ -43,7 +48,7 @@
publishers:
- email:
notify-every-unstable-build: true
- recipients: jsteiger(a)sysmocom.de acouzens(a)sysmocom.de
+ recipients: '$EMAIL_NOTIFICATIONS'
send-to-individuals: true
retry-count: '3'
triggers:
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42607?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: Ifcd580873479fc259119139d47447ba0e21b21f4
Gerrit-Change-Number: 42607
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Attention is currently required from: fixeria, jolly, laforge.
Hello Jenkins Builder, fixeria, laforge,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-msc/+/38579?usp=email
to look at the new patch set (#5).
The following approvals got outdated and were removed:
Code-Review+1 by laforge, Verified+1 by Jenkins Builder
Change subject: Check for protocol extension bit in message type at a central location
......................................................................
Check for protocol extension bit in message type at a central location
Bits 8 and 7 of message type can be used as sequence number or have
specific default values. The added check will verify the bits according
to the prococol descriptor and Release version.
The Rules for these bits are described in GSM TS 124.007, clause
11.2.3.2.1 for Release <= 98 and 11.2.3.2.2 for Release >= 99.
There is also no need to clear bit 7 in message type for these
protocols, as it is done already in gsm48_hdr_msg_type().
Some unit tests fail without fixes that are included in this patch.
Change-Id: Iae41bc6a2e9fd85583509b6c6154dd5a935fb5df
---
M src/libmsc/gsm_04_08_cc.c
M src/libmsc/msc_a.c
M src/libmsc/msc_vgcs.c
M tests/msc_vlr/msc_vlr_test_authen_reuse.c
M tests/msc_vlr/msc_vlr_test_call.c
M tests/msc_vlr/msc_vlr_test_gsm_ciph.c
M tests/msc_vlr/msc_vlr_test_umts_authen.c
M tests/msc_vlr/msc_vlr_tests.c
M tests/msc_vlr/msc_vlr_tests.h
9 files changed, 64 insertions(+), 10 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/79/38579/5
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/38579?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Iae41bc6a2e9fd85583509b6c6154dd5a935fb5df
Gerrit-Change-Number: 38579
Gerrit-PatchSet: 5
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>