osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/38384?usp=email )
Change subject: jobs/ttcn3-testsuites-testenv: fix kernel arg name
......................................................................
jobs/ttcn3-testsuites-testenv: fix kernel arg name
It is --custom-kernel, not --kernel-custom.
Change-Id: I44facf5f50a0524707f868485a3eb34308071b7a
---
M jobs/ttcn3-testsuites-testenv.yml
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/84/38384/1
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index f966b67..79f5b9c 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -193,13 +193,13 @@
- ttcn3-ggsn-test-kernel-latest-net-next:
testsuite: ggsn
- args: -b osmocom:latest -c 'osmo_ggsn_v*_only' --kernel-custom
+ args: -b osmocom:latest -c 'osmo_ggsn_v*_only' --custom-kernel
kernel: net-next
timer: H 10 * * *
- ttcn3-ggsn-test-kernel-latest-torvalds:
testsuite: ggsn
- args: -b osmocom:latest -c 'osmo_ggsn_v*_only' --kernel-custom
+ args: -b osmocom:latest -c 'osmo_ggsn_v*_only' --custom-kernel
kernel: torvalds
timer: H 10 * * *
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/38384?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I44facf5f50a0524707f868485a3eb34308071b7a
Gerrit-Change-Number: 38384
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>