Commit graph

320 commits

Author SHA1 Message Date
Sergio Durigan Junior b93041d7e2 Implement tags support on builders
This will be necessary because we may want to filter which builders
generate an e-mail.
2016-01-04 14:53:20 -05:00
Sergio Durigan Junior abd3efbb14 Removing initial_delay from Debian wheezy buildslave 2015-09-23 17:35:45 -04:00
Sergio Durigan Junior 70fd020983 Disabling MIPS builder -- too many failures 2015-08-24 14:21:21 -04:00
Sergio Durigan Junior 4aa51fdfc4 Fixing builder name in scheduler (from last commit) 2015-08-16 01:58:29 -04:00
Sergio Durigan Junior 7724bfc85f Adding RHEL-7.1 s390x buildslave and builder (thanks to David Edelsohn) 2015-08-16 01:56:22 -04:00
Sergio Durigan Junior 80ccf8296b Checking for 'No space left on device' errors 2015-08-10 16:08:55 -04:00
Sergio Durigan Junior ec5fa8a5c3 Adding subject in the report e-mail; adding missing \n in the root message 2015-08-07 12:39:24 -04:00
Sergio Durigan Junior ca05efdbc7 Using OrderedDict instead of regular dictionaries because the order of the test results matters 2015-08-06 21:58:30 -04:00
Sergio Durigan Junior 265c3f4c09 Adding /usr/local/bin as part of the PATH for Fedora x86_64 buildslaves. This is needed because we are using a new version of dejagnu there, directly from git HEAD. 2015-08-05 13:08:06 -04:00
Sergio Durigan Junior fc2e3388f1 Include last 100 lines in the build breakage log 2015-07-31 14:16:46 -04:00
Sergio Durigan Junior f10d5d0e54 Implement initial_delay 2015-07-30 17:31:09 -04:00
Sergio Durigan Junior f09af5c266 Fine-grained force_switch to branch. We cannot force every time because of previous_gdb.sum 2015-07-25 18:42:30 -04:00
Sergio Durigan Junior 36c02e149c Not force-ckeckout on some situations 2015-07-17 12:45:33 -04:00
Sergio Durigan Junior 3e6b71e771 Forcing git checkout on branches 2015-07-14 20:26:39 -04:00
Sergio Durigan Junior 2c21375951 Adding MIPS buildslave (thanks Brendan Kirby) 2015-07-13 22:21:36 -04:00
Sergio Durigan Junior 7c21258626 Adding more x86-64 buildslaves! Yay! 2015-07-09 18:06:46 -04:00
Sergio Durigan Junior efaea71cdc Fixing In-Reply-To 2015-07-07 01:38:09 -04:00
Sergio Durigan Junior 349cb119a2 Updating Message-Id for root email 2015-06-29 16:15:08 -04:00
Sergio Durigan Junior 1ca559db69 Typo 2015-06-26 15:48:20 -04:00
Sergio Durigan Junior 8a4e0c66dc Comments and cleanup 2015-06-26 15:47:31 -04:00
Sergio Durigan Junior 78e7fca05f Adding debian-s390x buildslave (thanks to David Edelsohn) 2015-06-25 12:14:03 -04:00
Sergio Durigan Junior 5a43f85011 enable-targets=all should be disabled for AIX, not BSD 2015-06-22 23:19:52 -04:00
Sergio Durigan Junior e0c1f42841 Making --enable-targets=all parameterized 2015-06-22 22:25:21 -04:00
Sergio Durigan Junior a52f11c8e2 Updating AIX buildslave admin's address 2015-06-22 22:09:33 -04:00
Sergio Durigan Junior 4940b6e455 Changing order of inheritance 2015-06-22 18:19:55 -04:00
Sergio Durigan Junior 0a6af6d1fa Typo on AIX builder 2015-06-22 18:09:32 -04:00
Sergio Durigan Junior 0e4fde9c5c Fix AIX builder name 2015-06-22 15:43:47 -04:00
Sergio Durigan Junior 2cba4dc28f AIX buildslave admin adjustment; s/Power/POWER/ 2015-06-22 15:43:06 -04:00
Sergio Durigan Junior 90e2388b1f Fix AIX buildslave name 2015-06-22 15:31:15 -04:00
Sergio Durigan Junior ad1a384479 Adding AIX buildslave and builder; adjusting JSON file and reader 2015-06-22 15:29:22 -04:00
Sergio Durigan Junior 4c11d1f368 Converting to str 2015-06-17 01:01:52 -04:00
Sergio Durigan Junior 738cfe6a89 Missing comma 2015-06-17 01:00:56 -04:00
Sergio Durigan Junior 480fb0ab6a Implement notification on buildslave disconnection
Add e-mail address (admin) to each buildslave, and implement
notification when a buildslave is disconnected.  Also, remove old
fedora-21-ppc64le-1 buildslave.
2015-06-17 00:58:53 -04:00
Sergio Durigan Junior cc102f34d6 Improving name of breakage lockfile; adding missing newline in breakage report 2015-06-15 15:50:27 -04:00
Sergio Durigan Junior fefd0e469c Switching to new PPC64LE buildslave 2015-06-11 12:10:09 -04:00
Sergio Durigan Junior b27882c65c Fine-controlling when to report build breakages 2015-06-10 21:09:36 -04:00
Sergio Durigan Junior 9c7630560c Adding ppc64le new machine (by IBM); removing fedora-21-ppc64be-1 buildslave (decomissioned) 2015-06-10 15:50:57 -04:00
Sergio Durigan Junior 84d22d434d Send message to author if commit broke GDB 2015-06-07 16:14:17 -04:00
Sergio Durigan Junior 5c57fcedf7 Removing fedora-21-ppc64be-1 and fedora-21-ppc64be-2; adding new slave fedora-ppc64be-1 2015-06-03 16:38:27 -04:00
Sergio Durigan Junior 4ad9c7023e Only post logs about compilation failure when they are from a reasonable size 2015-05-16 01:40:34 -04:00
Sergio Durigan Junior 1240294630 Putting the new builder on the scheduler 2015-05-15 14:35:32 -04:00
Sergio Durigan Junior bc81518c8b Implementing run_testsuite option; adding new builder to test --enable-build-with-cxx
This commit implements the run_testsuite option, which can be used to
determine whether the builder should run the testsuite or not.

