add jenkins jobs for TTCN3 tests of osmo-pcap-client

Change-Id: I4283c3f578a9baccddc693d4b09043502212a8e5
This commit is contained in:
Harald Welte 2021-04-25 13:22:47 +02:00
parent f1b0acb231
commit 92948e6f41
1 changed files with 7 additions and 0 deletions

View File

@ -126,6 +126,9 @@
blocking: "^(ttcn3|TTCN3-.*)-ns-test-fr.*"
timer: 20 11 * * *
node: hdlc
- ttcn3-pcap-client-test:
blocking: "^(ttcn3|TTCN3-.*)-pcap-client-test.*"
timer: 40 11 * * *
# debian-stretch latest stable
- nplab-m3ua-test-latest:
@ -190,6 +193,10 @@
- ttcn3-cbc-test-latest:
blocking: "^(ttcn3|TTCN3-.*)-cbc-test.*"
timer: 40 10 * * *
- ttcn3-pcap-client-test-latest:
blocking: "^(ttcn3|TTCN3-.*)-pcap-client-test.*"
timer: 40 11 * * *
# Jobs below use uppercase TTCN3-$DISTRO, so they get listed separately from the ttcn3-* (debian-stretch) jobs