summaryrefslogtreecommitdiff
path: root/script/autobuild.py
AgeCommit message (Expand)AuthorFilesLines
2020-10-22oss-fuzz: Always run the check, even on the oss-fuzz platformAndrew Bartlett1-1/+0
2020-10-22oss-fuzz: standardise on RPATH for the static-ish binariesAndrew Bartlett1-1/+1
2020-10-16test: Get the clusteredmember environment out of its smb1 cornerVolker Lendecke1-3/+3
2020-10-01autobuild: Merge no-modules test with the library --disable-python buildAndrew Bartlett1-7/+2
2020-10-01autobuild: Remove more "make install" stepsAndrew Bartlett1-2/+0
2020-10-01autobuild: Remove the os.getpid() from the autobuild directoryAndrew Bartlett1-1/+6
2020-10-01build: Remove Python2 support from the buildAndrew Bartlett1-35/+0
2020-10-01autobuild.py: Combine samba-static and samba-nopythonAndrew Bartlett1-19/+21
2020-06-10Add docs build to CIAndrew Bartlett1-1/+10
2020-05-24gitlab-ci: Create a single samba-fips runnerAndreas Schneider1-16/+4
2020-05-18autobuild: Use sane random sleep values for samba-admem-mitAndreas Schneider1-1/+1
2020-05-18autobuild: Add ad_member_fips targetAndreas Schneider1-0/+12
2020-05-15selftest: Avoid running the slowest of the "none" tests in samba-o3Andrew Bartlett1-1/+2
2020-04-08gitlab-ci: Add runner for fips compliance testingAndreas Schneider1-0/+11
2020-04-03autobuild: Add ad_dc_default_smb1 to autobuild jobsNoel Power1-1/+5
2020-04-03autobuild: Add nt4_dc_smb1_done to autobuild jobsNoel Power1-0/+3
2020-04-03autobuild: Add fileserver_smb1_done to autbuild jobsNoel Power1-0/+3
2020-04-03autobuild: Add ad_dc_smb1_done to autobuild jobsNoel Power1-1/+5
2020-04-03autobuild: Add ad_dc_default_smb1 to autobuild jobsNoel Power1-1/+5
2020-04-03autobuild: Add new nt4_dc_smb1 env to jobsNoel Power1-0/+3
2020-04-03script: Add ad_dc_smb1 to autobuild jobsNoel Power1-1/+5
2020-04-03script: Add testenv fileserver_smb1 to autobuild jobsNoel Power1-0/+3
2020-04-03selftest: allow SMB1 in clusteredmember envRalph Boehme1-3/+3
2020-04-02script/autobuild.py: allow write_system_info commands to failStefan Metzmacher1-1/+4
2020-04-02script/autobuild.py: use more portable 'cp -R -a -l'Stefan Metzmacher1-1/+1
2020-04-02script/autobuild.py: add support git worktreeStefan Metzmacher1-1/+1
2020-03-23autobuild: Merge samba-simpleserver into samba-nt4Andrew Bartlett1-12/+2
2020-03-23autobuild: Merge the samba-ktest-heimdal and samba-fileserver jobsAndrew Bartlett1-12/+3
2020-03-23build: Require --without-ad-dc for --without-adsAndrew Bartlett1-1/+1
2020-03-09autobuild: Run the none env in the samba-o3 buildAndreas Schneider1-9/+2
2020-02-19autobuild: samba-ctdb does not need an AD DCVolker Lendecke1-0/+1
2020-02-19autobuild: Split a long lineVolker Lendecke1-1/+7
2020-02-19autobuild: Run a simple test for clustered sambaVolker Lendecke1-0/+5
2020-02-19autobuild: Avoid clusteredmember in normal environmentsVolker Lendecke1-0/+2
2020-02-04build: Do not check if system perl modules should be bundledAndrew Bartlett1-1/+1
2019-12-11autobuild: extend autobuild with samba-fuzz job to build the fuzzers in AFL m...Andrew Bartlett1-2/+10
2019-12-11autobuild.py: Avoid listing jobs twiceAndrew Bartlett1-32/+11
2019-12-11autobuild.py: Add missing samba-simpleserver jobAndrew Bartlett1-0/+1
2019-11-13autobuild: Add test for build with system heimdal libraryChristof Schmitt1-0/+12
2019-11-04gitlab-ci: Run 'samba' tests also with MIT KerberosAndreas Schneider1-0/+52
2019-10-22autobuild: rename samba-ad-member-* to samba-admem-*Ralph Boehme1-4/+4
2019-10-20autobuild: harden samba-xc test suiteUri Simchoni1-0/+10
2019-10-12gitlab-ci: Run several AD tests with MIT KDCAndreas Schneider1-14/+44
2019-10-09selftest: split fileserver testenv into simpleserver and fileserverRalph Boehme1-2/+12
2019-08-06script/autobuild.py: remove explicit --picky-developer"Stefan Metzmacher1-6/+6
2019-06-20script/autobuild.py: make code more pythonicJoe Guo1-43/+31
2019-06-20script/autobuild.py: avoid nested try except blockJoe Guo1-11/+12
2019-06-20script/autobuild.py: rm redundant empty str in optionsJoe Guo1-20/+20
2019-06-20script/autobuild.py: define cwd for builder and avoid chdirJoe Guo1-5/+3
2019-06-20script/autobuild.py: improve run_cmd with check_outputJoe Guo1-4/+4