Merge lp:~fginther/ubuntu-ci-services-itself/reduce-polling-times into lp:ubuntu-ci-services-itself

Proposed by Francis Ginther
Status: Merged
Approved by: Francis Ginther
Approved revision: 377
Merged at revision: 381
Proposed branch: lp:~fginther/ubuntu-ci-services-itself/reduce-polling-times
Merge into: lp:ubuntu-ci-services-itself
Diff against target: 25 lines (+2/-2)
2 files modified
branch-source-builder/bsbuilder/run_worker.py (+1/-1)
juju-deployer/lander.yaml.tmpl (+1/-1)
To merge this branch: bzr merge lp:~fginther/ubuntu-ci-services-itself/reduce-polling-times
Reviewer Review Type Date Requested Status
Chris Johnston (community) Approve
Review via email: mp+210821@code.launchpad.net

Commit message

Reduce lander and bsbuilder poll times from 60 seconds to 10.

Description of the change

Reduce lander and bsbuilder poll times from 60 seconds to 10.

To post a comment you must log in.
Revision history for this message
Chris Johnston (cjohnston) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'branch-source-builder/bsbuilder/run_worker.py'
2--- branch-source-builder/bsbuilder/run_worker.py 2014-03-13 02:41:08 +0000
3+++ branch-source-builder/bsbuilder/run_worker.py 2014-03-13 15:16:04 +0000
4@@ -28,7 +28,7 @@
5 logging.basicConfig(level=logging.INFO)
6 log = logging.getLogger(__name__)
7
8-TIME_BETWEEN_CHECKS = 60
9+TIME_BETWEEN_CHECKS = 10
10
11
12 def create_result_file(datastore, content):
13
14=== modified file 'juju-deployer/lander.yaml.tmpl'
15--- juju-deployer/lander.yaml.tmpl 2014-03-10 22:25:00 +0000
16+++ juju-deployer/lander.yaml.tmpl 2014-03-13 15:16:04 +0000
17@@ -41,7 +41,7 @@
18 packages: "python-amqplib python-swiftclient lazr.enum"
19 plugins: "parameterized-trigger:2.14"
20 unit-config: include-base64://configs/unit_config.yaml
21- main: ./run-python ./lander/lander/run_worker.py --service-name ts-django --service-port 8080 --delay 60
22+ main: ./run-python ./lander/lander/run_worker.py --service-name ts-django --service-port 8080 --delay 10
23 rabbit:
24 branch: lp:~canonical-ci-engineering/charms/precise/ubuntu-ci-services-itself/rabbitmq-server@46
25 charm: rabbitmq

Subscribers

People subscribed via source and target branches