Fix missing OsmoPCU master build

Similar to Idac6e53b1e0addbcb5b6c99b8051e1e0ad26bc5b fix the master
branch builds.

Change-Id: Icdd53a7cb037324a568e8eab529716e030e00583
This commit is contained in:
Max 2018-01-17 14:28:30 +01:00
parent 13738fa235
commit 595ea2df16
1 changed files with 6 additions and 6 deletions

View File

@ -204,15 +204,15 @@
a1_name: FIRMWARE_VERSION
a1: !!python/tuple [master, v2017.01, origin/nrw/litecell15-next]
a2_name: with_vty
a2: !!python/tuple [yes ,no]
a2: !!python/tuple [True, False]
a3_name: with_dsp
a3: !!python/tuple [sysmo, lc15, none]
combination_filter: >
(with_vty == "yes" && with_dsp == "sysmo" && FIRMWARE_VERSION=="master") ||
(with_vty == "yes" && with_dsp == "lc15" && FIRMWARE_VERSION=="master") ||
(with_vty == "yes" && with_dsp == "lc15" && FIRMWARE_VERSION=="v2017.01") ||
(with_vty == "yes" && with_dsp == "lc15" && FIRMWARE_VERSION=="origin/nrw/litecell15-next") ||
(with_vty == "no" && with_dsp == "none" && FIRMWARE_VERSION=="master")
(with_vty == "True" && with_dsp == "sysmo" && FIRMWARE_VERSION=="master") ||
(with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="master") ||
(with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="v2017.01") ||
(with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="origin/nrw/litecell15-next") ||
(with_vty == "False" && with_dsp == "none" && FIRMWARE_VERSION=="master")
- osmo-sgsn:
a1_name: IU