[MERGED] 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
Wed Nov 1 09:50:16 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: gerrit-verifications.yml: Remove FreeBSD_amd64 builds
......................................................................


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(-)

Approvals:
  Max: Looks good to me, but someone else must approve
  Neels Hofmeyr: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved; Verified



diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 46a30ba..49290f1 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
@@ -35,20 +34,12 @@
               -i -u build -v "$PWD:/build" -v "$HOME/bin:/build_bin" \
               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")'
@@ -60,8 +51,7 @@
               ./contrib/jenkins.sh
             fi
 
-      - libsmpp34:
-          slave_axis: !!python/tuple [linux_amd64_debian8, FreeBSD_amd64]
+      - libsmpp34
 
       - openBSC:
           a1_name: SMPP
@@ -82,8 +72,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:
           concurrent: true
@@ -110,9 +99,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:
@@ -146,8 +133,7 @@
               -v "$ARTIFACT_STORE:/artifact_store" \
               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: merged
Gerrit-Change-Id: I2c6d2a17c3cf9d8c78c3675995493e30cbc6be0d
Gerrit-PatchSet: 4
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list