summaryrefslogtreecommitdiff
path: root/script/autobuild.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-27autobuild: Run all envs that depend on ad_dc in the ad_dc jobAndrew Bartlett1-1/+12
2018-03-27autobuild: Split up the build further with samba-ad-dc-2Andrew Bartlett1-0/+12
2018-03-27autobuild: Try and test different configure options for new environmentsAndrew Bartlett1-1/+1
2018-03-27autobuild: Remove fileserver tests from the main buildAndrew Bartlett1-1/+12
2018-03-27autobuild: Run all "ad_dc" environment tests in samba-ad-dcAndrew Bartlett1-1/+11
2018-03-27autobuild: Run nt4_dc and nt4_member tests in parallelAndrew Bartlett1-3/+14
2018-03-23autobuild: Move "none" environment to samba-none-envAndrew Bartlett1-1/+14
2018-03-23script: convert print func to be py2/py3 compatibleNoel Power1-6/+7
2018-03-22autobuild: Move defaulttasks to one-per-lineAndrew Bartlett1-1/+15
2018-02-15selftest and autrobuild: convert 'except X, e' to 'except X as e'Douglas Bagnall1-1/+1
2018-01-05autobuild: fix quoting of --restrict-testsJamie McClymont1-1/+1
2017-06-30autobuild: Use new selftest.pl feature to run only some environmentsAndrew Bartlett1-3/+3
2017-04-19autobuild: Do not require cmocka to be installed for samba-libs to buildAndrew Bartlett1-1/+1
2017-03-21autobuild: Stop waf uninstall from removing test_tmpdirMartin Schwenke1-0/+5
2017-03-10autobuild: Add nopython environment to test --disable-python builds (but with...Andrew Bartlett1-1/+17
2017-02-21script/autobuild.py: ignore missing test_tmpdirStefan Metzmacher1-1/+1
2017-01-12script/autobuild.py: try to make TMPDIR handling more verboseStefan Metzmacher1-4/+7
2017-01-12script/autobuild.py: add a do_print() wrapper function that flushes after eac...Stefan Metzmacher1-18/+23
2017-01-12script/autobuild.py: export PYTHONUNBUFFERED=1Stefan Metzmacher1-0/+2
2017-01-12script/autobuild.py: cleanup the task subdirs when they're done.Stefan Metzmacher1-0/+4
2017-01-12script/autobuild.py: use --enable-developer and --picky-developer for the ctd...Stefan Metzmacher1-1/+2
2017-01-10script/autobuild.py: try make test TESTS=samba3.*ktest for samba-systemkrb5Stefan Metzmacher1-1/+1
2016-12-17script/autobuild.py: create tmpdir for each try and export it as TMPDIRStefan Metzmacher1-0/+4
2016-12-17script/autobuild.py: cleanup testbase/prefix before each retryStefan Metzmacher1-1/+3
2016-12-17script/autobuild.py: remove pointless mkdir/rmdir commandsStefan Metzmacher1-2/+0
2016-12-17script/autobuild.py: don't add subdirs of testbase to cleanup_listStefan Metzmacher1-3/+0
2016-09-29autobuild: add system-mitkrb5 build environment.Günther Deschner1-1/+16
2016-08-31autobuild: disable abi check on O3 buildDouglas Bagnall1-1/+1
2016-08-31autobuild --restrict-tests to test a restricted setDouglas Bagnall1-1/+20
2016-08-31autobuild: remove unused argumentDouglas Bagnall1-2/+2
2016-08-11script/autobuild.py: include the branch name in the outputStefan Metzmacher1-5/+5
2016-08-04script/autobuild.py: check for AUTOBUILD_SKIP_SAMBA_O3 environment variableStefan Metzmacher1-0/+3
2016-05-13autobuild: run the samba-o3 target by defaultMichael Adam1-1/+1
2016-05-13autobuild: add a target samba-o3 that is built with -O3Michael Adam1-0/+9
2016-05-05autobuild: fix typo in autobuild success subject lineGarming Sam1-1/+1
2016-05-03autobuild: Return the last 50 log linesGarming Sam1-1/+18
2016-03-23Revert "autobuild: Return the last 50 log lines"Stefan Metzmacher1-12/+1
2016-03-22autobuild: Return the last 50 log linesGarming Sam1-1/+12
2016-02-15script/autobuild.py: use --extra-python=/usr/bin/python3 by defaultStefan Metzmacher1-6/+12
2016-01-05autobuild: Use make -j on samba-libs/samba-static build as wellAndrew Bartlett1-4/+4
2016-01-05autobuild: Put the static build in another stanzaAndrew Bartlett1-7/+9
2016-01-05autobuild: Use cp --recursive --link --archiveAndrew Bartlett1-4/+7
2016-01-05autobuild: Give a clearer failure messageAndrew Bartlett1-0/+18
2015-10-31script/autobuild.py: exclude !pytalloc-util and !pyldb-util from bundling in ...Stefan Metzmacher1-1/+1
2015-10-23autobuild: Confirm we can build without --enable-developerAndrew Bartlett1-4/+5
2015-10-21autobuild: add some system information to the autobuild tarballDouglas Bagnall1-0/+12
2015-08-20script/autobuild.py: make sure --nonshared-binary=smbtorture,smbd/smbd keeps ...Stefan Metzmacher1-1/+6
2015-08-20script/autobuild.py: test some --with-{static,shared}-modules combinationsStefan Metzmacher1-1/+16
2015-08-20script/autobuild.py: use -Wmissing-prototypes and --picky-developer for samba...Stefan Metzmacher1-1/+2
2015-08-20script/autobuild.py: split out a samba_libs_configure variableStefan Metzmacher1-5/+11