Pau Espin Pedrol has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/11523 )

Change subject: jobs: osmo-gsm-teser: Run only once nightly
......................................................................

jobs: osmo-gsm-teser: Run only once nightly

Current entire default testsuite takes almost 7 hours to run, so let's
run it once nightly and be done with it.
This way, during office time if we want to test something on the prod
setup (due to hw only avaialble there) we can do it without having to
wait, disable the job hours in advance or having to kill all processes
and clean osmo-gsm-tester state.

Change-Id: I138bf50d6d066d2da4cd97f25880628b93ddc237
---
M jobs/osmo-gsm-tester-runner.yml
1 file changed, 1 insertion(+), 3 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Pau Espin Pedrol: Verified



diff --git a/jobs/osmo-gsm-tester-runner.yml b/jobs/osmo-gsm-tester-runner.yml
index 8f7cd03..cfb32e2 100644
--- a/jobs/osmo-gsm-tester-runner.yml
+++ b/jobs/osmo-gsm-tester-runner.yml
@@ -105,9 +105,7 @@
     defaults: runner
     node: 'osmo-gsm-tester-{stage}'
     triggers:
-      - timed: "H H/2 * * *"
-      - pollscm:
-          cron: "H/5 * * * *"
+      - timed: "H 0 * * *"
       - reverse:
             jobs:
                 - osmo-gsm-tester_build-osmo-bsc

--
To view, visit https://gerrit.osmocom.org/11523
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I138bf50d6d066d2da4cd97f25880628b93ddc237
Gerrit-Change-Number: 11523
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>

Reply via email to