Re: Upgrading minimum Go version?

2015-11-26 Thread Andrew Wilkins
On Fri, Nov 27, 2015 at 7:49 AM Michael Hudson-Doyle < michael.hud...@canonical.com> wrote: > On 27 November 2015 at 09:39, Tim Penhey wrote: > > On 27/11/15 08:43, Michael Hudson-Doyle wrote: > >> On 27 November 2015 at 02:24, Martin Packman > >> wrote: > >>> On 26/11/2015, Andrew Wilkins wrot

Re: Upgrading minimum Go version?

2015-11-26 Thread Michael Hudson-Doyle
On 27 November 2015 at 09:39, Tim Penhey wrote: > On 27/11/15 08:43, Michael Hudson-Doyle wrote: >> On 27 November 2015 at 02:24, Martin Packman >> wrote: >>> On 26/11/2015, Andrew Wilkins wrote: Hi (mostly Curtis), Is there a plan to bump the minimum Go version? Some of our depen

Re: Upgrading minimum Go version?

2015-11-26 Thread David Cheney
Thanks Martin. I'll work on making those tests pass. On Fri, Nov 27, 2015 at 8:42 AM, Martin Packman wrote: > On 26/11/2015, David Cheney wrote: >> Martin: Can you setup a unit test job that uses Go 1.5 ? I will apply >> the same process I did for the -race job, to get the build voting, >> then

Re: Upgrading minimum Go version?

2015-11-26 Thread Martin Packman
On 26/11/2015, David Cheney wrote: > Martin: Can you setup a unit test job that uses Go 1.5 ? I will apply > the same process I did for the -race job, to get the build voting, > then reenable the tests that were skipped. We've had that since near the start of the wily development cycle, now we ha

Re: Upgrading minimum Go version?

2015-11-26 Thread Aaron Bentley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2015-11-26 04:31 PM, David Cheney wrote: > Martin: Can you setup a unit test job that uses Go 1.5 ? I will > apply the same process I did for the -race job, to get the build > voting, then reenable the tests that were skipped. We already have one

Re: Upgrading minimum Go version?

2015-11-26 Thread David Cheney
Martin: Can you setup a unit test job that uses Go 1.5 ? I will apply the same process I did for the -race job, to get the build voting, then reenable the tests that were skipped. On Fri, Nov 27, 2015 at 12:24 AM, Martin Packman wrote: > On 26/11/2015, Andrew Wilkins wrote: >> Hi (mostly Curtis)

Re: Upgrading minimum Go version?

2015-11-26 Thread Tim Penhey
On 27/11/15 08:43, Michael Hudson-Doyle wrote: > On 27 November 2015 at 02:24, Martin Packman > wrote: >> On 26/11/2015, Andrew Wilkins wrote: >>> Hi (mostly Curtis), >>> >>> Is there a plan to bump the minimum Go version? Some of our dependencies do >>> not build with Go 1.2. The LXD provider on

Re: Upgrading minimum Go version?

2015-11-26 Thread Michael Hudson-Doyle
On 27 November 2015 at 02:24, Martin Packman wrote: > On 26/11/2015, Andrew Wilkins wrote: >> Hi (mostly Curtis), >> >> Is there a plan to bump the minimum Go version? Some of our dependencies do >> not build with Go 1.2. The LXD provider only builds with Go 1.3 (I think?), >> and I've got a PR u

Automatic retries of hooks

2015-11-26 Thread Bogdan Teleaga
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello everybody, This has been a WIP for a while now so maybe some of you have heard about it. It all started out with us needing to have hook retried after a random reboot and it evolved into retrying hooks upon any kind of failure. So as of now

Re: Upgrading minimum Go version?

2015-11-26 Thread Martin Packman
On 26/11/2015, Andrew Wilkins wrote: > Hi (mostly Curtis), > > Is there a plan to bump the minimum Go version? Some of our dependencies do > not build with Go 1.2. The LXD provider only builds with Go 1.3 (I think?), > and I've got a PR up that updates the azure-sdk-for-go dependency, but it's > b