Commit graph

23 commits

Author SHA1 Message Date
buildbot 08ddacc83b Changed the command to list installed packages from 'pip list' to 'pip freeze', in order to be able to use the list as input to 'pip install -r'. Changed the NightlyTriggerable test-crawler run back to Nightly, but with a list of hours designed to avoid the test-database load time at ~04:20.
- Legacy-Id: 12113
2016-10-11 09:53:24 +00:00
buildbot aecbeb6abf Made the error buildbot counting for the test-crawler more sophisticated.
- Legacy-Id: 11983
2016-09-12 11:16:43 +00:00
buildbot 6d454d2fb6 Tweaked some buildbot scheduler names.
- Legacy-Id: 11967
2016-09-10 22:46:47 +00:00
buildbot 80a2b7ff5c Tweaked some buildbot scheduler names.
- Legacy-Id: 11966
2016-09-10 22:45:27 +00:00
buildbot 0357d78e38 Tweaked test-crawler warning pattern and start times.
- Legacy-Id: 11965
2016-09-10 22:34:04 +00:00
buildbot 5f3f8c5187 Run the test-crawler twice per day, if triggered.
- Legacy-Id: 11961
2016-09-10 09:20:28 +00:00
buildbot 5826535021 Added a trigger step to the test suite for trunk, triggering the test crawler. Changed the test crawler to run daily at a time which does not overlap the database reload, to avoid spurious errors. Added a step to run migrations to the test crawler. Added a step to the minimum libs test to remove earlier edited requirements before doing svn update.
- Legacy-Id: 11960
2016-09-10 09:15:20 +00:00
buildbot 0ae0ab18fd Added a buildbot build to check that the minimum library version required in requirements.txt works.
- Legacy-Id: 11671
2016-07-16 13:04:18 +00:00
buildbot da7f884b6b Added steps to copy in a settings_local and collecting static files to the builders.
- Legacy-Id: 10707
2016-01-17 18:37:37 +00:00
buildbot 56ca34090c The buildbot shouldn't stop on a failed svn cleanup, as that will happen if there's no working copy in place, not only on unsuccessful cleanup.
- Legacy-Id: 9721
2015-07-15 10:34:00 +00:00
buildbot e8737fd904 Tweaked the buildbot master config.
- Legacy-Id: 9702
2015-07-09 11:44:17 +00:00
buildbot 3ef2c16774 Separated out schedulers for trunk, personal/* and branch/*.
Corrected regex patterns which extract unittest details.
Added a first tentative email notifier.
Added ForceSchedulers, in order to be able to force builds.
 - Legacy-Id: 9350
2015-03-28 19:51:48 +00:00
buildbot 7e12beb551 Tweaked the UnitTest description of buildbot master.cfg.
- Legacy-Id: 9261
2015-03-19 23:48:41 +00:00
buildbot 5fd5e56fcc Tweaked the UnitTest description of buildbot master.cfg.
- Legacy-Id: 9260
2015-03-19 23:28:57 +00:00
buildbot d5b483a822 Another fix for buildbot master.cfg.
- Legacy-Id: 9259
2015-03-19 23:13:22 +00:00
buildbot c09fe6ae13 Added missing include to buildbot master.cfg.
- Legacy-Id: 9258
2015-03-19 22:56:05 +00:00
buildbot 724b590f51 Pyflakes cleaning for buildbot master.cfg.
- Legacy-Id: 9257
2015-03-19 22:41:27 +00:00
buildbot 3cf1c73af8 Bugfix for buildblt master.cfg.
- Legacy-Id: 9256
2015-03-19 22:27:13 +00:00
buildbot a056fcaaee Bugfix for buildblt master.cfg.
- Legacy-Id: 9255
2015-03-19 22:25:31 +00:00
buildbot 5f38c12de4 Added a custom UnitTest Step class, for the django test steps.
- Legacy-Id: 9254
2015-03-19 22:12:04 +00:00
buildbot 9217759958 Don't try to set the 'test:unittest' property when running the tests on OS X -- our deployment platform is Linux, and we're running an OS X build in order to see that we're not messing things up for sprint participants using Macs, primarily.
- Legacy-Id: 9253
2015-03-19 20:56:42 +00:00
Henrik Levkowetz a5a56597f5 Added the buildbot config file to the repository. Deployment path: /home/buildbot/masters/datatracker/master.cfg
- Legacy-Id: 9244
2015-03-19 12:01:42 +00:00
buildbot cedb115038 Added exception capture and error message when the --release switch to coverage_changes specify a release for which there aren't any data. Also tweaked the diff output for code coverage changes.
- Legacy-Id: 9239
2015-03-17 16:15:04 +00:00