osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/39915?usp=email )
Change subject: jobs/ttcn3-testsuites: run remsim with testenv
......................................................................
jobs/ttcn3-testsuites: run remsim with testenv
Related: OS#6494
Change-Id: Ibaa638408c130335e5d14590111e641493cdc194
---
M jobs/ttcn3-testsuites-testenv.yml
M jobs/ttcn3-testsuites.yml
2 files changed, 15 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/15/39915/1
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index fa58381..e5e78c9 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -166,6 +166,11 @@
args: -b osmocom:nightly
timer: H 10 * * *
+ - ttcn3-remsim-test: # ~6 min
+ testsuite: remsim
+ args: -b osmocom:nightly -c all
+ timer: H 10 * * *
+
# ---------------------------------------------
# Debian latest
# ---------------------------------------------
@@ -282,6 +287,11 @@
args: -b osmocom:latest
timer: H 13 * * *
+ - ttcn3-remsim-test-latest: # ~6 min
+ testsuite: remsim
+ args: -b osmocom:latest -c all
+ timer: H 13 * * *
+
# ---------------------------------------------
# Debian nightly + io_uring (OS#6357)
# ---------------------------------------------
@@ -383,6 +393,11 @@
args: -b osmocom:nightly:asan -c all
timer: H 17 * * *
+ - ttcn3-remsim-test-asan: # ~6 min
+ testsuite: remsim
+ args: -b osmocom:nightly:asan -c all
+ timer: H 17 * * *
+
- job-template:
name: '{job-name}'
project-type: freestyle
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 5d44718..51b5a91 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -26,8 +26,6 @@
timer: H 03 * * *
- nplab-sua-test: # ~1 min
timer: H 03 * * *
- - ttcn3-remsim-test: # ~6 min
- timer: H 03 * * *
- ttcn3-sccp-test: # ~2 min
timer: H 03 * * *
- ttcn3-gbproxy-test: # ~15 min
@@ -66,8 +64,6 @@
timer: H 04 * * *
- ttcn3-msc-test-latest: # ~35 min
timer: H 04 * * *
- - ttcn3-remsim-test-latest: # ~6 min
- timer: H 05 * * *
- ttcn3-sccp-test-latest: # ~2 min
timer: H 05 * * *
- ttcn3-gbproxy-test-latest: # ~15 min
@@ -115,8 +111,6 @@
timer: H 07 * * *
- ttcn3-msc-test-asan: # ~35 min
timer: H 07 * * *
- - ttcn3-remsim-test-asan: # ~6 min
- timer: H 07 * * *
- ttcn3-sccp-test-asan: # ~2 min
timer: H 07 * * *
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/39915?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: Ibaa638408c130335e5d14590111e641493cdc194
Gerrit-Change-Number: 39915
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>