Attention is currently required from: osmith.
Hello Jenkins Builder, fixeria, laforge, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38803?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
The change is no longer submittable: Verified is unsatisfied now.
Change subject: testenv: install dbg pkgs with --binary-repo too
......................................................................
testenv: install dbg pkgs with --binary-repo too
When using --binary-repo, figure out the -dbg and -dbgsym packages for
all dependencies of packages to be installed, and install them as well.
This will make debug symbols available in jenkins, useful for the
related issue. Before this patch debug symbols were only available when
building locally without --binary-repo.
Related: OS#6630
Change-Id: I4dc57257b944126fed2c7b031c92c77a3d4286e0
---
M _testenv/data/podman/Dockerfile
M _testenv/testenv/podman_install.py
2 files changed, 58 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/03/38803/3
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38803?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I4dc57257b944126fed2c7b031c92c77a3d4286e0
Gerrit-Change-Number: 38803
Gerrit-PatchSet: 3
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: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
osmith has submitted this change. ( 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(-)
Approvals:
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
laforge: Looks good to me, but someone else must approve
osmith: Looks good to me, approved
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: merged
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>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Attention is currently required from: keith.
falconia has posted comments on this change by falconia. ( https://gerrit.osmocom.org/c/osmo-hlr/+/38794?usp=email )
Change subject: change default reject cause to plmn-not-allowed
......................................................................
Set Ready For Review
--
To view, visit https://gerrit.osmocom.org/c/osmo-hlr/+/38794?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: Icff1d19670c398b119ec68b1d5f0fad87b605702
Gerrit-Change-Number: 38794
Gerrit-PatchSet: 2
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: keith <keith(a)rhizomatica.org>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: keith <keith(a)rhizomatica.org>
Gerrit-Comment-Date: Tue, 19 Nov 2024 05:09:50 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No