osmith submitted this change.

View Change

Approvals: laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified fixeria: Looks good to me, approved
jobs/ttcn3: move ttcn3-gbproxy-test to testenv

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

diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index ac1b00e..161ae57 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -196,6 +196,11 @@
args: -b osmocom:nightly -c sgsn_sns
timer: H 10 * * *

+ - ttcn3-gbproxy-test: # ~15 min
+ testsuite: gbproxy
+ args: -b osmocom:nightly
+ timer: H 10 * * *
+
# ---------------------------------------------
# Debian latest
# ---------------------------------------------
@@ -347,6 +352,11 @@
args: -b osmocom:latest -c sgsn_sns
timer: H 13 * * *

+ - ttcn3-gbproxy-test-latest: # ~15 min
+ testsuite: gbproxy
+ args: -b osmocom:latest
+ timer: H 13 * * *
+
# ---------------------------------------------
# Debian nightly + io_uring (OS#6357)
# ---------------------------------------------
@@ -385,6 +395,11 @@
args: -b osmocom:nightly --io-uring
timer: H 14 * * *

+ - ttcn3-gbproxy-test-io_uring: # ~15 min
+ testsuite: gbproxy
+ args: -b osmocom:nightly --io-uring
+ timer: H 14 * * *
+
# ---------------------------------------------
# Debian nightly + asan (OS#5301)
# ---------------------------------------------
@@ -488,6 +503,11 @@
args: -b osmocom:nightly:asan -c sgsn_sns
timer: H 17 * * *

+ - ttcn3-gbproxy-test-asan: # ~15 min
+ testsuite: gbproxy
+ 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 6d76961..27b6b10 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -24,8 +24,6 @@
timer: H 06 * * *
- nplab-sua-test: # ~1 min
timer: H 06 * * *
- - ttcn3-gbproxy-test: # ~15 min
- timer: H 06 * * *
- ttcn3-gbproxy-test-fr: # ~26 min
timer: H 06 * * *
node: hdlc
@@ -52,8 +50,6 @@
timer: H 07 * * *
- nplab-sua-test-latest: # ~1 min
timer: H 07 * * *
- - ttcn3-gbproxy-test-latest: # ~15 min
- timer: H 07 * * *
- ttcn3-gbproxy-test-fr-latest: # ~23 min
timer: H 07 * * *
node: hdlc
@@ -72,10 +68,6 @@
- TTCN3-centos7-pcap-client-test-latest: # ~1 min
timer: H 07 * * *

- # With LIBOSMO_IO_BACKEND=IO_URING (OS#6357)
- - ttcn3-gbproxy-test-io_uring: # ~15 min
- timer: H 07 * * *
-
# BTS testsuites tend to fail with timeouts on heavy loads. Group them
# here in timeslots where jenkins nodes are otherwise not busy according
# to stats in grafana to hopefully make the test results more stable.
@@ -95,10 +87,6 @@
timer: 30 03 * * *
node: build5-deb12build-ansible

- # With sanitizer (OS#5301)
- - ttcn3-gbproxy-test-asan: # ~15 min
- timer: H 07 * * *
-
- job-template:
name: '{job-name}'
project-type: freestyle

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

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Iee56d7f6dbe141a23a4e8f140417c65d71a355f8
Gerrit-Change-Number: 40240
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>