pespin submitted this 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(-)
diff --git a/jobs/ttcn3-testsuites-testenv.yml b/jobs/ttcn3-testsuites-testenv.yml
index dc5892b..076bbe3 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
@@ -263,7 +263,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
@@ -396,7 +396,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
@@ -469,7 +469,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.