osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/39935?usp=email
)
Change subject: jobs/ttcn3-testsuites: run sccp with testenv
......................................................................
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(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
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
https://gerrit.osmocom.org/c/osmo-ci/+/39935?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I70a2289820c3ef50aeb3499d36245121387c0475
Gerrit-Change-Number: 39935
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>