pespin has uploaded this change for review.

View Change

jobs: ttcn3-stp*: Pass '-c all'

That testsuite has recently migrated to use several configs, so make
sure to run all of them.

Depends: osmo-ttcn3-hacks.git Change-Id I4ec8e1bbc8e71d8bd421dfbd5356bf1937ce2bb4
Change-Id: I76af2a979c1f29711bf9c3865d08229240f13eba
---
M jobs/ttcn3-testsuites-testenv.yml
1 file changed, 4 insertions(+), 4 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/26/40326/1
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index 545900e..d0feaeb 100644
--- a/jobs/ttcn3-testsuites-testenv.yml
+++ b/jobs/ttcn3-testsuites-testenv.yml
@@ -92,7 +92,7 @@

- ttcn3-stp-test: # ~10 min
testsuite: stp
- args: -b osmocom:nightly
+ args: -b osmocom:nightly -c all
timer: H 09 * * *

- ttcn3-hnodeb-test: # ~1 min
@@ -251,7 +251,7 @@

- ttcn3-stp-test-latest: # ~10 min
testsuite: stp
- args: -b osmocom:latest
+ args: -b osmocom:latest -c all
timer: H 12 * * *

- ttcn3-hnbgw-test-latest: # ~13 min
@@ -372,7 +372,7 @@

- ttcn3-stp-test-io_uring: # ~10 min
testsuite: stp
- args: -b osmocom:nightly --io-uring
+ args: -b osmocom:nightly --io-uring -c all
timer: H 14 * * *

- ttcn3-bsc-test-io_uring: # ~96 min
@@ -445,7 +445,7 @@

- ttcn3-stp-test-asan: # ~10 min
testsuite: stp
- args: -b osmocom:nightly:asan
+ args: -b osmocom:nightly:asan -c all
timer: H 16 * * *

- ttcn3-pcu-test-asan: # ~14 min

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

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I76af2a979c1f29711bf9c3865d08229240f13eba
Gerrit-Change-Number: 40326
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>