osmith has uploaded this change for review.

View Change

jobs/ttcn3-testsuites: run sccp with testenv

Related: OS#6494
Change-Id: I70a2289820c3ef50aeb3499d36245121387c0475
---
M jobs/ttcn3-testsuites-testenv.yml
M jobs/ttcn3-testsuites.yml
2 files changed, 15 insertions(+), 6 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/35/39935/1
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index e5e78c9..3deebd0 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -171,6 +171,11 @@
args: -b osmocom:nightly -c all
timer: H 10 * * *

+ - ttcn3-sccp-test: # ~2 min
+ testsuite: sccp
+ args: -b osmocom:nightly
+ timer: H 10 * * *
+
# ---------------------------------------------
# Debian latest
# ---------------------------------------------
@@ -292,6 +297,11 @@
args: -b osmocom:latest -c all
timer: H 13 * * *

+ - ttcn3-sccp-test-latest: # ~2 min
+ testsuite: sccp
+ args: -b osmocom:latest
+ timer: H 13 * * *
+
# ---------------------------------------------
# Debian nightly + io_uring (OS#6357)
# ---------------------------------------------
@@ -398,6 +408,11 @@
args: -b osmocom:nightly:asan -c all
timer: H 17 * * *

+ - ttcn3-sccp-test-asan: # ~2 min
+ testsuite: sccp
+ args: -b osmocom:nightly:asan
+ timer: H 17 * * *
+
- job-template:
name: '{job-name}'
project-type: freestyle
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 51b5a91..927e2af 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -26,8 +26,6 @@
timer: H 03 * * *
- nplab-sua-test: # ~1 min
timer: H 03 * * *
- - ttcn3-sccp-test: # ~2 min
- timer: H 03 * * *
- ttcn3-gbproxy-test: # ~15 min
timer: H 03 * * *
- ttcn3-gbproxy-test-fr: # ~26 min
@@ -64,8 +62,6 @@
timer: H 04 * * *
- ttcn3-msc-test-latest: # ~35 min
timer: H 04 * * *
- - ttcn3-sccp-test-latest: # ~2 min
- timer: H 05 * * *
- ttcn3-gbproxy-test-latest: # ~15 min
timer: H 05 * * *
- ttcn3-gbproxy-test-fr-latest: # ~23 min
@@ -111,8 +107,6 @@
timer: H 07 * * *
- ttcn3-msc-test-asan: # ~35 min
timer: H 07 * * *
- - ttcn3-sccp-test-asan: # ~2 min
- timer: H 07 * * *


- job-template:

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

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I70a2289820c3ef50aeb3499d36245121387c0475
Gerrit-Change-Number: 39935
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>