Attention is currently required from: osmith.
pespin has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ci/+/38800?usp=email )
Change subject: jobs/registry-rebuild-upload-android: new job
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/38800?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: Ia71bf8df638b9c4359d8b1a723795029541e023a
Gerrit-Change-Number: 38800
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: Mon, 18 Nov 2024 10:02:31 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: osmith.
pespin has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/docker-playground/+/38799?usp=email )
Change subject: debian-bookworm-android: new container
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/38799?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic7a454be23072c3f0ed609d370fc88f49205b04c
Gerrit-Change-Number: 38799
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: Mon, 18 Nov 2024 10:02:11 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/38802?usp=email )
Change subject: jobs/master-builds: archive android-apdu-proxy apk
......................................................................
jobs/master-builds: archive android-apdu-proxy apk
Store the apk after successful run of the android-apdu-proxy job. It can
be found by clicking on a job at [1] and then clicking on "default"
(since the job is behind a matrix, as all master jobs).
[1]: https://jenkins.osmocom.org/jenkins/job/master-android-apdu-proxy/
Related: OS#6367
Change-Id: If3224da6c4e3fa90fa84abfec4e75efd634a8bfa
---
M jobs/master-builds.yml
1 file changed, 7 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/02/38802/1
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 3896e67..e37d1d2 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -78,6 +78,7 @@
branch: master
ssh:
- docs_ftp.osmocom.org
+ archive_artifacts_on_success: false
# in alphabetical order
repos:
@@ -93,6 +94,7 @@
-v "$ANDROID_CACHE":/build/.android \
-v "$GRADLE_CACHE":/build/.gradle \
{docker_img_android} {timeout_cmd} contrib/jenkins.sh
+ archive_artifacts_on_success: true
- asn1c:
branch: osmo-iuh/master
@@ -677,13 +679,15 @@
- shell: |
# Remove workspace on success to free up space. Create an empty dir
# so the job does not abort when attempting to collect artifacts.
- rm -rf "$WORKSPACE"
- mkdir -p "$WORKSPACE"
+ if [ "{archive_artifacts_on_success}" != "True" ]; then
+ rm -rf "$WORKSPACE"
+ mkdir -p "$WORKSPACE"
+ fi
publishers:
- archive:
allow-empty: true
- artifacts: '**/core, **/testsuite.log, **/workspace.tar.xz'
+ artifacts: '**/core, **/testsuite.log, **/workspace.tar.xz, **/app-release.apk'
- warnings:
console-log-parsers:
- 'GNU C Compiler 4 (gcc)'
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/38802?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: If3224da6c4e3fa90fa84abfec4e75efd634a8bfa
Gerrit-Change-Number: 38802
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/38796?usp=email )
Change subject: docs/osmo-smdpp: fix typo
......................................................................
docs/osmo-smdpp: fix typo
Change-Id: I9978c5e02c1affe95a3b72d63e88965d7af5303e
---
M docs/osmo-smdpp.rst
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/96/38796/1
diff --git a/docs/osmo-smdpp.rst b/docs/osmo-smdpp.rst
index 2acde20..dd44469 100644
--- a/docs/osmo-smdpp.rst
+++ b/docs/osmo-smdpp.rst
@@ -20,7 +20,7 @@
osmo-smdpp currently
* [by default] uses test certificates copied from GSMA SGP.26 into `./smdpp-data/certs`, assuming that your
- osmo-smdppp would be running at the host name `testsmdpplus1.example.com`. You can of course replace those
+ osmo-smdpp would be running at the host name `testsmdpplus1.example.com`. You can of course replace those
certificates with your own, whether SGP.26 derived or part of a *private root CA* setup with mathcing eUICCs.
* doesn't understand profile state. Any profile can always be downloaded any number of times, irrespective
of the EID or whether it was donwloaded before. This is actually very useful for R&D and testing, as it
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/38796?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I9978c5e02c1affe95a3b72d63e88965d7af5303e
Gerrit-Change-Number: 38796
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/38795?usp=email )
Change subject: docs/osmo-smdpp: fix markup
......................................................................
docs/osmo-smdpp: fix markup
Change-Id: I4a0ed6fb2eedf1892835c43d304a53c995f028c8
---
M docs/osmo-smdpp.rst
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/95/38795/1
diff --git a/docs/osmo-smdpp.rst b/docs/osmo-smdpp.rst
index afc4eb8..2acde20 100644
--- a/docs/osmo-smdpp.rst
+++ b/docs/osmo-smdpp.rst
@@ -33,7 +33,7 @@
* does not perform all of the mandatory certificate verification (it checks the certificate chain, but not
the expiration dates nor any CRL)
* does not evaluate/consider any *Confirmation Code*
- * stores the sessions in an unencrypted _python shelve_ and is hence leaking one-time key materials
+ * stores the sessions in an unencrypted *python shelve* and is hence leaking one-time key materials
used for profile encryption and signing.
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/38795?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I4a0ed6fb2eedf1892835c43d304a53c995f028c8
Gerrit-Change-Number: 38795
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>