Attention is currently required from: osmith.
pespin has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ci/+/38318?usp=email )
Change subject: jobs/simtester-sanitize: new job
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/38318?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: Ie1846b031224a2a9604c22e7d81016c08e217bbc
Gerrit-Change-Number: 38318
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 02 Oct 2024 10:04:11 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: dexter, fixeria, laforge.
osmith has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/pysim/+/38254?usp=email )
Change subject: tests: sanitize all cards before running tests
......................................................................
Patch Set 3:
(2 comments)
Patchset:
PS1:
> Restoring the cards in parallel should be possible. I see no problem there. […]
As discussed with dexter, added a separate jenkins job that runs nightly and can be triggered manually if needed:
* https://jenkins.osmocom.org/jenkins/job/simtester-sanitize/
* https://gerrit.osmocom.org/c/osmo-ci/+/38318
File contrib/jenkins.sh:
https://gerrit.osmocom.org/c/pysim/+/38254/comment/8405cc9c_089aad9c?usp=em… :
PS3, Line 36: tests/card_sanitizer/card_sanitizer.py
this needs to be removed, as discussed a separate jenkins job calls the script now.
* https://jenkins.osmocom.org/jenkins/job/simtester-sanitize/
* https://gerrit.osmocom.org/c/osmo-ci/+/38318
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/38254?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I42eaf61280968518164f2280245136fd30a603ce
Gerrit-Change-Number: 38254
Gerrit-PatchSet: 3
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-CC: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: dexter <pmaier(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 02 Oct 2024 10:02:23 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Comment-In-Reply-To: dexter <pmaier(a)sysmocom.de>
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/38319?usp=email )
Change subject: jobs/master-builds: add param BRANCH
......................................................................
jobs/master-builds: add param BRANCH
Sometimes it is desirable to run master jobs from a different branch:
* As discussed with Philipp: running pysim CI on a branch with many
patches once before submitting to gerrit (it takes much longer in
gerrit to run on each individual patch)
* When adding/modifying master jobs to test if they still work as
expected with additional patches in a branch.
It is undesirable to have mail notifications if not running on master,
the next patch will make it easy to disable those.
Change-Id: I5fb64024dc4ad70cb3dd019bd505aacc58d14380
---
M jobs/master-builds.yml
1 file changed, 10 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/19/38319/1
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 730c68c..ee6947f 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -74,16 +74,14 @@
gerrit_url: 'https://gerrit.osmocom.org'
gitea_url: 'https://gitea.osmocom.org'
repos_url: '{gerrit_url}/{repos}'
- branches:
- - master
+ branch: master
ssh:
- docs_ftp.osmocom.org
# in alphabetical order
repos:
- asn1c:
- branches:
- - osmo-iuh/master
+ branch: osmo-iuh/master
- libasn1c:
# Full triggers would be:
@@ -632,10 +630,17 @@
name: '{obj:a4_name}'
values: '{obj:a4}'
+ parameters:
+ - string:
+ name: BRANCH
+ description: git branch
+ default: '{obj:branch}'
+
scm:
- git:
url: '{obj:repos_url}'
- branches: '{obj:branches}'
+ branches:
+ - '$BRANCH'
refspec:
name:
wipe-workspace: false
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/38319?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: I5fb64024dc4ad70cb3dd019bd505aacc58d14380
Gerrit-Change-Number: 38319
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/38317?usp=email )
Change subject: jobs/osmocom-obs-nightly-asan: exclude pyosmocom
......................................................................
jobs/osmocom-obs-nightly-asan: exclude pyosmocom
Order entries alphabetically while at it.
Change-Id: I5f3c53ca55661970e29b9d4c10b7c9dbff53f00f
---
M jobs/osmocom-obs-nightly-asan.yml
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/17/38317/1
diff --git a/jobs/osmocom-obs-nightly-asan.yml b/jobs/osmocom-obs-nightly-asan.yml
index e3bf098..bd5480e 100644
--- a/jobs/osmocom-obs-nightly-asan.yml
+++ b/jobs/osmocom-obs-nightly-asan.yml
@@ -23,13 +23,14 @@
# We only care about Osmocom packages that run in the TTCN-3 testsuites
# for the asan repository.
EXCLUDE_PACKAGES="
- erlang/osmo_dia2gsup
erlang/osmo-epdg
erlang/osmo-s1gw
+ erlang/osmo_dia2gsup
osmo-bsc-nat
osmo-fl2k
osmo-gsm-manuals
python/osmo-python-tests
+ python/pyosmocom
rtl-sdr
"
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/38317?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: I5f3c53ca55661970e29b9d4c10b7c9dbff53f00f
Gerrit-Change-Number: 38317
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>