osmith submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
jobs/ttcn3-testsuites-testenv: add s1gw

Remove the docker-playground based job and add a new testenv based job
instead. Add one for -latest too as we recently tagged the first
releases.

Do not limit the job to a specific node, looks like this was pasted
from the above job by mistake. I've successfully ran this on another
node build2-deb11build-ansible.

Related: OS#6494
Depends: osmo-ttcn3-hacks Ib66c3f23355c117302b48fc9ef05cde1920d8739
Change-Id: Iac626d0c7c87c49ee6ba540ae1894abdb2336642
---
M jobs/ttcn3-testsuites-testenv.yml
M jobs/ttcn3-testsuites.yml
2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index e14d9f3..d1cf286 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -82,6 +82,11 @@
timer: H 07 * * *
email: jenkins-notifications@lists.osmocom.org acetcom@gmail.com

+ - ttcn3-s1gw-test:
+ testsuite: s1gw
+ args: -b osmocom:nightly
+ timer: H 07 * * *
+
# ---------------------------------------------
# Debian latest
# ---------------------------------------------
@@ -131,6 +136,11 @@
timer: H 10 * * *
disabled: true

+ - ttcn3-s1gw-test-latest:
+ testsuite: s1gw
+ args: -b osmocom:latest
+ timer: H 10 * * *
+
# ---------------------------------------------
# Debian nightly + io_uring (OS#6357)
# ---------------------------------------------
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index e11f5f3..98becb5 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -128,10 +128,6 @@
timer: H 07 * * *
# osmo-epdg requires OTP and kernel >= debian12:
node: build4-deb12build-ansible
- - ttcn3-s1gw-test:
- timer: H 07 * * *
- # osmo-s1gw requires OTP and kernel >= debian12:
- node: build4-deb12build-ansible
- ttcn3-asterisk-ims-ue-test:
timer: H 07 * * *


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

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Iac626d0c7c87c49ee6ba540ae1894abdb2336642
Gerrit-Change-Number: 37913
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>