build-farm.git
8 years agosome css elements are standard now, now brwowser specific names needed for those master
Björn Jacke [Sat, 25 Jul 2015 19:46:04 +0000 (21:46 +0200)]
some css elements are standard now, now brwowser specific names needed for those

8 years agouse download.samba.org::ftp/unpacked/
Stefan Metzmacher [Fri, 10 Jul 2015 09:02:46 +0000 (11:02 +0200)]
use download.samba.org::ftp/unpacked/

Signed-off-by: Stefan Metzmacher <metze@samba.org>
8 years agoUse cksum(1) instead of sum(1). Some operating systems such as OpenBSD do not have...
Brad Smith [Sat, 2 May 2015 12:18:29 +0000 (08:18 -0400)]
Use cksum(1) instead of sum(1). Some operating systems such as OpenBSD do not have sum(1). POSIX OS's have cksum(1).

8 years agoUpdate the trees currently used by the build farm to build samba.
Brad Smith [Sat, 2 May 2015 10:59:58 +0000 (06:59 -0400)]
Update the trees currently used by the build farm to build samba.

9 years agoLower the maximum block size used with rsync down to the maximum acceptable size...
Brad Smith [Wed, 22 Apr 2015 06:23:27 +0000 (02:23 -0400)]
Lower the maximum block size used with rsync down to the maximum acceptable size for modern versions of rsync (128KB).

Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
9 years agoupdate and rename buildfarm branches
Björn Jacke [Wed, 17 Sep 2014 15:42:06 +0000 (17:42 +0200)]
update and rename buildfarm branches

samba_4_0_test -> samba_master
samba_3_current > samba_current (now set to v4-1-test)
samba_3_next > samba_next (now set to v4-2-test)

9 years agoRevert "build_test.fns: use --with-perl-{lib,arch}-install-dir= for samba_4_*"
Stefan Metzmacher [Mon, 8 Sep 2014 20:41:08 +0000 (22:41 +0200)]
Revert "build_test.fns: use --with-perl-{lib,arch}-install-dir= for samba_4_*"

This reverts commit 10745f4381032a1a58fbee270b339432e8e2ad8e.

This is not needed anymore.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
9 years agoRevert "Reuse DEADAGE rather than defining our own constant."
Stefan Metzmacher [Tue, 19 Aug 2014 05:42:13 +0000 (07:42 +0200)]
Revert "Reuse DEADAGE rather than defining our own constant."

This reverts commit b60f215d1fa2f04bee4c650efbba629a215fda6f.

This generates the following error:

 Traceback (most recent call last):
   File "/usr/lib/python2.6/wsgiref/handlers.py", line 94, in run
     self.finish_response()
   File "/usr/lib/python2.6/wsgiref/handlers.py", line 134, in finish_response
     for data in self.result:
   File "/home/build/master/web/../buildfarm/web/__init__.py", line 1178, in __call__
     yield "".join(self.html_page(form, page.render_html(myself)))
   File "/home/build/master/web/../buildfarm/web/__init__.py", line 1017, in html_page
     yield "".join(lines)
   File "/home/build/master/web/../buildfarm/web/__init__.py", line 757, in render_html
     (host_count, broken_count, panic_count) = self._get_counts()
   File "/home/build/master/web/../buildfarm/web/__init__.py", line 730, in _get_counts
     builds = self.buildfarm.get_summary_builds(min_age=time.time() - BuildFarm.DEADAGE)
 NameError: global name 'BuildFarm' is not defined

Signed-off-by: Stefan Metzmacher <metze@samba.org>
9 years agoRevert style changes on instructions page.
Jelmer Vernooij [Mon, 18 Aug 2014 20:13:55 +0000 (22:13 +0200)]
Revert style changes on instructions page.

9 years agoUpdate Samba build farm to new web site layout.
krishnatejaperannagari [Mon, 18 Aug 2014 20:07:38 +0000 (22:07 +0200)]
Update Samba build farm to new web site layout.

Reviewed-By: Jelmer Vernooij <jelmer@samba.org>
9 years agohttp -> https
Jelmer Vernooij [Mon, 18 Aug 2014 20:01:27 +0000 (22:01 +0200)]
http -> https

