gerrit-verifications: execute 'distcheck' job for pysim

Change-Id: I9d4d9e9de2b16a4b745791f3c9c93507f43bfa6d
Related: pysim.git Ic72d58494e8fd0cab8d66ce60f7b70593b770872
This commit is contained in:
Vadim Yanitskiy 2024-03-22 01:21:31 +07:00 committed by laforge
parent 36cd8c53a6
commit 31fd5cf020
1 changed files with 2 additions and 1 deletions

View File

@ -399,9 +399,10 @@
concurrent: false
slave_axis: !!python/tuple [simtester,osmocom-gerrit]
a2_name: JOB_TYPE
a2: !!python/tuple ["test", "pylint", "docs"]
a2: !!python/tuple ["test", "distcheck", "pylint", "docs"]
combination_filter: >
(JOB_TYPE == "test" && label == "simtester") ||
(JOB_TYPE == "distcheck" && label == "osmocom-gerrit") ||
(JOB_TYPE == "pylint" && label == "osmocom-gerrit") ||
(JOB_TYPE == "docs" && label == "osmocom-gerrit")
cmd: |