jobs: Add jenkins jobs ttcn3-hnodeb-test(-latest)

Change-Id: I451741b77f925c7402de0342b8224e24e30e7b02
This commit is contained in:
Pau Espin 2021-11-25 16:00:12 +01:00
parent a72c79c6ae
commit cccd0cdd08
1 changed files with 7 additions and 0 deletions

View File

@ -135,6 +135,9 @@
- ttcn3-bsc-test-vamos:
blocking: "^(ttcn3|TTCN3-.*)-bsc-test.*"
timer: 00 12 * * *
- ttcn3-hnodeb-test:
blocking: "^(ttcn3|TTCN3-.*)-hnodeb-test.*"
timer: 40 12 * * *
# debian-stretch latest stable
- nplab-m3ua-test-latest:
@ -202,6 +205,10 @@
- ttcn3-pcap-client-test-latest:
blocking: "^(ttcn3|TTCN3-.*)-pcap-client-test.*"
timer: 40 11 * * *
- ttcn3-hnodeb-test-latest:
blocking: "^(ttcn3|TTCN3-.*)-hnodeb-test.*"
timer: 40 12 * * *
disabled: true
# Jobs below use uppercase TTCN3-$DISTRO, so they get listed separately from the ttcn3-* (debian-stretch) jobs