osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/40332?usp=email )
Change subject: jobs/ttcn3: move epdg to testenv ......................................................................
jobs/ttcn3: move epdg to testenv
Change-Id: I14a0ec774448782eb31e79e2a19b3631c3041735 --- M jobs/ttcn3-testsuites-testenv.yml M jobs/ttcn3-testsuites.yml 2 files changed, 24 insertions(+), 8 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml index 545900e..0596321 100644 --- a/jobs/ttcn3-testsuites-testenv.yml +++ b/jobs/ttcn3-testsuites-testenv.yml @@ -201,6 +201,18 @@ args: -b osmocom:nightly timer: H 10 * * *
+ - ttcn3-epdg-test: # ~4 min + testsuite: epdg + args: -b osmocom:nightly --custom-kernel + timer: H 10 * * * + kernel: torvalds + + - ttcn3-epdg-test-net-next: # ~4 min + testsuite: epdg + args: -b osmocom:nightly --custom-kernel + timer: H 10 * * * + kernel: net-next + # --------------------------------------------- # Debian latest # --------------------------------------------- @@ -357,6 +369,18 @@ args: -b osmocom:latest timer: H 13 * * *
+ - ttcn3-epdg-test-latest: # ~4 min + testsuite: epdg + args: -b osmocom:latest --custom-kernel + timer: H 13 * * * + kernel: torvalds + + - ttcn3-epdg-test-latest-net-next: # ~4 min + testsuite: epdg + args: -b osmocom:latest --custom-kernel + timer: H 13 * * * + kernel: net-next + # --------------------------------------------- # Debian nightly + io_uring (OS#6357) # --------------------------------------------- diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml index 27b6b10..0ea8a96 100644 --- a/jobs/ttcn3-testsuites.yml +++ b/jobs/ttcn3-testsuites.yml @@ -38,10 +38,6 @@ description: | Test open5gs-smfd + open5gs-upfd PGW main. email: jenkins-notifications@lists.osmocom.org acetcom@gmail.com - - ttcn3-epdg-test: # ~4 min - timer: H 06 * * * - # osmo-epdg requires OTP and kernel >= debian12: - node: build4-deb12build-ansible - ttcn3-asterisk-ims-ue-test: # ~19 min timer: H 06 * * *
@@ -53,10 +49,6 @@ - ttcn3-gbproxy-test-fr-latest: # ~23 min timer: H 07 * * * node: hdlc - - ttcn3-epdg-test-latest: # ~5 min - timer: H 07 * * * - # osmo-epdg requires OTP and kernel >= debian12: - node: build4-deb12build-ansible
# Jobs below use uppercase TTCN3-$DISTRO, so they get listed separately from the ttcn3-* (debian) jobs