osmith submitted this change.

View Change

Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve
jobs/ttcn3: adjust to testenv config rename

Replace "-c osmo_{hlr,ggsn}…" with "-c osmo".

Depends: osmo-ttcn3-hacks I7a64c946ece8ad5bfbf4f7d613634138af6db566
Change-Id: I3766d76a5a6fa8a8de00137fe33e0e747337c66e
---
M jobs/ttcn3-testsuites-testenv.yml
1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index 70f457f..144377e 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -58,7 +58,7 @@

- ttcn3-hlr-test: # ~3 min
testsuite: hlr
- args: -b osmocom:nightly -c osmo_hlr
+ args: -b osmocom:nightly -c osmo
timer: H 08 * * *

- ttcn3-hlr-test-pyhss: # ~3 min
@@ -152,23 +152,23 @@

- ttcn3-ggsn-test: # ~15 min
testsuite: ggsn
- args: -b osmocom:nightly -c osmo_ggsn_*
+ args: -b osmocom:nightly -c osmo_*
timer: H 10 * * *

- ttcn3-ggsn-test-kernel: # ~10 min
testsuite: ggsn
- args: -b osmocom:nightly -c osmo_ggsn_v*_only --debian-kernel
+ args: -b osmocom:nightly -c osmo_v*_only --debian-kernel
timer: H 10 * * *

- ttcn3-ggsn-test-kernel-net-next: # ~10 min
testsuite: ggsn
- args: -b osmocom:nightly -c osmo_ggsn_v*_only --custom-kernel
+ args: -b osmocom:nightly -c osmo_v*_only --custom-kernel
kernel: net-next
timer: H 10 * * *

- ttcn3-ggsn-test-kernel-torvalds: # ~10 min
testsuite: ggsn
- args: -b osmocom:nightly -c osmo_ggsn_v*_only --custom-kernel
+ args: -b osmocom:nightly -c osmo_v*_only --custom-kernel
kernel: torvalds
timer: H 10 * * *

@@ -253,7 +253,7 @@

- ttcn3-hlr-test-latest: # ~3 min
testsuite: hlr
- args: -b osmocom:latest -c osmo_hlr
+ args: -b osmocom:latest -c osmo
timer: H 12 * * *

- ttcn3-hlr-test-pyhss-latest: # ~3 min
@@ -323,23 +323,23 @@

- ttcn3-ggsn-test-latest: # ~15 min
testsuite: ggsn
- args: -b osmocom:latest -c osmo_ggsn_*
+ args: -b osmocom:latest -c osmo_*
timer: H 12 * * *

- ttcn3-ggsn-test-kernel-latest: # ~10 min
testsuite: ggsn
- args: -b osmocom:latest -c osmo_ggsn_v*_only --debian-kernel
+ args: -b osmocom:latest -c osmo_v*_only --debian-kernel
timer: H 12 * * *

- ttcn3-ggsn-test-kernel-latest-net-next: # ~10 min
testsuite: ggsn
- args: -b osmocom:latest -c osmo_ggsn_v*_only --custom-kernel
+ args: -b osmocom:latest -c osmo_v*_only --custom-kernel
kernel: net-next
timer: H 12 * * *

- ttcn3-ggsn-test-kernel-latest-torvalds: # ~10 min
testsuite: ggsn
- args: -b osmocom:latest -c osmo_ggsn_v*_only --custom-kernel
+ args: -b osmocom:latest -c osmo_v*_only --custom-kernel
kernel: torvalds
timer: H 12 * * *

@@ -493,7 +493,7 @@

- ttcn3-hlr-test-asan: # ~3 min
testsuite: hlr
- args: -b osmocom:nightly:asan -c osmo_hlr
+ args: -b osmocom:nightly:asan -c osmo
timer: H 16 * * *

- ttcn3-sip-test-asan: # ~2 min
@@ -523,7 +523,7 @@

- ttcn3-ggsn-test-asan: # ~15 min
testsuite: ggsn
- args: -b osmocom:nightly:asan -c osmo_ggsn_*
+ args: -b osmocom:nightly:asan -c osmo_*
timer: H 16 * * *

- ttcn3-stp-test-asan: # ~10 min

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

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I3766d76a5a6fa8a8de00137fe33e0e747337c66e
Gerrit-Change-Number: 41443
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>