osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/39942?usp=email
)
Change subject: jobs/testsuites: move msc to testenv
......................................................................
jobs/testsuites: move msc to testenv
Related: OS#6494
Change-Id: Ia5879b5eeca80f2aac5834ce757a5953e2af98b7
---
M jobs/ttcn3-testsuites-testenv.yml
M jobs/ttcn3-testsuites.yml
2 files changed, 20 insertions(+), 9 deletions(-)
Approvals:
osmith: Looks good to me, approved; Verified
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
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 3deebd0..760b814 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -176,6 +176,11 @@
args: -b osmocom:nightly
timer: H 10 * * *
+ - ttcn3-msc-test: # ~35 min
+ testsuite: msc
+ args: -b osmocom:nightly
+ timer: H 10 * * *
+
# ---------------------------------------------
# Debian latest
# ---------------------------------------------
@@ -302,6 +307,11 @@
args: -b osmocom:latest
timer: H 13 * * *
+ - ttcn3-msc-test-latest: # ~35 min
+ testsuite: msc
+ args: -b osmocom:latest
+ timer: H 13 * * *
+
# ---------------------------------------------
# Debian nightly + io_uring (OS#6357)
# ---------------------------------------------
@@ -330,6 +340,11 @@
args: -b osmocom:nightly --io-uring -c all
timer: H 14 * * *
+ - ttcn3-msc-test-io_uring: # ~35 min
+ testsuite: msc
+ args: -b osmocom:nightly --io-uring
+ timer: H 14 * * *
+
# ---------------------------------------------
# Debian nightly + asan (OS#5301)
# ---------------------------------------------
@@ -413,6 +428,11 @@
args: -b osmocom:nightly:asan
timer: H 17 * * *
+ - ttcn3-msc-test-asan: # ~35 min
+ testsuite: msc
+ 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 927e2af..9a22f0b 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -20,8 +20,6 @@
# timer: 10 per hour from 04:00 - 18:00, see jobs/README.adoc
job-name:
# debian nightly - order by time
- - ttcn3-msc-test: # ~35 min
- timer: H 03 * * *
- nplab-m3ua-test: # ~1 min
timer: H 03 * * *
- nplab-sua-test: # ~1 min
@@ -60,8 +58,6 @@
timer: H 04 * * *
- nplab-sua-test-latest: # ~1 min
timer: H 04 * * *
- - ttcn3-msc-test-latest: # ~35 min
- timer: H 04 * * *
- ttcn3-gbproxy-test-latest: # ~15 min
timer: H 05 * * *
- ttcn3-gbproxy-test-fr-latest: # ~23 min
@@ -83,8 +79,6 @@
timer: H 05 * * *
# With LIBOSMO_IO_BACKEND=IO_URING (OS#6357)
- - ttcn3-msc-test-io_uring: # ~35 min
- timer: H 05 * * *
- ttcn3-gbproxy-test-io_uring: # ~15 min
timer: H 05 * * *
@@ -105,9 +99,6 @@
# With sanitizer (OS#5301)
- ttcn3-gbproxy-test-asan: # ~15 min
timer: H 07 * * *
- - ttcn3-msc-test-asan: # ~35 min
- timer: H 07 * * *
-
- job-template:
name: '{job-name}'
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/39942?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: Ia5879b5eeca80f2aac5834ce757a5953e2af98b7
Gerrit-Change-Number: 39942
Gerrit-PatchSet: 1
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>