aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/gerrit-verifications.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/gerrit-verifications.yml')
-rw-r--r--jobs/gerrit-verifications.yml7
1 files changed, 5 insertions, 2 deletions
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: