Merge lp:~joetalbott/qa-dashboard/update_graphite_link into lp:qa-dashboard

Proposed by Joe Talbott
Status: Needs review
Proposed branch: lp:~joetalbott/qa-dashboard/update_graphite_link
Merge into: lp:qa-dashboard
Diff against target: 12 lines (+1/-1)
1 file modified
qa_dashboard/settings_base.py (+1/-1)
To merge this branch: bzr merge lp:~joetalbott/qa-dashboard/update_graphite_link
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Canonical CI Engineering Pending
Review via email: mp+248121@code.launchpad.net

Commit message

Update graphite server name to graphite.engineering.canonical.com

Description of the change

Update graphite server name to graphite.engineering.canonical.com

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:766
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/381/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/381/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:766
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/382/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/382/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:766
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/383/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/383/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:766
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/384/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/384/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:766
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/385/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/385/rebuild

review: Approve (continuous-integration)

Unmerged revisions

766. By Joe Talbott

Update graphite server name

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qa_dashboard/settings_base.py'
2--- qa_dashboard/settings_base.py 2014-10-08 02:44:18 +0000
3+++ qa_dashboard/settings_base.py 2015-01-30 14:14:30 +0000
4@@ -323,7 +323,7 @@
5 # txstatsd config
6
7 TXSTATSD_ENABLED = False
8-TXSTATSD_HOST = "snakefruit.canonical.com"
9+TXSTATSD_HOST = "graphite.engineering.canonical.com"
10 TXSTATSD_PORT = 10041
11
12 # Use local settings if available

Subscribers

People subscribed via source and target branches