osmith submitted this change.

View Change

Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
jobs/octsim_osmo-ccid-firmware: don't use axis

There is only one node, so we can specify it directly instead of using a
build axis.

Change-Id: I552c8f1b244c8e8b0f902720698fbb6ba660fb72
---
M jobs/octsim_osmo-ccid-firmware.yml
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/jobs/octsim_osmo-ccid-firmware.yml b/jobs/octsim_osmo-ccid-firmware.yml
index e64e7ea..c777fe0 100644
--- a/jobs/octsim_osmo-ccid-firmware.yml
+++ b/jobs/octsim_osmo-ccid-firmware.yml
@@ -1,10 +1,5 @@
- job:
- axes:
- - axis:
- name: label
- type: slave
- values:
- - octsimtest
+ node: octsimtest
block-downstream: false
block-upstream: false
parameters:
@@ -24,7 +19,6 @@
execution-strategy:
sequential: false
name: octsim_osmo-ccid-firmware
- project-type: matrix
scm:
- git:
url: https://gerrit.osmocom.org/osmo-ccid-firmware

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

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I552c8f1b244c8e8b0f902720698fbb6ba660fb72
Gerrit-Change-Number: 42608
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>