9 years agoRe-enable buildfarm tests.
Jelmer Vernooij [Mon, 18 Aug 2014 19:46:28 +0000 (21:46 +0200)]
Re-enable buildfarm tests.

9 years agoReuse DEADAGE rather than defining our own constant.
Jelmer Vernooij [Sat, 2 Aug 2014 19:43:06 +0000 (21:43 +0200)]
Reuse DEADAGE rather than defining our own constant.

9 years agoAdd constant for maximum build age.
Jelmer Vernooij [Sat, 2 Aug 2014 19:39:37 +0000 (21:39 +0200)]
Add constant for maximum build age.

9 years agomin_age takes an absolute timestamp.
Jelmer Vernooij [Sat, 2 Aug 2014 19:37:01 +0000 (21:37 +0200)]
min_age takes an absolute timestamp.

9 years agoUse tuple for sqlite arguments - breaks on older versions of storm
Jelmer Vernooij [Sat, 2 Aug 2014 19:28:52 +0000 (21:28 +0200)]
Use tuple for sqlite arguments - breaks on older versions of storm
without.

9 years agoAdd tests for new min_age argument.
Jelmer Vernooij [Sat, 2 Aug 2014 19:25:01 +0000 (21:25 +0200)]
Add tests for new min_age argument.

9 years agoOnly show builds in the last seven days.
Jelmer Vernooij [Sat, 2 Aug 2014 19:23:22 +0000 (21:23 +0200)]
Only show builds in the last seven days.

9 years agoFix whitespace, add basic tests for get_summary_builds.
Jelmer Vernooij [Sat, 2 Aug 2014 18:11:18 +0000 (20:11 +0200)]
Fix whitespace, add basic tests for get_summary_builds.

9 years agoMerge branch 'query4summarypage' of git://github.com/krishnatejaperannagari/build...
Jelmer Vernooij [Sat, 2 Aug 2014 18:03:58 +0000 (20:03 +0200)]
Merge branch 'query4summarypage' of git://github.com/krishnatejaperannagari/build-farm into summary-optimization

9 years agochanges to reviews
krishnatejaperannagari [Tue, 1 Jul 2014 10:43:53 +0000 (16:13 +0530)]
changes to reviews

Signed-off-by: krishnatejaperannagari <krishnatejaperannagari@gmail.com>
9 years agoRemove trailing whitespace.
Jelmer Vernooij [Fri, 11 Jul 2014 00:19:38 +0000 (02:19 +0200)]
Remove trailing whitespace.

9 years agoMerge remote-tracking branch 'krishna/recentcheckinimprovements'
Jelmer Vernooij [Fri, 11 Jul 2014 00:17:43 +0000 (02:17 +0200)]
Merge remote-tracking branch 'krishna/recentcheckinimprovements'

9 years agochanges to reviews 2
krishnatejaperannagari [Mon, 7 Jul 2014 15:20:27 +0000 (20:50 +0530)]
changes to reviews 2

Signed-off-by: krishnatejaperannagari <krishnatejaperannagari@gmail.com>
9 years agochanges to reviews
krishnatejaperannagari [Fri, 4 Jul 2014 08:26:18 +0000 (13:56 +0530)]
changes to reviews

Signed-off-by: krishnatejaperannagari <krishnatejaperannagari@gmail.com>
9 years agoquery and conversion completed
krishnatejaperannagari [Mon, 23 Jun 2014 08:33:26 +0000 (14:03 +0530)]
query and conversion completed

Signed-off-by: krishnatejaperannagari <krishnatejaperannagari@gmail.com>
9 years agorecent checkins page speed improvements with hidng feature
krishnatejaperannagari [Tue, 17 Jun 2014 06:07:54 +0000 (11:37 +0530)]
recent checkins page speed improvements with hidng feature

Signed-off-by: krishnatejaperannagari <krishnatejaperannagari@gmail.com>
9 years agoAdd --debug-storm option.
Jelmer Vernooij [Thu, 12 Jun 2014 21:52:42 +0000 (23:52 +0200)]
Add --debug-storm option.

