osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/37913?usp=email
)
Change subject: jobs/ttcn3-testsuites-testenv: add s1gw
......................................................................
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(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
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(a)lists.osmocom.org acetcom(a)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
https://gerrit.osmocom.org/c/osmo-ci/+/37913?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: Iac626d0c7c87c49ee6ba540ae1894abdb2336642
Gerrit-Change-Number: 37913
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>