osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/41225?usp=email )
Change subject: jobs/ttcn3-testsuites-testenv: hlr: add -c osmo_hlr
......................................................................
jobs/ttcn3-testsuites-testenv: hlr: add -c osmo_hlr
Now that it is also possible to run the HLR tests against PyHSS, add
"-c osmo_hlr" to run the existing ttcn3-hlr-test jobs against osmo-hlr.
I plan to add jobs for PyHSS later in a separate patch.
Related: OS#6862
Depends: osmo-ttcn3-hacks I7a7e709ec02a9bf44343fff4df2861dfe4e1a761
Change-Id: Ic7acd3ca654580aa8e5a52f162f5c9042fc7d09f
---
M jobs/ttcn3-testsuites-testenv.yml
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/25/41225/1
diff --git a/jobs/ttcn3-testsuites-testenv.yml
b/jobs/ttcn3-testsuites-testenv.yml
index 73f19ab..92bc1d0 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
+ args: -b osmocom:nightly -c osmo_hlr
timer: H 08 * * *
- ttcn3-mgw-test: # ~8 min
@@ -243,7 +243,7 @@
- ttcn3-hlr-test-latest: # ~3 min
testsuite: hlr
- args: -b osmocom:latest
+ args: -b osmocom:latest -c osmo_hlr
timer: H 12 * * *
- ttcn3-mgw-test-latest: # ~8 min
@@ -448,7 +448,7 @@
- ttcn3-hlr-test-asan: # ~3 min
testsuite: hlr
- args: -b osmocom:nightly:asan
+ args: -b osmocom:nightly:asan -c osmo_hlr
timer: H 16 * * *
- ttcn3-sip-test-asan: # ~2 min
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/41225?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ic7acd3ca654580aa8e5a52f162f5c9042fc7d09f
Gerrit-Change-Number: 41225
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>