summaryrefslogtreecommitdiff
path: root/Tools/buildbot
Commit message (Collapse)AuthorAgeFilesLines
* Buildbot: give 20 minute per test fileVictor Stinner2016-09-121-1/+1
| | | | | | | | | | | It seems like at least 2 buildbots need more than 15 minutes per test file. Example with "AMD64 Snow Leop 3.x": 10 slowest tests: - test_tools: 14 min 40 sec - test_tokenize: 11 min 57 sec - test_datetime: 11 min 25 sec - ...
* Backed out changeset 491bbba73bcaZachary Ware2016-09-101-1/+1
| | | | This change didn't have the intended effect.
* Show regrtest env changed warn on Windows buildbotVictor Stinner2016-09-101-1/+1
| | | | | Issue #27829: don't pass --quiet option to regrtest to see "Warning -- xxx was modified by ..." warnings.
* Remove buildbot diagnostic code.Steve Dower2016-09-091-7/+0
|
* Remove another useless buildbot scriptZachary Ware2016-09-091-3/+0
|
* Expands buildbot validation codeSteve Dower2016-09-091-1/+1
|
* Remove outdated buildbot scriptsZachary Ware2016-09-094-19/+0
|
* Adds temporary validation code to buildbot scriptSteve Dower2016-09-091-0/+7
|
* Ensures buildbots don't have zip files in build directory.Steve Dower2016-09-091-0/+1
|
* Tests: add --slowest option to buildbotsVictor Stinner2016-08-171-1/+1
| | | | Display the top 10 slowest tests.
* regrtest doesn't ignore -j1 anymoreVictor Stinner2016-05-201-1/+1
| | | | | | | | * regrtest now uses subprocesses when the -j1 command line option is used: each test file runs in a fresh child process. Before, the -j1 option was ignored. * Tools/buildbot/test.bat script now uses -j1 by default to run each test file in fresh child process.
* Buildbots: change also Windows timeout from 1 hour to 15 minVictor Stinner2016-03-231-1/+1
|
* Backs out buildbot clean trigger.Steve Dower2016-03-081-1/+1
|
* Adds warning to prepare_ssl when nasm is not available.Steve Dower2016-03-081-1/+1
| | | | Force clean of externals on buildbots.
* Removes deprecated -n option from buildbot script.Steve Dower2015-10-081-1/+1
|
* Allow PCbuild\rt.bat to accept unlimited arguments for regrtest.Zachary Ware2015-09-031-11/+15
| | | | | This makes it possible to pass more than 4 tests by name through Tools\buildbot\test.bat
* Merge 3.4Zachary Ware2015-06-175-3/+15
|\
| * Deprecate unused scripts in Tools/buildbot.Zachary Ware2015-06-165-3/+15
| | | | | | | | | | I would just outright delete them, but the readme in PCbuild recommended their use, so I figure it would be nice to leave them there for a while.
* | Merge forward extras beyond #21907 backport.Zachary Ware2015-06-101-17/+5
|\ \ | |/ |/|
| * Issue #20035: Reimplement tkinter._fix module as a C function.Zachary Ware2015-05-222-4/+0
| | | | | | | | | | The new private C function makes no permanent changes to the environment and is #ifdef'd out on non-Windows platforms.
| * Backed out buildbot cleanSteve Dower2015-04-191-1/+1
| |
| * Force the buildbots to clean up all externals.Steve Dower2015-04-191-1/+1
| |
| * Closes #17202: Merge with 3.4Zachary Ware2015-04-139-79/+79
| |\
| * | Issue #23260: Update Windows installerSteve Dower2015-02-051-16/+4
| | |
| * | Backed out changeset ceaac3d483a1 (buildbots refreshed)Zachary Ware2014-12-151-1/+1
| | |
| * | Fetch new external sources on the buildbotsZachary Ware2014-12-151-1/+1
| | |
| * | Removes use of ValueOrDefault function that is not always available on the ↵Steve Dower2014-12-121-1/+1
| | | | | | | | | | | | buildbots.
| * | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-223-19/+19
| | | | | | | | | | | | which will be used for the official 3.5 release.
| * | Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-012-2/+2
| |\ \
| * | | Turn externals cleaning back offZachary Ware2014-10-171-1/+1
| | | |
| * | | Issue #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-1711-178/+72
| |\ \ \
| | * | | Issue #21907: Partially revert changes to Windows buildbot scripts.Zachary Ware2014-10-134-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trying to use run_tests.py for testing is more trouble than it's worth; reverted to rt.bat. Also cleaned up rt.bat a bit. Trying to use hg purge to clean up after testing is also error-prone, so we're back to using the build solution's Clean targets.
| | * | | Issue #21907: Try to make the pre-Vista Windows buildbots happier.Zachary Ware2014-10-111-0/+10
| | | | | | | | | | | | | | | | | | | | Initial patch by David Bolen.
| | * | | Issue #21907: Make the buildbot clean script always return 0.Zachary Ware2014-07-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | The clean script is a "best effort" thing anyway, and this will hopefully revive the XP buildbot.
| | * | | Issue #21907: Improved the batch scripts provided for building Python.Zachary Ware2014-07-0710-98/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The user-facing scripts in PCbuild have been updated to be easier to use and the buildbot scripts in Tools\buildbot have been updated to use the user-facing scripts in PCbuild wherever possible.
| | * | | Merge with 3.4Zachary Ware2014-06-081-0/+1
| | |\ \ \
| | * \ \ \ Issue #21671: Merge with 3.4Zachary Ware2014-06-066-70/+10
| | |\ \ \ \
| | | * \ \ \ Revert Tools/buildbot/external-common.bat to normal (with updated versions).Zachary Ware2014-06-056-70/+10
| | | |\ \ \ \
| | | | * \ \ \ Force a clean pull-and-build of Tcl/Tk on Windows buildbots.Zachary Ware2014-06-051-8/+16
| | | | |\ \ \ \
| | | | * \ \ \ \ Merge with 3.4Martin v. L?wis2014-05-016-70/+10
| | | | |\ \ \ \ \
| | | | | * | | | | Issue #21059: Temporary measure to make the Windows buildbots useful again.Zachary Ware2014-04-072-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hopefully.
| | | | | * | | | | Issue #21017: Enable Tix debug build on WindowsZachary Ware2014-03-221-1/+1
| | | | | | | | | |
| | | | | * | | | | Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows buildZachary Ware2014-03-214-70/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | solution. Currently, Tix is not built in Debug configuration. This change also: - simplifies some Tcl/Tk-related msbuild properties for _tkinter - copies the Tcl and Tk DLLs into the build output directory, meaning they will always be available after a build without having to copy them manually or change PATH - removes PCbuild/build_tkinter.py: the solution does the build without needing to invoke Python (so Tcl/Tk/Tix can be built in parallel with the rest of the build using the `/m` msbuild command line switch) - removes an outdated README concerning building Tcl/Tk on AMD64
* | | | | | | | | | Clean up/refactor the batch scripts used for building on Windows.Zachary Ware2015-06-0910-177/+51
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is mostly a backport of issue #21907, but also includes a few extras necessary to make the bulidbot scripts as thin as possible.
* | | | | | | | | Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-1310-169/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why.
* | | | | | | | | Backed out changeset bc41a4d6c58f after buildbots have new OpenSSL source.Zachary Ware2015-04-091-1/+1
| | | | | | | | |
* | | | | | | | | Refresh OpenSSL sources on the buildbotsZachary Ware2015-04-091-1/+1
| | | | | | | | |
* | | | | | | | | Issue #23686: Update Windows build to use OpenSSL 1.0.2a.Zachary Ware2015-04-071-4/+4
| | | | | | | | |
* | | | | | | | | Issue #23212: Update Windows copy of OpenSSL to 1.0.1lSteve Dower2015-01-311-4/+4
| | | | | | | | |
* | | | | | | | | Closes #23160: Respect the environment variable SVNROOT in ↵Steve Dower2015-01-151-8/+10
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | external-common.bat (patch by anselm.kruis)