pespin has uploaded this change for review.

View Change

jobs: Move ttcn3-stp-test* to use testenv

Depends: osmo-ttcn3-hacks.git e85c0c3069f03068d7187bf971a3e4139f5c4bd0
Change-Id: Ifdee05395c4c80a3c9cb60828c268bcbb8f430a8
---
M jobs/ttcn3-testsuites-testenv.yml
M jobs/ttcn3-testsuites.yml
2 files changed, 20 insertions(+), 8 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/32/38432/1
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index 83ad078..ed7e07c 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -60,6 +60,11 @@
args: -b osmocom:nightly
timer: H 06 * * *

+ - ttcn3-stp-test:
+ testsuite: stp
+ args: -b osmocom:nightly
+ timer: H 06 * * *
+
- ttcn3-hnodeb-test:
testsuite: hnodeb
args: -b osmocom:nightly
@@ -164,6 +169,11 @@
args: -b osmocom:latest
timer: H 09 * * *

+ - ttcn3-stp-test-latest:
+ testsuite: stp
+ args: -b osmocom:latest
+ timer: H 09 * * *
+
- ttcn3-hnodeb-test-latest:
testsuite: hnodeb
args: -b osmocom:latest
@@ -216,6 +226,11 @@
args: -b osmocom:nightly --io-uring -c generic
timer: H 11 * * *

+ - ttcn3-stp-test-io_uring:
+ testsuite: stp
+ args: -b osmocom:nightly --io-uring -c generic
+ timer: H 11 * * *
+
# ---------------------------------------------
# Debian nightly + asan (OS#5301)
# ---------------------------------------------
@@ -259,6 +274,11 @@
args: -b osmocom:nightly:asan -c 'osmo_ggsn_*'
timer: H 12 * * *

+ - ttcn3-stp-test-asan:
+ testsuite: stp
+ args: -b osmocom:nightly:asan
+ timer: H 13 * * *
+
- job-template:
name: '{job-name}'
project-type: freestyle
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 55eb9aa..13e36a0 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -41,8 +41,6 @@
timer: H 05 * * *
- ttcn3-remsim-test:
timer: H 05 * * *
- - ttcn3-stp-test:
- timer: H 06 * * *
- ttcn3-sccp-test:
timer: H 06 * * *
- ttcn3-gbproxy-test:
@@ -102,8 +100,6 @@
timer: H 09 * * *
- ttcn3-remsim-test-latest:
timer: H 09 * * *
- - ttcn3-stp-test-latest:
- timer: H 09 * * *
- ttcn3-sccp-test-latest:
timer: H 09 * * *
- ttcn3-gbproxy-test-latest:
@@ -140,8 +136,6 @@
timer: H 11 * * *
- ttcn3-gbproxy-test-io_uring:
timer: H 11 * * *
- - ttcn3-stp-test-io_uring:
- timer: H 11 * * *
- ttcn3-bts-test-io_uring:
timer: H 11 * * *

@@ -164,8 +158,6 @@
timer: H 13 * * *
- ttcn3-sccp-test-asan:
timer: H 13 * * *
- - ttcn3-stp-test-asan:
- timer: H 13 * * *


- job-template:

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

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ifdee05395c4c80a3c9cb60828c268bcbb8f430a8
Gerrit-Change-Number: 38432
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>