Change in osmo-ci[master]: gerrit-verifications.yml: Add OC2G build matrix to gerrit-osmo-bts

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
Sat Oct 27 10:22:54 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/11470 )

Change subject: gerrit-verifications.yml: Add OC2G build matrix to gerrit-osmo-bts
......................................................................

gerrit-verifications.yml: Add OC2G build matrix to gerrit-osmo-bts

The gerrit-osmo-bts job is used for build verification of osmo-bts
patches.  This adds (untested) support for OC2G

Change-Id: I62a9a5ec357b7246b2d7915681c646c79eda4b76
---
M jobs/gerrit-verifications.yml
1 file changed, 5 insertions(+), 3 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Omar Ramadan: Looks good to me, but someone else must approve; Verified



diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index f3bde2e..a989760 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -87,9 +87,9 @@
 
       - osmo-bts:
           a1_name: FIRMWARE_VERSION
-          a1: !!python/tuple [master, femtobts_v2.7, superfemto_v2.4, superfemto_v3.0.1pre, superfemto_v3.1, superfemto_v5.1, v2017.01, origin/nrw/litecell15]
+          a1: !!python/tuple [master, femtobts_v2.7, superfemto_v2.4, superfemto_v3.0.1pre, superfemto_v3.1, superfemto_v5.1, v2017.01, origin/nrw/litecell15, origin/nrw/oc2g, origin/nrw/oc2g-next]
           a2_name: BTS_MODEL
-          a2: !!python/tuple [sysmo, oct, trx, oct+trx, lc15]
+          a2: !!python/tuple [sysmo, oct, trx, oct+trx, lc15, oc2g]
           combination_filter: >
             FIRMWARE_VERSION == "master" ||
             (FIRMWARE_VERSION == "femtobts_v2.7" && BTS_MODEL == "sysmo") ||
@@ -98,7 +98,9 @@
             (FIRMWARE_VERSION == "superfemto_v3.1" && BTS_MODEL == "sysmo") ||
             (FIRMWARE_VERSION == "superfemto_v5.1" && BTS_MODEL == "sysmo") ||
             (FIRMWARE_VERSION == "v2017.01" && BTS_MODEL == "lc15") ||
-            (FIRMWARE_VERSION == "origin/nrw/litecell15" && BTS_MODEL == "lc15")
+            (FIRMWARE_VERSION == "origin/nrw/litecell15" && BTS_MODEL == "lc15") ||
+            (FIRMWARE_VERSION == "origin/nrw/oc2g" && BTS_MODEL == "oc2g") ||
+            (FIRMWARE_VERSION == "origin/nrw/oc2g-next" && BTS_MODEL == "oc2g")
           cmd: './contrib/jenkins_bts_model.sh "$BTS_MODEL"'
 
       - osmo-ggsn:

-- 
To view, visit https://gerrit.osmocom.org/11470
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I62a9a5ec357b7246b2d7915681c646c79eda4b76
Gerrit-Change-Number: 11470
Gerrit-PatchSet: 2
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Omar Ramadan <omar.ramadan93 at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181027/9c164904/attachment.htm>


More information about the gerrit-log mailing list