osmith submitted this change.

View Change

Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve
jobs/ttcn3: add -ogs-latest jobs

Be consistent with the Osmocom jobs where we have -latest too.

Add no mail notifications to open5gs maintainers, because if tests start
failing for latest then it usually means a regression in our testsuite
code.

Change-Id: I28c3b7130661c177271d7341f759a05c94d9607f
---
M jobs/ttcn3-testsuites-testenv.yml
1 file changed, 25 insertions(+), 0 deletions(-)

diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index 3e1a9a3..93fbc58 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -405,6 +405,31 @@
timer: H 13 * * *
kernel: net-next

+ - ttcn3-hss-test-ogs-latest: # ~1 min
+ testsuite: hss
+ args: -b osmocom:latest
+ timer: H 13 * * *
+
+ - ttcn3-mme-test-ogs-latest: # ~2 min
+ testsuite: mme
+ args: -b osmocom:latest -c all
+ timer: H 13 * * *
+
+ - ttcn3-pcrf-test-ogs-latest: # ~1 min
+ testsuite: pcrf
+ args: -b osmocom:latest
+ timer: H 13 * * *
+
+ - ttcn3-5gc-test-ogs-latest: # ~1 min
+ testsuite: 5gc
+ args: -b osmocom:latest
+ timer: H 13 * * *
+
+ - ttcn3-ggsn-test-ogs-latest: # ~10 min
+ testsuite: ggsn
+ args: -b osmocom:latest -c open5gs
+ timer: H 13 * * *
+
# ---------------------------------------------
# Debian nightly + io_uring (OS#6357)
# ---------------------------------------------

To view, visit change 41423. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I28c3b7130661c177271d7341f759a05c94d9607f
Gerrit-Change-Number: 41423
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>