9 years agoSimplify handling of old build limit showing.
Jelmer Vernooij [Sat, 7 Jun 2014 16:32:33 +0000 (18:32 +0200)]
Simplify handling of old build limit showing.

9 years agoAdd some notes on running the build farm locally to README.
Jelmer Vernooij [Sun, 1 Jun 2014 23:05:17 +0000 (01:05 +0200)]
Add some notes on running the build farm locally to README.

9 years agoUpdate about page for buildfarm to mention sources are now in Git.
Jelmer Vernooij [Wed, 21 May 2014 21:57:59 +0000 (23:57 +0200)]
Update about page for buildfarm to mention sources are now in Git.

9 years agoOnly create db directory if it does not yet exist.
Jelmer Vernooij [Sun, 18 May 2014 08:50:18 +0000 (10:50 +0200)]
Only create db directory if it does not yet exist.

9 years agoCreate db directory if it did not yet exist.
Jelmer Vernooij [Sat, 17 May 2014 11:36:02 +0000 (13:36 +0200)]
Create db directory if it did not yet exist.

This is fallout from the svn -> git migration, as git does not support
empty directories.

9 years agoAdd makefile with check target.
Jelmer Vernooij [Fri, 16 May 2014 17:14:19 +0000 (19:14 +0200)]
Add makefile with check target.

9 years agobuild_test.fns: use --with-perl-{lib,arch}-install-dir= for samba_4_*
Stefan Metzmacher [Mon, 12 May 2014 15:08:47 +0000 (17:08 +0200)]
build_test.fns: use --with-perl-{lib,arch}-install-dir= for samba_4_*

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
10 years agomark tdb2 as an old tree to delete
Andrew Bartlett [Thu, 23 Jan 2014 07:46:20 +0000 (20:46 +1300)]
mark tdb2 as an old tree to delete

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
10 years agoReplace tdb2 build with ntdb
Amitay Isaacs [Thu, 23 Jan 2014 06:32:09 +0000 (17:32 +1100)]
Replace tdb2 build with ntdb

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
10 years agoRevert "Add --without-gettext to restore Samba build on hpisgr8"
Christian Ambach [Fri, 3 Jan 2014 05:50:13 +0000 (06:50 +0100)]
Revert "Add --without-gettext to restore Samba build on hpisgr8"

This reverts commit 43b5c253e71bb83362c89942017b465555ec53af.

10 years agoRevert "Add --without-gettext to restore Samba build on SerNET-Tru64"
Christian Ambach [Fri, 3 Jan 2014 05:47:58 +0000 (06:47 +0100)]
Revert "Add --without-gettext to restore Samba build on SerNET-Tru64"

This reverts commit c90aa48f0112f4c40f00357c1dc96e463004c5e7.

10 years agoRevert "Add --without-gettext to restore Samba build on SerNet-IRIX"
Christian Ambach [Fri, 3 Jan 2014 05:44:22 +0000 (06:44 +0100)]
Revert "Add --without-gettext to restore Samba build on SerNet-IRIX"

This reverts commit e037a38d69bf7dd6e6d23600438ec2cf2a501f33.

10 years agosernet-imini: remove gettext hack again
Björn Jacke [Mon, 20 Jan 2014 14:29:32 +0000 (15:29 +0100)]
sernet-imini: remove gettext hack again

the gettext detection bug should be fixed now.

10 years agobump dead host time to 3 weeks
Andrew Bartlett [Wed, 8 Jan 2014 05:23:47 +0000 (18:23 +1300)]
bump dead host time to 3 weeks

10 years agotwo more hosts missing ACL support
Andrew Bartlett [Wed, 8 Jan 2014 05:22:57 +0000 (18:22 +1300)]
two more hosts missing ACL support

10 years agoAdd --without-gettext to restore Samba build on hpisgr8
Andrew Bartlett [Tue, 7 Jan 2014 01:46:42 +0000 (14:46 +1300)]
Add --without-gettext to restore Samba build on hpisgr8

