Commit graph

123 commits

Author SHA1 Message Date
Sergio Durigan Junior cc63fe71e7 Use gdb.sum to calculate the regressions on try builds 2016-07-29 11:15:32 -04:00
Sergio Durigan Junior f3d40099ba Setting extraRecipients before sending the message 2016-07-24 00:31:02 -04:00
Sergio Durigan Junior 2e4d4d641e Implementing some missing things on try build 2016-07-23 00:04:34 -04:00
Sergio Durigan Junior c79cfa643c First attempt to implement Try schedulers 2016-07-22 18:57:34 -04:00
Sergio Durigan Junior c7bef0e0e0 Creating racy_daily Nightly scheduler and putting the Fedora* builders on it 2016-06-14 14:30:28 -04:00
Sergio Durigan Junior 085e1e0ac9 Fix typo 2016-06-14 14:22:14 -04:00
Sergio Durigan Junior 213a9fef68 Adding AArch64 buildslave and builders (thanks to Yao Qi) 2016-06-14 14:19:01 -04:00
Sergio Durigan Junior 3065733941 Disabling (temporarily?) email notifications for RHEL-7.1-s390x and AIX 2016-06-10 14:31:02 -04:00
Sergio Durigan Junior 199f4ab3e4 Fixing report of XFAIL tests by email 2016-06-02 19:12:47 -04:00
Sergio Durigan Junior 864ec709ef Sending an e-mail with all racy tests, not only the unique ones 2016-05-22 19:50:17 -04:00
Sergio Durigan Junior 76d95369b4 Fixing thinko on sum matcher 2016-05-19 14:09:52 -04:00
Sergio Durigan Junior c7c30eaf56 Reducing number of threads used by PPC* machines 2016-05-18 16:04:38 -04:00
Sergio Durigan Junior 6a76af10b0 Taking care of special marker on XFAIL files 2016-05-17 18:48:08 -04:00
Sergio Durigan Junior 103d1ee11e Adding the builder to the scheduler 2016-04-13 10:30:34 -04:00
Sergio Durigan Junior a9fa5a1cc8 Adding Fedora-x86_64-c-build-m64 2016-04-13 10:28:49 -04:00
Sergio Durigan Junior c4bba449d3 Removing Debian-{i686,x86_64} builders from racy scheduler (mjw's request) 2016-03-21 18:37:37 -04:00
Sergio Durigan Junior f561d36e23 More fixes to racy detection 2016-03-21 18:35:47 -04:00
Sergio Durigan Junior 30a2648b24 Minor nit on message 2016-03-20 18:58:49 -04:00
Sergio Durigan Junior 589f717229 Fixing racy mail message 2016-03-20 15:42:56 -04:00
Sergio Durigan Junior c70ee83436 Fixing racy sumfile read 2016-03-20 15:38:28 -04:00
Sergio Durigan Junior a2bd0f0a9f Improving racy analyzer 2016-03-20 14:21:10 -04:00
Sergio Durigan Junior 6a671d9b07 Removing Debian-{i686,x86_64}-native-gdbserver (at mjw's request) 2016-03-20 14:04:02 -04:00
Sergio Durigan Junior 75c85fbf6c Adjusting args to isMailNeeded 2016-03-16 12:24:34 -04:00
Sergio Durigan Junior 535ddd5f45 Testing nightly build 2016-03-15 22:07:24 -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 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 feebfc0a23 Changing admin email for FreeBSD buildslaves 2016-01-22 15:32:53 -05:00
Sergio Durigan Junior d49ece815b Re-adding FreeBSD builders, with e-mail notification disabled 2016-01-20 13:48:50 -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 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 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 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 78e7fca05f Adding debian-s390x buildslave (thanks to David Edelsohn) 2015-06-25 12:14:03 -04:00
Sergio Durigan Junior a52f11c8e2 Updating AIX buildslave admin's address 2015-06-22 22:09:33 -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 738cfe6a89 Missing comma 2015-06-17 01:00:56 -04:00