This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: jobs: gerrit-osmo-ttcn3-hacks: execute the job on a ttcn3 node
......................................................................
jobs: gerrit-osmo-ttcn3-hacks: execute the job on a ttcn3 node
Only ttcn3 nodes have the eclipse-titan compiler installed
Change-Id: If946af8fa3f7bd2d13914c9895d3f74b58fdef24
---
M jobs/gerrit-verifications.yml
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Harald Welte: Looks good to me, approved; Verified
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 54c99cc..640bde7 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -186,7 +186,7 @@
- osmo-ttcn3-hacks:
repos_url: 'https://gerrit.osmocom.org/{repos}'
- slave_axis: !!python/tuple [build2-deb9build]
+ slave_axis: !!python/tuple [ttcn3]
cmd: >
# keep first line with less indent to preserve newlines
make clean; make deps-update && make compile
--
To view, visit https://gerrit.osmocom.org/7742
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If946af8fa3f7bd2d13914c9895d3f74b58fdef24
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>