10 years agoAdd --without-gettext to restore Samba build on SerNET-Tru64
Andrew Bartlett [Tue, 7 Jan 2014 01:43:45 +0000 (14:43 +1300)]
Add --without-gettext to restore Samba build on SerNET-Tru64

10 years agoAdd --without-gettext to restore Samba build on SerNet-IRIX
Andrew Bartlett [Tue, 7 Jan 2014 01:40:39 +0000 (14:40 +1300)]
Add --without-gettext to restore Samba build on SerNet-IRIX

10 years agoadd .fns files to work around missing ACL support and missing gettext on macos 10.6
Andrew Bartlett [Tue, 7 Jan 2014 01:31:55 +0000 (14:31 +1300)]
add .fns files to work around missing ACL support and missing gettext on macos 10.6

10 years agoadd .fns files to work around missing ACL support
Andrew Bartlett [Tue, 7 Jan 2014 01:28:21 +0000 (14:28 +1300)]
add .fns files to work around missing ACL support

10 years agoremove .fns file for removed host sunX
Andrew Bartlett [Tue, 7 Jan 2014 00:51:40 +0000 (13:51 +1300)]
remove .fns file for removed host sunX

10 years agoremove .fns file for removed host snab
Andrew Bartlett [Tue, 7 Jan 2014 00:51:27 +0000 (13:51 +1300)]
remove .fns file for removed host snab

10 years agoremove .fns file for removed host SerNet-aix
Andrew Bartlett [Tue, 7 Jan 2014 00:50:51 +0000 (13:50 +1300)]
remove .fns file for removed host SerNet-aix

10 years agoremove .fns file for removed host samba-klop
Andrew Bartlett [Tue, 7 Jan 2014 00:50:31 +0000 (13:50 +1300)]
remove .fns file for removed host samba-klop

10 years agoremove .fns file for removed host qnx18
Andrew Bartlett [Tue, 7 Jan 2014 00:50:07 +0000 (13:50 +1300)]
remove .fns file for removed host qnx18

10 years agoremove .fns file for removed host m104
Andrew Bartlett [Tue, 7 Jan 2014 00:49:53 +0000 (13:49 +1300)]
remove .fns file for removed host m104

10 years agoremove .fns file for removed host gwen
Andrew Bartlett [Tue, 7 Jan 2014 00:49:32 +0000 (13:49 +1300)]
remove .fns file for removed host gwen

10 years agoremove .fns file for removed host gollum
Andrew Bartlett [Tue, 7 Jan 2014 00:49:02 +0000 (13:49 +1300)]
remove .fns file for removed host gollum

10 years agoremove .fns file for removed host fjall
Andrew Bartlett [Tue, 7 Jan 2014 00:48:01 +0000 (13:48 +1300)]
remove .fns file for removed host fjall

10 years agoremove .fns file for removed host charis
Andrew Bartlett [Tue, 7 Jan 2014 00:47:42 +0000 (13:47 +1300)]
remove .fns file for removed host charis

10 years agoremove .fns file for removed host burns
Andrew Bartlett [Tue, 7 Jan 2014 00:47:05 +0000 (13:47 +1300)]
remove .fns file for removed host burns

10 years agoremove .fns file for removed host buildsamba02
Andrew Bartlett [Tue, 7 Jan 2014 00:46:54 +0000 (13:46 +1300)]
remove .fns file for removed host buildsamba02

10 years agoremove all references to samba_3_master and mark as a removed tree
Andrew Bartlett [Tue, 7 Jan 2014 00:44:54 +0000 (13:44 +1300)]
remove all references to samba_3_master and mark as a removed tree

10 years agouse https for extermal and protocol indepentent links for ourself
Björn Jacke [Mon, 30 Dec 2013 13:07:59 +0000 (14:07 +0100)]
use https for extermal and protocol indepentent links for ourself

11 years agoFix encoding when updating platform.
Jelmer Vernooij [Mon, 24 Sep 2012 18:46:07 +0000 (20:46 +0200)]
Fix encoding when updating platform.

