osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/38523?usp=email
)
Change subject: jobs/ttcn3-testsuites: run pcap-client with testenv
......................................................................
jobs/ttcn3-testsuites: run pcap-client with testenv
Change-Id: Iba974e6c247008e2d220a11b402291b9f944820c
---
M jobs/ttcn3-testsuites-testenv.yml
M jobs/ttcn3-testsuites.yml
2 files changed, 15 insertions(+), 6 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
fixeria: Looks good to me, but someone else must approve
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index 89e15ba..ef988e5 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -156,6 +156,11 @@
timer: H 07 * * *
email: jenkins-notifications(a)lists.osmocom.org acetcom(a)gmail.com
+ - ttcn3-pcap-client-test:
+ testsuite: pcap-client
+ args: -b osmocom:nightly
+ timer: H 08 * * *
+
# ---------------------------------------------
# Debian latest
# ---------------------------------------------
@@ -263,6 +268,11 @@
args: -b osmocom:latest -c vamos
timer: H 11 * * *
+ - ttcn3-pcap-client-test-latest:
+ testsuite: pcap-client
+ args: -b osmocom:latest
+ timer: H 11 * * *
+
# ---------------------------------------------
# Debian nightly + io_uring (OS#6357)
# ---------------------------------------------
@@ -349,6 +359,11 @@
args: -b osmocom:nightly:asan -c generic
timer: H 14 * * *
+ - ttcn3-pcap-client-test-asan:
+ testsuite: pcap-client
+ args: -b osmocom:nightly:asan
+ timer: H 14 * * *
+
- job-template:
name: '{job-name}'
project-type: freestyle
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 38c3e2a..59eff46 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -49,8 +49,6 @@
node: hdlc
- ttcn3-ns-test-sgsn-sns:
timer: H 06 * * *
- - ttcn3-pcap-client-test:
- timer: H 07 * * *
- ttcn3-hnbgw-test:
timer: H 07 * * *
- ttcn3-fr-test:
@@ -89,8 +87,6 @@
- ttcn3-gbproxy-test-fr-latest:
timer: H 09 * * *
node: hdlc
- - ttcn3-pcap-client-test-latest:
- timer: H 10 * * *
- ttcn3-hnbgw-test-latest:
timer: H 10 * * *
- ttcn3-epdg-test-latest:
@@ -127,8 +123,6 @@
timer: H 12 * * *
- ttcn3-msc-test-asan:
timer: H 13 * * *
- - ttcn3-pcap-client-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/+/38523?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Iba974e6c247008e2d220a11b402291b9f944820c
Gerrit-Change-Number: 38523
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>