osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/38521?usp=email )
Change subject: jobs/ttcn3-testsuites: run pcu with testenv
......................................................................
jobs/ttcn3-testsuites: run pcu with testenv
Change-Id: I950e39e5d5527fa44adda1497eb0738377fe5001
---
M jobs/ttcn3-testsuites-testenv.yml
M jobs/ttcn3-testsuites.yml
2 files changed, 30 insertions(+), 10 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/21/38521/1
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index 99d4758..a91b13f 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -25,6 +25,16 @@
# ---------------------------------------------
# Debian nightly
# ---------------------------------------------
+ - ttcn3-pcu-test:
+ testsuite: pcu
+ args: -b osmocom:nightly -c generic
+ timer: H 04 * * *
+
+ - ttcn3-pcu-test-sns:
+ testsuite: pcu
+ args: -b osmocom:nightly -c sns
+ timer: H 05 * * *
+
- ttcn3-hlr-test:
testsuite: hlr
args: -b osmocom:nightly
@@ -134,6 +144,16 @@
# ---------------------------------------------
# Debian latest
# ---------------------------------------------
+ - ttcn3-pcu-test-latest:
+ testsuite: pcu
+ args: -b osmocom:latest -c generic
+ timer: H 08 * * *
+
+ - ttcn3-pcu-test-sns-latest:
+ testsuite: pcu
+ args: -b osmocom:latest -c sns
+ timer: H 08 * * *
+
- ttcn3-hlr-test-latest:
testsuite: hlr
args: -b osmocom:latest
@@ -279,6 +299,16 @@
args: -b osmocom:nightly:asan
timer: H 13 * * *
+ - ttcn3-pcu-test-asan:
+ testsuite: pcu
+ args: -b osmocom:nightly:asan -c generic
+ timer: H 13 * * *
+
+ - ttcn3-pcu-test-sns-asan:
+ testsuite: pcu
+ args: -b osmocom:nightly:asan -c sns
+ timer: H 13 * * *
+
- job-template:
name: '{job-name}'
project-type: freestyle
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 13e36a0..accd4f8 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -26,10 +26,6 @@
timer: H 04 * * *
- nplab-sua-test:
timer: H 04 * * *
- - ttcn3-pcu-test:
- timer: H 04 * * *
- - ttcn3-pcu-test-sns:
- timer: H 05 * * *
- ttcn3-bsc-test:
timer: H 05 * * *
- ttcn3-bts-test:
@@ -85,10 +81,6 @@
timer: H 08 * * *
- ttcn3-msc-test-latest:
timer: H 08 * * *
- - ttcn3-pcu-test-latest:
- timer: H 08 * * *
- - ttcn3-pcu-test-sns-latest:
- timer: H 08 * * *
- ttcn3-bsc-test-latest:
timer: H 08 * * *
- ttcn3-bts-test-latest:
@@ -152,8 +144,6 @@
timer: H 13 * * *
- ttcn3-pcap-client-test-asan:
timer: H 13 * * *
- - ttcn3-pcu-test-asan:
- timer: H 13 * * *
- ttcn3-remsim-test-asan:
timer: H 13 * * *
- ttcn3-sccp-test-asan:
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/38521?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: I950e39e5d5527fa44adda1497eb0738377fe5001
Gerrit-Change-Number: 38521
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>