11 years agobuild: Fix build farm for hosts other than our coverage test
Andrew Bartlett [Mon, 3 Sep 2012 23:56:38 +0000 (09:56 +1000)]
build: Fix build farm for hosts other than our coverage test

11 years agoAdd action_none to assist hosts with no extra_actions
Andrew Bartlett [Sun, 2 Sep 2012 00:21:59 +0000 (10:21 +1000)]
Add action_none to assist hosts with no extra_actions

The previous commit added a handler for extra_actions that are not tied to the success
of the previous actions (allowing lcov and callcatcher to run even on failed tests).

This was missing an action_none for all the other hosts.

Andrew Bartlett

11 years agodouble the number of possible open files
Andrew Bartlett [Sat, 1 Sep 2012 09:34:18 +0000 (19:34 +1000)]
double the number of possible open files

With all the test environments we need a few more files.  This new
limit is a guess however.

Andrew Bartlett

11 years agomove pidl build into the compiler loop
Björn Jacke [Wed, 29 Aug 2012 11:01:39 +0000 (13:01 +0200)]
move pidl build into the compiler loop

11 years agoUse --enable-selftest only on master
Andrew Bartlett [Tue, 21 Aug 2012 13:39:16 +0000 (23:39 +1000)]
Use --enable-selftest only on master

11 years agobuild samba_3 with --enable-selftest
Andrew Bartlett [Tue, 21 Aug 2012 02:54:46 +0000 (12:54 +1000)]
build samba_3 with --enable-selftest

This turns on all the required selftest stuff, rather than specifying it
one-by-one.

Andrew Bartlett

11 years agobuild samba_4 with --enable-selftest
Andrew Bartlett [Mon, 20 Aug 2012 21:55:48 +0000 (07:55 +1000)]
build samba_4 with --enable-selftest

This turns on all the required selftest stuff, rather than specifying it
one-by-one.

Andrew Bartlett

11 years agouse killall on hape after a build run to do what killbysubdir should do
Björn Jacke [Fri, 29 Jun 2012 09:57:32 +0000 (11:57 +0200)]
use killall on hape after a build run to do what killbysubdir should do

11 years agouse generic.fns in SerNet-Tru64.fns
Björn Jacke [Wed, 27 Jun 2012 16:41:25 +0000 (18:41 +0200)]
use generic.fns in SerNet-Tru64.fns

11 years agoSerNet-aix.fns: use killall after a complete run to do what killbysubdir should have...
Björn Jacke [Fri, 22 Jun 2012 12:28:32 +0000 (14:28 +0200)]
SerNet-aix.fns: use killall after a complete run to do what killbysubdir should have done

11 years agohost opi is gone
Stefan Metzmacher [Mon, 18 Jun 2012 22:07:33 +0000 (00:07 +0200)]
host opi is gone

metze

11 years agoRevert "test for fixing heimdal build on aix"
Björn Jacke [Mon, 18 Jun 2012 21:50:17 +0000 (23:50 +0200)]
Revert "test for fixing heimdal build on aix"

This reverts commit 8703cf4ba3ac33d7a4d497c46c3e507c9593ea78.

11 years agotest that build farm locks are > 0 size
Andrew Bartlett [Thu, 17 May 2012 01:56:35 +0000 (11:56 +1000)]
test that build farm locks are > 0 size

This does make the locks less atomic, but disk full situations are more common.

When the disk fills up, then the zero length file is created, and the host
drops out of the build farm.

Andrew Bartlett

12 years agoAdd an easy way to got back to the error list
Matthieu Patou [Thu, 15 Mar 2012 08:01:41 +0000 (01:01 -0700)]
Add an easy way to got back to the error list

12 years agoUpdate my copyright
Matthieu Patou [Thu, 15 Mar 2012 08:01:15 +0000 (01:01 -0700)]
Update my copyright

12 years agoMake display of shortcut box nicer
Matthieu Patou [Thu, 15 Mar 2012 07:38:16 +0000 (00:38 -0700)]
Make display of shortcut box nicer

12 years agoMake display of shortcut box nicer
Matthieu Patou [Thu, 15 Mar 2012 07:36:06 +0000 (00:36 -0700)]
Make display of shortcut box nicer

