Merge lp:~fginther/charms/trusty/jenkins-remote-slave/add-ntp into lp:~canonical-ci-engineering/charms/trusty/jenkins-remote-slave/trunk

Proposed by Francis Ginther
Status: Merged
Approved by: Francis Ginther
Approved revision: 19
Merged at revision: 19
Proposed branch: lp:~fginther/charms/trusty/jenkins-remote-slave/add-ntp
Merge into: lp:~canonical-ci-engineering/charms/trusty/jenkins-remote-slave/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
hooks/install.d/3000-ci-tools.sh (+1/-1)
To merge this branch: bzr merge lp:~fginther/charms/trusty/jenkins-remote-slave/add-ntp
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+242144@code.launchpad.net

Commit message

Add the ntp package to avoid significant clock drift of jenkins slaves. This is known to be a fatal problem for launchpad api requests when the drift is > 60 seconds.

Description of the change

Add the ntp package to avoid significant clock drift of jenkins slaves. This is known to be a fatal problem for launchpad api requests when the drift is > 60 seconds.

This does not appear to be a problem right now, but if we add something to any of the touch jobs (including the custom ones that still run on s-jenkins), it can lead to failures in unrelated jobs.

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

Sounds good. I assume you've already deployed this to heymann?

review: Approve
Revision history for this message
Francis Ginther (fginther) wrote :

ntp has been added.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/install.d/3000-ci-tools.sh'
2--- hooks/install.d/3000-ci-tools.sh 2014-10-21 15:39:28 +0000
3+++ hooks/install.d/3000-ci-tools.sh 2014-11-18 23:20:42 +0000
4@@ -7,7 +7,7 @@
5
6 apt-get update || apt-get update || apt-get update
7 apt-get install -y --assume-yes phablet-tools ubuntu-device-flash utah \
8- autopkgtest bzr-builder subunit
9+ autopkgtest bzr-builder subunit ntp
10
11 #Update the udev rules needed for adb devices
12 cp files/99-adb.rules /etc/udev/rules.d

Subscribers

People subscribed via source and target branches