laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/28487 )
Change subject: jobs: ttcn3-testsuites: Enable hnodeb,hnbgw,sccp,gbproxy 'latest' after new project releases ......................................................................
jobs: ttcn3-testsuites: Enable hnodeb,hnbgw,sccp,gbproxy 'latest' after new project releases
These two projects have been released recently as part of Osmocom CNI 202206. Let's enable testing them since version in latest is good enough for testing.
Change-Id: I1587e8400eff2d8b1ec26ab2fff1fbfa772fe8f8 --- M jobs/ttcn3-testsuites.yml 1 file changed, 16 insertions(+), 16 deletions(-)
Approvals: laforge: Looks good to me, approved fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml index d4b4ec7..d3eba00 100644 --- a/jobs/ttcn3-testsuites.yml +++ b/jobs/ttcn3-testsuites.yml @@ -210,16 +210,19 @@ - ttcn3-stp-test-latest: blocking: "^(ttcn3|TTCN3-.*)-stp-test.*" timer: 30 09 * * * - #- ttcn3-sccp-test-latest: - # blocking: "^(ttcn3|TTCN3-.*)-sccp-test.*" - # timer: 00 10 * * * + - ttcn3-sccp-test-latest: + blocking: "^(ttcn3|TTCN3-.*)-sccp-test.*" + timer: 00 10 * * * - ttcn3-smlc-test-latest: blocking: "^(ttcn3|TTCN3-.*)-smlc-test.*" timer: 10 10 * * * - # disabled until we have a stable release that supports IP-SNS in SGSN role - #- ttcn3-gbproxy-test-latest: - #blocking: "^(ttcn3|TTCN3-.*)-gbproxy-test.*" - #timer: 20 10 * * * + - ttcn3-gbproxy-test-latest: + blocking: "^(ttcn3|TTCN3-.*)-gbproxy-test.*" + timer: 20 10 * * * + - ttcn3-gbproxy-test-fr-latest: + blocking: "^(ttcn3|TTCN3-.*)-gbproxy-test-fr.*" + timer: 30 10 * * * + node: hdlc - ttcn3-cbc-test-latest: blocking: "^(ttcn3|TTCN3-.*)-cbc-test.*" timer: 40 10 * * * @@ -229,7 +232,6 @@ - ttcn3-hnodeb-test-latest: blocking: "^(ttcn3|TTCN3-.*)-hnodeb-test.*" timer: 40 12 * * * - disabled: true - ttcn3-upf-test-latest: blocking: "^(ttcn3|TTCN3-.*)-upf-test.*" timer: 00 13 * * * @@ -237,8 +239,6 @@ - ttcn3-hnbgw-test-latest: blocking: "^(ttcn3|TTCN3-.*)-hnbgw-test.*" timer: 40 13 * * * - disabled: true -
# Jobs below use uppercase TTCN3-$DISTRO, so they get listed separately from the ttcn3-* (debian-stretch) jobs
@@ -344,12 +344,12 @@ - TTCN3-centos-smlc-test-latest: blocking: "^(ttcn3|TTCN3-.*)-smlc-test.*" timer: 10 10 * * * - #- TTCN3-centos-sccp-test-latest: - # blocking: "^(ttcn3|TTCN3-.*)-sccp-test.*" - # timer: 00 10 * * * - #- TTCN3-centos-gbproxy-test-latest: - #blocking: "^(ttcn3|TTCN3-.*)-gbproxy-test.*" - #timer: 20 10 * * * + - TTCN3-centos-sccp-test-latest: + blocking: "^(ttcn3|TTCN3-.*)-sccp-test.*" + timer: 00 10 * * * + - TTCN3-centos-gbproxy-test-latest: + blocking: "^(ttcn3|TTCN3-.*)-gbproxy-test.*" + timer: 20 10 * * * - TTCN3-centos-cbc-test-latest: blocking: "^(ttcn3|TTCN3-.*)-cbc-test.*" timer: 40 10 * * *