[PATCH] osmo-ci[master]: jobs: osmo-trx: Disable temporarily ARM builds

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.org
Sat Mar 17 20:27:56 UTC 2018


Review at  https://gerrit.osmocom.org/7357

jobs: osmo-trx: Disable temporarily ARM builds

proot crashes with current jenkins node setup, which means we cannot use
it to run ARM based axis.

proot bug is already reported upstream in:
https://github.com/proot-me/PRoot/issues/134

Related: OS#3061

Change-Id: I9bc48349c78f395b3842bc5caaf6e948fb4c299e
---
M jobs/gerrit-verifications.yml
M jobs/master-builds.yml
2 files changed, 6 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/57/7357/1

diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index de836ae..54c99cc 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -176,7 +176,9 @@
       - osmo-trx:
           slave_axis: !!python/tuple [osmocom-gerrit-debian9]
           a1_name: INSTR
-          a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
+          # ARM variants temporarily disabled due to issue OS#3061
+          # a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
+          a1: !!python/tuple [--with-sse]
           concurrent: true
 
       - osmocom-bb
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index a8de0de..3be7dc3 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -246,7 +246,9 @@
       - osmo-trx:
           slave_axis: !!python/tuple [osmocom-master-debian9]
           a1_name: INSTR
-          a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
+          # ARM variants temporarily disabled due to issue OS#3061
+          # a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
+          a1: !!python/tuple [--with-sse]
           concurrent: true
 
       - osmocom-bb

-- 
To view, visit https://gerrit.osmocom.org/7357
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9bc48349c78f395b3842bc5caaf6e948fb4c299e
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list