12 years agoremove extra margin between unit test box results
Matthieu Patou [Thu, 15 Mar 2012 07:34:26 +0000 (00:34 -0700)]
remove extra margin between unit test box results

12 years agoAdd a list of shortcut to failed tests
Matthieu Patou [Thu, 15 Mar 2012 07:33:44 +0000 (00:33 -0700)]
Add a list of shortcut to failed tests

12 years agoReally fix the display of pretests infos
Matthieu Patou [Thu, 15 Mar 2012 07:23:17 +0000 (00:23 -0700)]
Really fix the display of pretests infos

12 years agoHide pretest information by default
Matthieu Patou [Thu, 15 Mar 2012 07:06:28 +0000 (00:06 -0700)]
Hide pretest information by default

12 years agoAdd some spacing before the status (failed, skipped, ...)
Matthieu Patou [Thu, 15 Mar 2012 04:29:35 +0000 (21:29 -0700)]
Add some spacing before the status (failed, skipped, ...)

12 years agoLimit list of older build to 10 by default
Matthieu Patou [Thu, 15 Mar 2012 04:22:24 +0000 (21:22 -0700)]
Limit list of older build to 10 by default

12 years agoPrint 404 page if build is not found.
Jelmer Vernooij [Sat, 10 Mar 2012 17:53:43 +0000 (18:53 +0100)]
Print 404 page if build is not found.

12 years agoAdd tdb2 build
Amitay Isaacs [Tue, 6 Mar 2012 23:03:34 +0000 (10:03 +1100)]
Add tdb2 build

12 years agoadd per_run_hook and global_lock to coverage.fns
Andrew Bartlett [Sat, 25 Feb 2012 01:41:37 +0000 (12:41 +1100)]
add per_run_hook and global_lock to coverage.fns

12 years agoNever display builds from unknown hosts
Andrew Bartlett [Sun, 19 Feb 2012 02:50:43 +0000 (13:50 +1100)]
Never display builds from unknown hosts

12 years agoalso return unfiltered callanalyse output
Andrew Bartlett [Sat, 18 Feb 2012 06:15:52 +0000 (17:15 +1100)]
also return unfiltered callanalyse output

12 years agofix VACUUM to run on correct db
Andrew Bartlett [Fri, 17 Feb 2012 10:25:59 +0000 (21:25 +1100)]
fix VACUUM to run on correct db

12 years agoadd missing format string
Amitay Isaacs [Fri, 17 Feb 2012 06:55:08 +0000 (17:55 +1100)]
add missing format string

12 years agooutput callcatcher for non-samba builds as well
Andrew Bartlett [Fri, 17 Feb 2012 10:01:16 +0000 (21:01 +1100)]
output callcatcher for non-samba builds as well

12 years agothe lcov version has changed, as has the output format
Andrew Bartlett [Fri, 17 Feb 2012 08:45:43 +0000 (19:45 +1100)]
the lcov version has changed, as has the output format

12 years agoRevive lcov reporting
Andrew Bartlett [Fri, 17 Feb 2012 06:11:49 +0000 (17:11 +1100)]
Revive lcov reporting

12 years agoremove old s3-waf build from host tridge
Andrew Bartlett [Thu, 22 Dec 2011 03:43:09 +0000 (14:43 +1100)]
remove old s3-waf build from host tridge

12 years agopython-2.6 devel libraries installed on tridge (ppc64 box)
Amitay Isaacs [Wed, 21 Dec 2011 04:37:27 +0000 (15:37 +1100)]
python-2.6 devel libraries installed on tridge (ppc64 box)

No need for local copy of python.

12 years agoSupport uxsuccess.
Jelmer Vernooij [Thu, 8 Dec 2011 23:40:03 +0000 (00:40 +0100)]
Support uxsuccess.

12 years agonow that samba_3_waf is just a regular part of the build, remove seperate tree
Andrew Bartlett [Fri, 7 Oct 2011 09:23:17 +0000 (20:23 +1100)]
now that samba_3_waf is just a regular part of the build, remove seperate tree