Commit graph

143 commits

Author SHA1 Message Date
Sergio Durigan Junior dbcd5ab39f hideStepIf adjustment, part 3 2016-03-15 19:39:18 -04:00
Sergio Durigan Junior 210dbb70c4 hideStepIf adjustment, part 2 2016-03-15 19:34:37 -04:00
Sergio Durigan Junior baeedd0abb hideStepIf adjustment 2016-03-15 19:29:34 -04:00
Sergio Durigan Junior 0df7e0067b Passing RACY_ITER properly 2016-03-15 19:13:16 -04:00
Sergio Durigan Junior 0cf82e2960 Fixing property, again 2016-03-15 19:02:34 -04:00
Sergio Durigan Junior 12066148f2 Importing Property 2016-03-15 18:58:54 -04:00
Sergio Durigan Junior cc0a2464a6 Fix accessing property, part 2 2016-03-15 18:53:21 -04:00
Sergio Durigan Junior 8ce57bc25a Fix accessing property 2016-03-15 18:48:10 -04:00
Sergio Durigan Junior 1ebc908ed0 Fix check for string equality 2016-03-15 18:34:25 -04:00
Sergio Durigan Junior 749daca458 Using different var name for scheduler loop 2016-03-15 18:29:50 -04:00
Sergio Durigan Junior 6c86aad971 Implementing racy testcase detection
Several modifications were necessary.  Mainly, the Nightly scheduler has
been added.  I've also created a new class in order to help detect and
notify about the racy testcases found.
2016-03-15 18:04:36 -04:00
Sergio Durigan Junior 551fa187c3 Fixing the breakage lockfile deletion step 2016-03-01 22:03:29 -05:00
Sergio Durigan Junior 5bd1725ef9 Always delete breakage lockfile if build succeeds 2016-03-01 14:25:29 -05:00
Sergio Durigan Junior 52e6cb7df1 Revert "Updating the import for results from buildbot"
This reverts commit c2d22ba6ab.
2016-03-01 01:34:09 -05:00
Sergio Durigan Junior c2d22ba6ab Updating the import for results from buildbot 2016-03-01 01:31:20 -05:00
Sergio Durigan Junior 5a3b589d62 Trying to fix encoding problems with SendRootMessage 2016-03-01 01:23:10 -05:00
Sergio Durigan Junior 92706058e8 Updating e-mail address (avoid SPF failures) 2016-02-24 12:24:03 -05:00
Sergio Durigan Junior 0ea3a9059b Decode text to ascii when sending root msg 2016-02-10 16:33:54 -05:00
Sergio Durigan Junior 4476e92a97 Removing .lock extension from build breakage files 2016-02-09 12:32:49 -05:00
Sergio Durigan Junior dcc69dfe36 Removing comment 2016-01-05 15:41:25 -05:00
Sergio Durigan Junior 9929312091 Fix typo on MailNotifier 2016-01-05 15:26:43 -05:00
Sergio Durigan Junior 6725385ecb Fixing builder tags, take 2 2016-01-05 14:22:49 -05:00
Sergio Durigan Junior 2446739b5e Fixing builder tags assignment 2016-01-05 13:53:57 -05:00
Sergio Durigan Junior 87af29fa81 Add NetBSD buildslave and builder; comment out unnecessary extra_conf_flags on BSD 2016-01-04 14:54:36 -05:00
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 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 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 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 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 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 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 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 b27882c65c Fine-controlling when to report build breakages 2015-06-10 21:09:36 -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 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 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 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