fixeria has uploaded this change for review.
jobs/master-builds.yml: fix typo: crad-test -> card-test
Change-Id: I0686af6c026e298c86d3a64cc161e5c84ec7dc57
Fixes: ee1ef65 ("jobs/master-builds.yml: pysim: separate JOB_TYPE for card tests")
---
M jobs/master-builds.yml
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/69/42669/1
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index fee8c57..9a18fc0 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -643,7 +643,7 @@
a2: !!python/tuple ["test", "card-test", "pylint", "docs"]
combination_filter: >
(JOB_TYPE == "test" && label == "osmocom-master") ||
- (JOB_TYPE == "crad-test" && label == "simtester") ||
+ (JOB_TYPE == "card-test" && label == "simtester") ||
(JOB_TYPE == "pylint" && label == "osmocom-master") ||
(JOB_TYPE == "docs" && label == "osmocom-master")
cmd: |
To view, visit change 42669. To unsubscribe, or for help writing mail filters, visit settings.