fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/42669?usp=email )
Change subject: jobs/master-builds.yml: fix typo: crad-test -> card-test
......................................................................
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(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
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 https://gerrit.osmocom.org/c/osmo-ci/+/42669?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I0686af6c026e298c86d3a64cc161e5c84ec7dc57
Gerrit-Change-Number: 42669
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>