osmith has uploaded this change for review.

View Change

jobs/ttcn3-testsuites: run bsc with testenv

Change-Id: I327d0e0bf816b84bd04448d23aab16b5264c6a77
---
M jobs/ttcn3-testsuites-testenv.yml
M jobs/ttcn3-testsuites.yml
2 files changed, 40 insertions(+), 15 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/22/38522/1
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index a91b13f..89e15ba 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -25,6 +25,21 @@
# ---------------------------------------------
# Debian nightly
# ---------------------------------------------
+ - ttcn3-bsc-test:
+ testsuite: bsc
+ args: -b osmocom:nightly -c generic
+ timer: H 04 * * *
+
+ - ttcn3-bsc-test-sccplite:
+ testsuite: bsc
+ args: -b osmocom:nightly -c sccplite
+ timer: H 04 * * *
+
+ - ttcn3-bsc-test-vamos:
+ testsuite: bsc
+ args: -b osmocom:nightly -c vamos
+ timer: H 04 * * *
+
- ttcn3-pcu-test:
testsuite: pcu
args: -b osmocom:nightly -c generic
@@ -233,6 +248,21 @@
kernel: torvalds
timer: H 10 * * *

+ - ttcn3-bsc-test-latest:
+ testsuite: bsc
+ args: -b osmocom:latest -c generic
+ timer: H 11 * * *
+
+ - ttcn3-bsc-test-sccplite-latest:
+ testsuite: bsc
+ args: -b osmocom:latest -c sccplite
+ timer: H 11 * * *
+
+ - ttcn3-bsc-test-vamos-latest:
+ testsuite: bsc
+ args: -b osmocom:latest -c vamos
+ timer: H 11 * * *
+
# ---------------------------------------------
# Debian nightly + io_uring (OS#6357)
# ---------------------------------------------
@@ -251,6 +281,11 @@
args: -b osmocom:nightly --io-uring
timer: H 11 * * *

+ - ttcn3-bsc-test-io_uring:
+ testsuite: bsc
+ args: -b osmocom:nightly --io-uring -c generic
+ timer: H 12 * * *
+
# ---------------------------------------------
# Debian nightly + asan (OS#5301)
# ---------------------------------------------
@@ -309,6 +344,11 @@
args: -b osmocom:nightly:asan -c sns
timer: H 13 * * *

+ - ttcn3-bsc-test-asan:
+ testsuite: bsc
+ args: -b osmocom:nightly:asan -c generic
+ timer: H 14 * * *
+
- job-template:
name: '{job-name}'
project-type: freestyle
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index accd4f8..38c3e2a 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -26,15 +26,11 @@
timer: H 04 * * *
- nplab-sua-test:
timer: H 04 * * *
- - ttcn3-bsc-test:
- timer: H 05 * * *
- ttcn3-bts-test:
timer: H 05 * * *
- ttcn3-bscnat-test:
timer: H 05 * * *
disabled: true
- - ttcn3-bsc-test-sccplite:
- timer: H 05 * * *
- ttcn3-remsim-test:
timer: H 05 * * *
- ttcn3-sccp-test:
@@ -55,8 +51,6 @@
timer: H 06 * * *
- ttcn3-pcap-client-test:
timer: H 07 * * *
- - ttcn3-bsc-test-vamos:
- timer: H 07 * * *
- ttcn3-hnbgw-test:
timer: H 07 * * *
- ttcn3-fr-test:
@@ -81,15 +75,11 @@
timer: H 08 * * *
- ttcn3-msc-test-latest:
timer: H 08 * * *
- - ttcn3-bsc-test-latest:
- timer: H 08 * * *
- ttcn3-bts-test-latest:
timer: H 08 * * *
- ttcn3-bscnat-test-latest:
timer: H 09 * * *
disabled: true
- - ttcn3-bsc-test-sccplite-latest:
- timer: H 09 * * *
- ttcn3-remsim-test-latest:
timer: H 09 * * *
- ttcn3-sccp-test-latest:
@@ -119,9 +109,6 @@
timer: H 10 * * *

# With LIBOSMO_IO_BACKEND=IO_URING (OS#6357)
- - ttcn3-bsc-test-io_uring:
- timer: H 11 * * *
- node: ttcn3_with_linux_6.1_or_higher # Runs out of memory on others (OS#6405)
- ttcn3-msc-test-io_uring:
timer: H 11 * * *
- ttcn3-hnbgw-test-io_uring:
@@ -132,8 +119,6 @@
timer: H 11 * * *

# With sanitizer (OS#5301)
- - ttcn3-bsc-test-asan:
- timer: H 12 * * *
- ttcn3-bts-test-asan:
timer: H 12 * * *
- ttcn3-gbproxy-test-asan:

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

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