Commit graph

232 commits

Author SHA1 Message Date
Sergio Durigan Junior a89211046c Guarding the exclusion of mid_file on MessageGDBTesters 2017-10-01 21:06:43 -04:00
Sergio Durigan Junior f327722e06 Implement threading for breakage messages. 2017-09-28 15:22:42 -04:00
Sergio Durigan Junior 8ea5efe034 s/SendAuthorMessage/SendAuthorBreakageMessage/ 2017-09-28 14:25:05 -04:00
Sergio Durigan Junior e4d72f98f7 Fixing breakage email To: list 2017-09-21 16:13:35 -04:00
Sergio Durigan Junior 3cdfa669d5 Including comment on try build email 2017-09-13 01:03:48 -04:00
Sergio Durigan Junior 3145fbefb8 Include comments on try build message 2017-09-12 17:24:04 -04:00
Sergio Durigan Junior cbe3b6a13e Make try-lockfile name be like the root message id 2017-09-12 17:13:35 -04:00
Sergio Durigan Junior 447c084f3b Setting the build property correctly on the try sched 2017-09-12 16:54:45 -04:00
Sergio Durigan Junior 928db7f6c8 First attempt to uniquefy try build's root message 2017-09-12 16:23:39 -04:00
Sergio Durigan Junior cb1514b7ff Really tweaking netbsd builder 2017-09-10 12:14:25 -04:00
Sergio Durigan Junior 5797bf47a2 Disable --enable-targets=all from NetBSD builders 2017-09-09 20:15:32 -04:00
Sergio Durigan Junior 129534c0ca Don't clean up breakage file on every build, only cleanup it when not doing try builds 2017-09-09 20:14:14 -04:00
Sergio Durigan Junior d5057908ca Including commit information on breakage lockfile 2017-09-08 01:46:22 -04:00
Sergio Durigan Junior a324f18096 Don't record commit id on breakage lockfile 2017-09-08 01:35:01 -04:00
Sergio Durigan Junior 769d20ffcf Removing the right breakage file 2017-09-07 15:18:41 -04:00
Sergio Durigan Junior 3ab7c26d1a Fixing report breakage lock file name 2017-09-07 14:51:13 -04:00
Sergio Durigan Junior 7da1f920da Always hide compute-try-build-count step 2017-09-06 08:42:31 -04:00
Sergio Durigan Junior e04304d64a self 2017-09-05 14:15:45 -04:00
Sergio Durigan Junior 466ea08da7 Implement system_debuginfo_location 2017-09-05 14:15:09 -04:00
Sergio Durigan Junior a1b2dead62 Making netbsd not run testsuite 2017-09-05 13:58:20 -04:00
Sergio Durigan Junior e7305810d2 Simplifying Message-Id and In-Reply-To of root message 2017-09-05 13:33:32 -04:00
Sergio Durigan Junior ac777d5d8c Fix typo 2017-09-05 11:24:22 -04:00
Sergio Durigan Junior 49294d746b Change count to str 2017-09-05 10:44:38 -04:00
Sergio Durigan Junior d750aad632 Fix variables 2017-09-05 10:39:06 -04:00
Sergio Durigan Junior afdae8c4ad Typos 2017-09-05 10:32:41 -04:00
Sergio Durigan Junior 48c3009733 Fix db_file 2017-09-05 10:27:19 -04:00
Sergio Durigan Junior 5586d736fd Fix doStepIf and hideStepIf on ComputeTryCount 2017-09-05 10:15:41 -04:00
Sergio Durigan Junior 005f813519 Using a build step instead of steps.SetProperties 2017-09-05 10:02:24 -04:00
Sergio Durigan Junior 2dc344d038 Revamping the try_count approach 2017-09-05 09:43:15 -04:00
Sergio Durigan Junior 68a2361140 Subtracting 1 from try build count on mailnotifier 2017-09-04 22:00:49 -04:00
Sergio Durigan Junior 20cf61dfa5 Use commit-id instead of title when sending breakage email 2017-09-04 20:28:17 -04:00
Sergio Durigan Junior f6545f3e58 Using c.fetchone ()[0] 2017-09-04 17:59:44 -04:00
Sergio Durigan Junior ba4070a977 Import get_web_base on master.cfg 2017-09-04 17:31:10 -04:00
Sergio Durigan Junior 4d84146885 Brain fart 2017-09-04 14:58:01 -04:00
Sergio Durigan Junior 69e0591220 Fixing case when there are multiple tries to the same commit. 2017-09-04 14:53:08 -04:00
Sergio Durigan Junior 17c8b7b357 Adding enable-64-bit-bfd to ARM 2017-03-28 21:42:21 -04:00
Sergio Durigan Junior 5d69be9bd2 Revamping the breakage message 2017-02-21 15:49:44 -05:00
Sergio Durigan Junior 12f9d3e477 Fixing AArch32 flags for compilation/testing 2017-02-09 16:49:48 -05:00
Sergio Durigan Junior ae0b077585 Adding AArch32 builders (thanks to Yao) 2017-02-09 16:45:06 -05:00
Sergio Durigan Junior 292f91f751 Do not hide CopyOldGDBSumFile step 2016-12-19 22:40:44 -05:00
Sergio Durigan Junior d7ad85fdea Revert "Removing TRY tag for now"
This reverts commit c434bea9ac.
2016-11-28 16:42:56 -05:00
Sergio Durigan Junior c434bea9ac Removing TRY tag for now 2016-11-28 16:40:13 -05:00
Sergio Durigan Junior 630197c09f Increasing limit of patch length 2016-11-10 13:12:45 -05:00
Sergio Durigan Junior 78ac2523c8 New method for storing log files.
This is a new method developed to store the log files for builds.  It
doesn't use git anymore, but instead uses a set of sqlite databases +
scripts + xz in order to make the files smaller and more organized.
Also, it is now possible to safely remove old build logs.
2016-11-10 01:45:57 -05:00
Sergio Durigan Junior c0ab924f25 Adjust message formatters 2016-11-06 01:15:26 -04:00
Sergio Durigan Junior 3c736356e5 Initial attempt to change the way we store results
This was imported (with modifications) from the 0.9-prep branch.
2016-11-05 23:59:59 -04:00
Sergio Durigan Junior d4440f59b3 Adding gdb-patches to To 2016-10-06 17:28:11 -04:00
Sergio Durigan Junior de278855a4 Typo 2016-10-06 15:17:34 -04:00
Sergio Durigan Junior dceb3a9390 Fixing breakage lockfile error; removing Fedora-x86_64-c-build-m64 from AllBranch scheduler 2016-10-06 15:15:32 -04:00
Sergio Durigan Junior 5cb3e0ee48 Returning just the name on the email lookup function 2016-09-19 23:36:45 -04:00