Andrew Tridgell
4e1966db95
autobuild: send email failure if rebase fails
...
users need to know if the rebase on master fails
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Tue Oct 12 02:53:15 UTC 2010 on sn-devel-104
2010-10-12 02:53:15 +00:00
Andrew Tridgell
f2dc72eb47
autobuild: add an extra blank line before the autobuild markers
2010-10-12 02:13:19 +00:00
Jelmer Vernooij
05024867d3
land-remote: Fix --fail-slowly.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Oct 11 15:54:31 UTC 2010 on sn-devel-104
2010-10-11 15:54:31 +00:00
Jelmer Vernooij
6d8b3efadb
land: Use temp dir if /memdisk is not available.
2010-10-09 15:11:01 +02:00
Andrew Tridgell
321bb40a2e
script: improvements to bisect-test.py
...
- allow control of all the commands (eg. specify configure command)
- do a bisect reset at the end
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Thu Oct 7 04:11:21 UTC 2010 on sn-devel-104
2010-10-07 04:11:21 +00:00
Andrew Tridgell
1e2c1c8942
autobuild: only add autobuild.log if it exists
...
this makes running autobuild on other than sn-devel easier
2010-10-06 11:13:05 +00:00
Jelmer Vernooij
a228879903
land: Fix stage description during failure.
2010-10-05 23:56:10 +02:00
Jelmer Vernooij
47d1c49608
land: Print out failed test in case of subunit failures.
2010-10-05 23:56:10 +02:00
Jelmer Vernooij
2b58efb1fc
land: Fix failure detection.
...
What subprocess.Popen.poll() returns is a exit code, not a status.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Tue Oct 5 13:05:25 UTC 2010 on sn-devel-104
2010-10-05 13:05:25 +00:00
Jelmer Vernooij
c94db22a12
land: Simplify retry checker.
2010-10-05 12:24:05 +00:00
Jelmer Vernooij
587315f75d
land-remote: Force running in foreground when pushing to master.
2010-10-04 13:53:02 +02:00
Jelmer Vernooij
f1b62eaa2c
land-remote: Announce what address email is going to be sent to.
2010-10-04 13:52:09 +02:00
Andrew Tridgell
4b16cc9eef
autobuild: override the editor when marking the commit
...
this avoids the problem of a user having an editor set in their global
.gitconfig, and that having higher precedence than the EDITOR
environment variable
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Sun Oct 3 15:22:01 UTC 2010 on sn-devel-104
2010-10-03 15:22:01 +00:00
Jelmer Vernooij
958d7a5710
land: Inherit EMAIL from the environment.
2010-10-03 16:25:37 +02:00
Jelmer Vernooij
60e25ab06b
land: Force always emailing when there is no other mechanism of progress reporting.
2010-10-03 05:25:18 +02:00
Jelmer Vernooij
0bb970dd81
land: Attach tarball of logs rather than individual logs to keep the
...
mail size reasonable.
2010-10-03 05:25:18 +02:00
Jelmer Vernooij
997165b23e
land: Some cosmetic fixes.
2010-10-03 05:25:18 +02:00
Jelmer Vernooij
288b217a8f
land: Attach test output files to result emails.
2010-10-03 05:25:18 +02:00
Jelmer Vernooij
f6b254c65d
land: Add --revision argument.
2010-10-03 05:25:18 +02:00
Jelmer Vernooij
d8e81a19de
land-remote: Run remote land command unbuffered.
2010-10-03 05:25:17 +02:00
Jelmer Vernooij
b9bef1fd3f
land-remote: Pass extra arguments on to land.
2010-10-03 00:04:59 +02:00
Jelmer Vernooij
20c65121a7
land: Implement --fail-immediately directly in Python, provide subunit file.
2010-10-02 20:32:16 +02:00
Jelmer Vernooij
8354518c96
land: Add separate treestagebuilder for subunit.
2010-10-02 13:26:36 +02:00
Jelmer Vernooij
b965a65e03
land: Cherry-pick tridges changes to autobuild.
2010-10-02 13:17:25 +02:00
Jelmer Vernooij
4190bd4e34
land: Move stage building into a separate class so we can have subclasses (e.g. subunit-specific).
2010-10-02 13:14:53 +02:00
Jelmer Vernooij
554289c261
land: Only pass shell=True if necessary.
2010-10-02 13:14:53 +02:00
Jelmer Vernooij
d03ff1c9da
land: Add --fail-slowly option.
2010-10-02 13:14:53 +02:00
Jelmer Vernooij
916904443d
Several smaller cleanups, use python coding style.
2010-10-02 13:14:51 +02:00
Jelmer Vernooij
7f0167770c
land: Avoid running things in a shell where not necessary.
2010-10-02 13:14:51 +02:00
Jelmer Vernooij
56ad550a92
land-remote: Checkout repository first.
2010-10-02 13:14:51 +02:00
Jelmer Vernooij
ff5fdb65f5
land-remote: Use --repository option.
2010-10-02 13:14:51 +02:00
Jelmer Vernooij
8ce24a9187
land: Add --repository option.
2010-10-02 13:14:51 +02:00
Jelmer Vernooij
3c85d031d3
land: Move more functionality onto builder.
2010-10-02 13:14:51 +02:00
Jelmer Vernooij
74be4a2abf
land: Avoid more uses of chdir().
2010-10-02 13:14:50 +02:00
Jelmer Vernooij
6f6bfb3f20
Split land.py back out of autobuild.py, so I can change it without
...
risking to break the autobuild system.
2010-10-02 13:14:50 +02:00
Andrew Tridgell
ed5e05a15d
bisect: more bisection options
...
and fixes for the old ones
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sat Oct 2 06:14:46 UTC 2010 on sn-devel-104
2010-10-02 06:14:46 +00:00
Andrew Tridgell
018d23a293
script: added bisect-test.py git bisect script
...
this can be used to work out what commit broke a set of tests
2010-10-01 22:31:58 -07:00
Andrew Tridgell
06b27e5e3d
autobuild: show top commit in emails
2010-10-01 22:31:58 -07:00
Andrew Tridgell
f9bc389f60
autobuild: include autobuild.log in logs.tar.gz
2010-10-01 22:31:58 -07:00
Andrew Tridgell
faa993d95c
autobuild: fixed tuple count for retry
2010-10-01 18:03:31 -07:00
Andrew Tridgell
0111e80ea9
autobuild: revert a bit more of the subunit changes
...
still not quite right - we can enable this again once its fully tested
2010-10-01 13:08:22 -07:00
Andrew Tridgell
b75c1f57c2
autobuild: disable the subuit changes for now - they break error checking
2010-10-01 13:08:22 -07:00
Andrew Tridgell
afe78c23ad
autobuild: fixed the tuples in the retry_task
...
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Fri Oct 1 18:22:22 UTC 2010 on sn-devel-104
2010-10-01 18:22:22 +00:00
Andrew Tridgell
2d66bb51ca
autobuild: cwd is needed on all command types
2010-10-01 11:12:24 -07:00
Jelmer Vernooij
9cdebd0ebc
autobuild: Avoid unnecessary chdir() calls.
2010-10-01 18:49:42 +02:00
Jelmer Vernooij
c4ab2b38af
autobuild: Output test results in subunit.
2010-10-01 18:49:40 +02:00
Jelmer Vernooij
3dfbf3ce03
autobuild: Provide more information about build sequence, stage name and output mime type (all plain text for now).
2010-10-01 18:49:40 +02:00
Jelmer Vernooij
7210c95e60
autobuild: Add --always-email option.
2010-10-01 18:49:39 +02:00
Jelmer Vernooij
0866e2dad2
autobuild-remote: Support autobuild.py rather than land.py.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Fri Oct 1 09:46:37 UTC 2010 on sn-devel-104
2010-10-01 09:46:37 +00:00
Jelmer Vernooij
ebf01a4f89
autobuild: Add --daemon option.
2010-10-01 11:05:04 +02:00