fixeria has uploaded this change for review.

View Change

gerrit-verifications: execute 'distcheck' job for pysim

Change-Id: I9d4d9e9de2b16a4b745791f3c9c93507f43bfa6d
Related: pysim.git Ic72d58494e8fd0cab8d66ce60f7b70593b770872
---
M jobs/gerrit-verifications.yml
1 file changed, 12 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/84/36384/1
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 492c06e..f1036c9 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -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 == "simtester") ||
(JOB_TYPE == "pylint" && label == "osmocom-gerrit") ||
(JOB_TYPE == "docs" && label == "osmocom-gerrit")
cmd: |

To view, visit change 36384. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I9d4d9e9de2b16a4b745791f3c9c93507f43bfa6d
Gerrit-Change-Number: 36384
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange