Граф коммитов

1600 Коммитов

Автор SHA1 Сообщение Дата
Ed Morley 9350fc3368 Bug 1086663 - Make the TinderboxPrint regex less strict about whitespace
So that we don't miss "Built from revision X" and other TinderboxPrints.
2015-01-16 20:00:15 +00:00
Ed Morley 1b03238a5a Bug 1121483 - Submit classifications to Bugzilla/ES for non-buildbot jobs too 2015-01-16 14:02:33 +00:00
Ed Morley 33475f12d3 Bug 1085100 - Use start_time instead of classification time in bug comments
Previously classifying failures with a bug number would add a comment to
the bug that listed the datetime of classification. However this is
redundant, since it's virtually the same as the datetime of the bug
comment itself. Instead, it's more useful to list the job start time.

Only classifications for completed jobs are submitted to Bugzilla, so we
do not need to add handling for pending jobs, that do not have a start
time.
2015-01-16 12:38:26 +00:00
Ed Morley 6bf711fb4a Bug 1059811 - pyflakes: Remove unused variables 2015-01-16 12:33:32 +00:00
Ed Morley b0d1c0c168 Bug 1059811 - pyflakes: Remove unused imports 2015-01-16 12:33:32 +00:00
Ed Morley debe98d0da Bug 1121003 - Add support for 10.6-specific Talos tests 2015-01-16 00:23:13 +00:00
Ed Morley 86605a9358 Merge pull request #324 from chmanchester/mn_e10s
Bug 1121125 - Add marionette e10s tests to treeherder.
2015-01-14 17:17:40 +00:00
camd 114b78fd82 Merge pull request #327 from lightsofapollo/up-throttle
Bug 1121546 - Increase throttling limtis to 220 req/min
2015-01-14 09:13:57 -08:00
James Lal 4f1dde9a4f Bug 1121546 - Increase throttling limtis to 220 req/min 2015-01-14 08:55:29 -08:00
Mauro Doglio 6468df0247 Bug 1120019 - set the data lifecycle to 4 months 2015-01-14 13:36:20 +01:00
Chris Manchester 9a15853f73 Bug 1121125 - Add marionette e10s tests to treeherder. 2015-01-13 16:00:08 -05:00
Ed Morley bbf83c2cdc Merge pull request #320 from mozilla/add-b2g37
Bug 1119506 - add b2g37_v2_2 to fixture
2015-01-12 21:57:26 +00:00
Kim Moir 1a7ef01e45 Bug 1119412 - Add support for OS X 10.10 2015-01-12 17:29:48 +00:00
mdoglio 9cb2359e34 Bug 1075463 - Remove persona custom username creation 2015-01-12 11:43:36 +00:00
Cameron Dawson 4285fa214d Bug 1119506 - add b2g37_v2_2 to fixture 2015-01-09 15:58:21 -08:00
William Lachance b5ccfc8f49 Merge pull request #316 from wlach/ingestion-logging
Bug 1118484 - Add additional logging for pushlog/log ingestion
2015-01-07 16:28:25 -05:00
William Lachance 0a06f51cbd Bug 1118484 - Add additional logging for pushlog/log ingestion 2015-01-07 16:06:15 -05:00
Ed Morley 912d4f3fb0 Bug 1069502 - Submit OrangeFactor data to ES directly
Mappings of bug IDs to failures are currently mirrored to ElasticSearch
for use by OrangeFactor, until OrangeFactor is rewritten to use
Treeherder's DB directly. This patch makes Treeherder submit these
mappings directly to the ElasticSearch instance, rather than doing so
via TBPL's starcomment.php - so that TBPL can be switched off. For
TBPL's implementation, see:
https://hg.mozilla.org/webtools/tbpl/file/eb654a2734c3/php/starcomment.php
2015-01-07 18:23:58 +00:00
Ed Morley bc8be62ef5 Bug 1118266 - Remove '/ui' from logviewer URLs in TBPLbot comments
Leftover from bug 1063411.
2015-01-07 12:33:21 +00:00
Mauro Doglio a10d257c5f Merge pull request #314 from wlach/logging
Bug 1117856 - Add basic internal logging to treeherder
2015-01-07 12:32:45 +00:00
Mauro Doglio cfaae9f724 Merge pull request #312 from mozilla/bug-1117807-requests-throttling
Bug 1117807 - Setup requests throttling
2015-01-07 12:21:58 +00:00
camd c21f697685 Merge pull request #304 from mozilla/fetch-with-chief-deploy
Bug 1113160 - add git fetch to get new branches for deploying
2015-01-06 09:14:26 -08:00
mdoglio f5aa1d3a9f Bug 1101040 - filter jobs by last_modified 2015-01-06 15:39:24 +00:00
Ed Morley 7240662a05 Bug 1096765 - Prevent 32bit talos other_nol64 being categorised as 64bit 2015-01-06 09:24:58 +00:00
William Lachance 8919d4f98c Bug 1117856 - Add basic internal logging to treeherder 2015-01-05 18:17:03 -05:00
mdoglio 34b627847c Bug 1117807 - Setup requests throttling 2015-01-05 18:34:59 +00:00
Ed Morley 839091632e Bug 1069560 - Submit comments directly to Bugzilla rather than via TBPL 2015-01-05 16:03:41 +00:00
Ed Morley a2e1cbc79d Bug 1117096 - Update commander_settings.py-example to reflect production 2015-01-05 16:00:25 +00:00
Ed Morley df320cba7f Bug 1086896 - Use the log step finish line for determining result
For buildbot jobs there are headers/separators at the start and end of
each step within the job log, which contain various stats about the
step. Since buildbot buffers the output, it's able to add the result for
the current step to not just the end separator, but the start one too.

However, for non-buildbot submitters of results, they may not buffer the
output, and so cannot output the step result in the start line, only the
end one. As such, this commit switches the log parser to using the
latter instead of the former to determine the step result.
2015-01-05 15:51:54 +00:00
mdoglio ae1ef4e345 Bug 1078523 - cycle data older than 5 months 2015-01-05 14:52:22 +00:00
Cameron Dawson 44e4c2025d Bug 1113160 - add git fetch to get new branches for deploying 2015-01-02 16:51:58 -08:00
Mauro Doglio d9b1aa78f6 Merge pull request #309 from gregarndt/bug_1113635_repository_url_pulse
Bug 1113635 - Add repository url to new result set pulse messages r=mdoglio
2015-01-02 15:27:53 +00:00
Mauro Doglio 3f762b296f Merge pull request #305 from wlach/1110463
Bug 1110463 - Add a manage command to just ingest data for a single push
2015-01-02 15:01:21 +00:00
William Lachance 393a62067f Bug 1110463 - Add a manage command to just ingest data for a single push 2014-12-31 18:40:19 -05:00
Ed Morley 49ba048a92 Bug 1113278 - Add the mozilla-b2g34_v2_1s repository 2014-12-23 12:20:52 +00:00
Ed Morley 2e51943aa7 Bug 1113726 - Disable b2g28_v1_3t repo 2014-12-23 00:58:24 +00:00
Ed Morley b16eff0d2b Bug 1069493 - Stop mirroring classification comments to TBPL's DB
TBPL is going to be EOLed soon, and few people are still using it. As
such we can stop mirroring failure classification comments to
submitBuildStar.php.
2014-12-22 13:20:26 +00:00
mdoglio fdf66203cd Bug 1113688 - Wrap api view decorators with functools.wrap 2014-12-19 16:06:03 +00:00
Greg Arndt 995f44d92c Bug 1113635 - Add repository url to new result set pulse messages 2014-12-19 08:27:24 -06:00
camd 1e30f7ba77 Merge pull request #302 from wlach/1112749
Only process objects for each repo once
2014-12-17 13:36:12 -08:00
William Lachance 25c57749a8 Bug 1112749 - Only process objects for each repo once 2014-12-17 16:03:43 -05:00
William Lachance ae5d05fe02 Merge pull request #301 from wlach/1112649
Bug 1112649 - Fix printing out exceptions on console
2014-12-17 12:10:09 -08:00
William Lachance 4b45b4a5ac Bug 1112649 - Fix printing out exceptions on console 2014-12-17 12:30:14 -05:00
mdoglio 0352043443 fixup! Bug 1112290 - Fix UI revision path on deployment 2014-12-16 23:10:31 +00:00
Mauro Doglio aacc1ed941 Bug 1112290 - Fix UI revision path on deployment 2014-12-16 23:05:40 +00:00
Mauro Doglio 75e77eb87a Merge pull request #300 from mozilla/bug-1112290-rename-services
Bug 1112290 - Rename celery services
2014-12-16 22:44:37 +00:00
mdoglio de5845e864 Bug 1112290 - Rename celery services 2014-12-16 22:37:09 +00:00
Mauro Doglio 86f514c826 Bug 1112290 - Rename the various services in update.py 2014-12-16 21:17:56 +00:00
Ed Morley 84a9f8c1a7 Merge pull request #297 from ahal/code_coverage_platform_name
Bug 1056236 - Add a new code coverage build type
2014-12-10 22:21:39 +00:00
Andrew Halberstadt b8d9084b61 Bug 1056236 - Add a new code coverage build type 2014-12-10 16:59:24 -05:00