osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/40240?usp=email )
Change subject: jobs/ttcn3: move ttcn3-gbproxy-test to testenv
......................................................................
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, 15 insertions(+), 8 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/40/40240/1
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index ac1b00e..9150488 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)
# ---------------------------------------------
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 6d76961..9d87c78 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.
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/40240?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Iee56d7f6dbe141a23a4e8f140417c65d71a355f8
Gerrit-Change-Number: 40240
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>