[PATCH] osmo-ci[master]: gerrit-verifications.yml: Remove FreeBSD_amd64 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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Oct 29 12:32:24 UTC 2017


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

gerrit-verifications.yml: Remove FreeBSD_amd64 builds

In early September we asked on the public mailing list if there are
any users of the FreeBSD builds, and there was no response at all.

Let's disable the build testing on FreeBSD.  This will significantly
speed up our build testing, as well as pave the way for a more
comprehensive docker/containerization of build testing.

We're still extremely happy to merge any patches for support of
FreeBSD or other operating systems.  But the core Osmocom developers
will not perform related testing / porting.

Change-Id: I2c6d2a17c3cf9d8c78c3675995493e30cbc6be0d
---
M jobs/gerrit-verifications.yml
1 file changed, 9 insertions(+), 23 deletions(-)


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

diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 9d3bc89..e94c931 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -23,8 +23,7 @@
 
     # in alphabetical order
     repos:
-      - asn1c:
-          slave_axis: !!python/tuple [linux_amd64_debian8, FreeBSD_amd64]
+      - asn1c
 
       - cellmgr-ng:
           concurrent: true
@@ -33,20 +32,12 @@
             -e IU="$IU" -e SMPP="$SMPP" -e MGCP="$MGCP" -w /build -i -u build -v $PWD:/build \
             osmocom:amd64 /build/contrib/jenkins.sh'
 
-      - libasn1c:
-          slave_axis: !!python/tuple [linux_amd64_debian8, FreeBSD_amd64]
-
-      - libosmo-abis:
-          slave_axis: !!python/tuple [linux_amd64_debian8, FreeBSD_amd64]
-
-      - libosmo-netif:
-          slave_axis: !!python/tuple [linux_amd64_debian8, FreeBSD_amd64]
-
-      - libosmo-sccp:
-          slave_axis: !!python/tuple [linux_amd64_debian8, FreeBSD_amd64]
+      - libasn1c
+      - libosmo-abis
+      - libosmo-netif
+      - libosmo-sccp
 
       - libosmocore:
-          slave_axis: !!python/tuple [linux_amd64_debian8, FreeBSD_amd64]
           a1_name: arch
           a1: !!python/tuple [arm-none-eabi, amd64]
           combination_filter: '!(arch=="arm-none-eabi" && label=="FreeBSD_amd64")'
@@ -57,8 +48,7 @@
               ./contrib/jenkins.sh
             fi
 
-      - libsmpp34:
-          slave_axis: !!python/tuple [linux_amd64_debian8, FreeBSD_amd64]
+      - libsmpp34
 
       - openBSC:
           a1_name: SMPP
@@ -78,8 +68,7 @@
               -v "$HOME/bin:/build_bin" -v "$ARTIFACT_STORE:/artifact_store" \
               osmocom:amd64 /build/contrib/jenkins.sh
 
-      - openggsn:
-          slave_axis: !!python/tuple [linux_amd64_debian8, FreeBSD_amd64]
+      - openggsn
 
       - osmo-bsc:
           cmd: >
@@ -104,9 +93,7 @@
             (FIRMWARE_VERSION == "origin/nrw/litecell15-next" && BTS_MODEL == "lc15")
           cmd: './contrib/jenkins_bts_model.sh "$BTS_MODEL"'
 
-      - osmo-ggsn:
-          slave_axis: !!python/tuple [linux_amd64_debian8, FreeBSD_amd64]
-
+      - osmo-ggsn
       - osmo-gsm-manuals
 
       - osmo-hlr:
@@ -136,8 +123,7 @@
               -w /build -u build -v "$PWD:/build" -v "$HOME/bin:/build_bin" \
               osmocom:amd64 /build/contrib/jenkins.sh
 
-      - osmo-pcap:
-          slave_axis: !!python/tuple [linux_amd64_debian8, FreeBSD_amd64]
+      - osmo-pcap
 
       - osmo-pcu:
           a1_name: FIRMWARE_VERSION

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2c6d2a17c3cf9d8c78c3675995493e30cbc6be0d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list