It also adds a new builder to test the --enable-build-with-cxx.  This
builder makes use of the new run_testsuite flag, because it doesn't
need to run the testsuite.
2015-05-15 14:31:30 -04:00
Sergio Durigan Junior c434c0699d Updating repository from gitorious to libreplanetbr 2015-04-01 15:51:02 -04:00
Sergio Durigan Junior d4561ae709 Ignoring the binutils/ dir too (thanks palves) 2015-03-10 14:53:09 -04:00
Sergio Durigan Junior a93cd2772f Filtering out commits that only change gdb/doc, or that only change ChangeLog files 2015-03-07 20:11:32 -05:00
Sergio Durigan Junior 0685c06b6f Adding s390x buildslave and 1 builder for it (thanks mjw) 2015-03-04 22:52:19 -05:00
Sergio Durigan Junior 7e375599d8 Reverting decision from last commit. the email author is not the commit's author 2015-02-20 18:59:26 -05:00
Sergio Durigan Junior 6f1b79d087 Improving email notification. Now the root email's title looks like the one sent to gdb-cvs, and the author of the email is the commit's author 2015-02-20 18:53:40 -05:00
Sergio Durigan Junior b425a1e0f6 Removing Debian-{i686,x86_64}-cc-with-index builders, due to load 2015-02-19 12:51:02 -05:00
Sergio Durigan Junior 512051e8eb Removing xfails dir -- it has been moved to the new gdb-xfails repo 2015-02-13 17:14:34 -05:00