Re: Jenkins resources

2018-07-19 Thread Matt Cooper
I have a reasonable build definition set up on VSTS here: https://mattc-demo.visualstudio.com/python-ci-testing/_build/index?=\=8&_a=completed In order to test against the different databases, I need to wait for our containerized builds stuff that's coming out shortly. Other than that (major)

Re: Jenkins resources

2018-07-12 Thread Matt Cooper
Thanks! I'll keep in on list as long as no one feels spammed :) And I'm very glad you asked about support -- it's been on our minds a lot lately. I did some more digging on the ForcedTimeZone test. No issues on your end! That test gets skipped, and the test runner emits `datetime.datetime.min`.

Re: Jenkins resources

2018-07-12 Thread Carlton Gibson
Hi Matt, The settings files from the django-box project are here: https://github.com/django/django-box/tree/master/roles/djangodata/files If you look in each, you'll see they basically just redefine the connection details for the 'default' and 'other' DB. (There's not much more to it really.)

Re: Jenkins resources

2018-07-12 Thread Matt Cooper
Thanks Josh, I'll take a look at that. Also, I got past the pylibmc problem (I wasn't running `apt-get update` before attempting to install libmemcached-dev). On Thu, Jul 12, 2018 at 8:58 AM Josh Smeaton wrote: > Hi Matt, > > The django-box project[0] uses very close to the same ansible >

Re: Jenkins resources

2018-07-12 Thread Josh Smeaton
Hi Matt, The django-box project[0] uses very close to the same ansible configuration that is used to configure all of the Jenkins slaves Django uses with the notable omission of an Oracle builder. Since the repos are separate, there has been some divergence on the Jenkins side of things, but

Re: Jenkins resources

2018-07-12 Thread Matt Cooper
Hi Carlton, thanks for your quick reply! I'm setting things up here . Let me know if you can't access that link. It's configured as a public project, meaning you shouldn't need a login

Re: Jenkins resources

2018-07-12 Thread Carlton Gibson
Hi Matt, The Jenkins configuration is not public I'm afraid. I'm one of the Django Fellows. If you wanted to invite me to your VSTS project I would be happy to review and offer pointers as you did the actual work, assuming that would help? The main thing would be setting up the grid of

Jenkins resources

2018-07-11 Thread Matt Cooper
Hi Django devs. I've looked all over for the tools that power djangoci.com, but I don't see them. Are the Jenkins configuration, scripts, and resources available someplace? Full disclosure, I'm on the Visual Studio Team Services group at Microsoft. We're making sure that our CI system is as