osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/38536?usp=email
)
Change subject: jobs/ttcn3-testsuites: run hnbgw with testenv
......................................................................
jobs/ttcn3-testsuites: run hnbgw with testenv
Change-Id: I373d8c23b0bf681829f66956e3d76e3902209e99
---
M jobs/ttcn3-testsuites-testenv.yml
M jobs/ttcn3-testsuites.yml
2 files changed, 20 insertions(+), 8 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index ef988e5..726f6e8 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -25,6 +25,11 @@
# ---------------------------------------------
# Debian nightly
# ---------------------------------------------
+ - ttcn3-hnbgw-test:
+ testsuite: hnbgw
+ args: -b osmocom:nightly -c all
+ timer: H 03 * * *
+
- ttcn3-bsc-test:
testsuite: bsc
args: -b osmocom:nightly -c generic
@@ -214,6 +219,11 @@
args: -b osmocom:latest
timer: H 09 * * *
+ - ttcn3-hnbgw-test-latest:
+ testsuite: hnbgw
+ args: -b osmocom:latest -c all
+ timer: H 09 * * *
+
- ttcn3-hnodeb-test-latest:
testsuite: hnodeb
args: -b osmocom:latest
@@ -296,6 +306,11 @@
args: -b osmocom:nightly --io-uring -c generic
timer: H 12 * * *
+ - ttcn3-hnbgw-test-io_uring:
+ testsuite: hnbgw
+ args: -b osmocom:nightly --io-uring -c all
+ timer: H 12 * * *
+
# ---------------------------------------------
# Debian nightly + asan (OS#5301)
# ---------------------------------------------
@@ -364,6 +379,11 @@
args: -b osmocom:nightly:asan
timer: H 14 * * *
+ - ttcn3-hnbgw-test-asan:
+ testsuite: hnbgw
+ args: -b osmocom:nightly:asan -c all
+ timer: H 12 * * *
+
- job-template:
name: '{job-name}'
project-type: freestyle
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 59eff46..947d890 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -49,8 +49,6 @@
node: hdlc
- ttcn3-ns-test-sgsn-sns:
timer: H 06 * * *
- - ttcn3-hnbgw-test:
- timer: H 07 * * *
- ttcn3-fr-test:
timer: H 07 * * *
node: hdlc
@@ -87,8 +85,6 @@
- ttcn3-gbproxy-test-fr-latest:
timer: H 09 * * *
node: hdlc
- - ttcn3-hnbgw-test-latest:
- timer: H 10 * * *
- ttcn3-epdg-test-latest:
timer: H 07 * * *
# osmo-epdg requires OTP and kernel >= debian12:
@@ -107,8 +103,6 @@
# With LIBOSMO_IO_BACKEND=IO_URING (OS#6357)
- ttcn3-msc-test-io_uring:
timer: H 11 * * *
- - ttcn3-hnbgw-test-io_uring:
- timer: H 11 * * *
- ttcn3-gbproxy-test-io_uring:
timer: H 11 * * *
- ttcn3-bts-test-io_uring:
@@ -119,8 +113,6 @@
timer: H 12 * * *
- ttcn3-gbproxy-test-asan:
timer: H 12 * * *
- - ttcn3-hnbgw-test-asan:
- timer: H 12 * * *
- ttcn3-msc-test-asan:
timer: H 13 * * *
- ttcn3-remsim-test-asan:
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/38536?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: I373d8c23b0bf681829f66956e3d76e3902209e99
Gerrit-Change-Number: 38536
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>