This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.orgPau Espin Pedrol has submitted this change and it was merged.
Change subject: jobs: osmo-trx: Set slave_axis to use only debian9
......................................................................
jobs: osmo-trx: Set slave_axis to use only debian9
Debian 8 contains quite old qemu and proot packages which have some
issues running the chroot infrastructure set up in osmo-trx's
jenkins.sh.
Change-Id: I24665880fff5a5b918bb6ffaf1e7bb51ae860b0b
---
M jobs/gerrit-verifications.yml
M jobs/master-builds.yml
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
Pau Espin Pedrol: Verified
Harald Welte: Looks good to me, approved
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 9cb12a5..4e553ea 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -178,7 +178,7 @@
- osmo-sip-connector
- osmo-trx:
- slave_axis: !!python/tuple [OsmocomBuild1]
+ slave_axis: !!python/tuple [linux_amd64_debian9]
a1_name: INSTR
a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
concurrent: true
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 84a97a9..b98513a 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -235,7 +235,7 @@
- osmo-tetra
- osmo-trx:
- slave_axis: !!python/tuple [OsmocomBuild1]
+ slave_axis: !!python/tuple [linux_amd64_debian9]
a1_name: INSTR
a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
concurrent: true
--
To view, visit https://gerrit.osmocom.org/5798
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I24665880fff5a5b918bb6ffaf1e7bb51ae860b0b
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>