Mailing List Archive

[Spamassassin Wiki] Update of "ContinuousTesting" by JustinMason
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by JustinMason:
http://wiki.apache.org/spamassassin/ContinuousTesting

------------------------------------------------------------------------------
= Continuous Testing =

- We're running an experimental [http://buildbot.sourceforge.net/ BuildBot] server; after every check-in to SVN, several BuildBot clients will automatically download the latest code and run "make test". The results [http://bugzilla.spamassassin.org:8010/ are visible here].
+ We're running an experimental [http://buildbot.sourceforge.net/ BuildBot] server; after every check-in to SVN, several BuildBot clients will automatically download the latest code and run "make test". The results [http://buildbot.spamassassin.org:8010/ are visible here].

== Notes on Setting Up a BuildBot Slave ==

@@ -70, +70 @@

"jm-ubuntu-hoary-perl585"]

HOST_OS="username-hostname-osname"
- buildbot slave /home/buildbot/slaves/$HOST_OS bugzilla.spamassassin.org:9989 \
- $HOST_OS $PASSWORD

+ mkdir /home/buildbot/slaves/$HOST_OS
+ cd /home/buildbot/slaves/$HOST_OS
+ mktap buildbot slave --basedir /home/buildbot/slaves/$HOST_OS --master \
+ buildbot.spamassassin.org:9989 --name $HOST_OS \
+ --passwd $PASSWORD --usepty 0 --keepalive 300
}}}

+ (note: use "mktap" directly instead of "buildbot slave so you can set usepty
- and mail dev/at/SpamAssassin.apache.org the $HOST_OS string you've chosen.
+ and keepalive.) Mail dev/at/SpamAssassin.apache.org the $HOST_OS string you've chosen.

Command to start the slave process:

@@ -95, +99 @@

@reboot buildbot start /home/buildbot/slaves/username-hostname-osname
}}}

-
[Spamassassin Wiki] Update of "ContinuousTesting" by JustinMason [ In reply to ]
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by JustinMason:
http://wiki.apache.org/spamassassin/ContinuousTesting

------------------------------------------------------------------------------
* trunk using Red Hat 7.3's perl
* trunk using vanilla perl 5.6.1
* trunk using vanilla perl 5.8.5 with threading
- * b3.0 using Red Hat 7.3's perl
+ * trunk using Solaris 10 with perl 5.6.1 and perl 5.8.5

(among others.)