osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/36528?usp=email )
Change subject: jobs/gerrit: osmo-hnbgw: build with/without nftables
......................................................................
jobs/gerrit: osmo-hnbgw: build with/without nftables
Related: OS#6425
Change-Id: I9828b70708dbe466c37df6ffb87b04362f14c71c
---
M jobs/gerrit-verifications.yml
1 file changed, 15 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/28/36528/1
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 3be106d..607e909 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -383,13 +383,16 @@
a1: !!python/tuple ["1", "0"]
a2_name: WITH_MANUALS
a2: !!python/tuple ["1", "0"]
+ a3_name: NFTABLES
+ a3: !!python/tuple ["1", "0"]
combination_filter: >
- (PFCP == "1" && WITH_MANUALS == "1") ||
- (PFCP == "0" && WITH_MANUALS == "0")
+ (PFCP == "1" && WITH_MANUALS == "1" &&
NFTABLES == "1") ||
+ (PFCP == "0" && WITH_MANUALS == "0" &&
NFTABLES == "0")
cmd: |
{docker_run_ccache} \
-e PFCP="$PFCP" \
-e WITH_MANUALS="$WITH_MANUALS" \
+ -e NFTABLES="$NFTABLES" \
{docker_img} {timeout_cmd} /build/contrib/jenkins.sh
- osmo-upf:
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/36528?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I9828b70708dbe466c37df6ffb87b04362f14c71c
Gerrit-Change-Number: 36528
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange