Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/13255
Change subject: ttcn3-testsuites: Split ttcn3-pcu-test-sns from ttcn3-pcu-test ...................................................................... ttcn3-testsuites: Split ttcn3-pcu-test-sns from ttcn3-pcu-test The SNS variant of the tests require the PCU to be started with different config file. Change-Id: I42785b68f136198152ad79072346faccfe4a9424 --- M jobs/ttcn3-testsuites.yml 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/55/13255/1 diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml index b53d3dd..0558144 100644 --- a/jobs/ttcn3-testsuites.yml +++ b/jobs/ttcn3-testsuites.yml @@ -35,6 +35,8 @@ timer: 00 07 * * * - ttcn3-pcu-test: timer: 00 05 * * * + - ttcn3-pcu-test-sns: + timer: 15 05 * * * # latest stable - nplab-m3ua-test-latest: @@ -61,6 +63,8 @@ blocking: "^ttcn3-sip-test.*" - ttcn3-pcu-test-latest: blocking: "^ttcn3-pcu-test.*" + - ttcn3-pcu-test-sns-latest: + blocking: "^ttcn3-pcu-test-sns.*" - job-template: name: '{job-name}' project-type: freestyle -- To view, visit https://gerrit.osmocom.org/13255 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I42785b68f136198152ad79072346faccfe4a9424 Gerrit-Change-Number: 13255 Gerrit-PatchSet: 1 Gerrit-Owner: Harald Welte <lafo...@gnumonks.org>