Ed Morley
24a19eb36d
Bug 1066364 - Cleanup whitespace in fixtures json
2014-09-11 16:56:35 -07:00
Mauro Doglio
96f65eb1eb
Merge pull request #213 from mozilla/bug-1066314-honor-active-status
...
bug 1066314 - honor active status on repositories
2014-09-11 14:48:46 -07:00
camd
375b12396b
Merge pull request #212 from KWierso/1065051
...
Bug 1065051 - Increase max_symbol length in refdata.py
2014-09-11 14:47:57 -07:00
camd
faea4dc34e
Merge pull request #209 from tojonmz/pushlog-ingestion-update
...
Bug 1065568 - Make the pushlog ingestion more frequent
2014-09-11 14:46:50 -07:00
Ed Morley
f5793c48ef
Bug 1066264 - Refactor update.py: Remove unnecessary wrapping
2014-09-11 14:42:40 -07:00
Ed Morley
7f011e09ae
Bug 1066264 - Refactor update.py: Move contents of deploy() inline
2014-09-11 14:27:04 -07:00
Ed Morley
c207c0594e
Bug 1066264 - Refactor update.py: Clean up comments
2014-09-11 14:17:43 -07:00
Ed Morley
d5f31ced1d
Bug 1066264 - Refactor update.py: Move contents of update() inline
2014-09-11 14:17:43 -07:00
Ed Morley
cfef06799b
Bug 1066264 - Refactor update.py: Move contents of pre_update() inline
2014-09-11 14:17:42 -07:00
Cameron Dawson
5646c33306
bug 1066314 - honor active status on repositories
...
so if a repo is not active, then the endpoint won’t return it.
2014-09-11 14:16:29 -07:00
KWierso
bbe1e11d5b
Bug 1065051 - Increase max_symbol in refdata.py
2014-09-11 14:00:18 -07:00
Mauro Doglio
f4d64e72cf
Merge pull request #211 from mozilla/bug-1065786
...
Bug 1065786 - Disable swagger by default
2014-09-11 12:51:36 -07:00
Ed Morley
7775a57b99
Bug 1064646 - Collect static assets and rebuild pyx files before deploy
...
Previously changes were made to the srcdir after the IT deploy script
had already run, so were not rsynced until the next deploy push.
2014-09-11 11:57:56 -07:00
Ed Morley
423446402c
Bug 1064646 - Comment and PEP8 cleanup
2014-09-11 11:57:56 -07:00
mdoglio
e35c5ee138
Bug 1065786 - Disable swagger by default
...
This allows to enable it on dev and stage only.
The sample local.py settings file has swagger enabled, so new
contributors will get it locally by default
2014-09-11 11:57:22 -07:00
Jonathan French
9e66e7f76e
Bug 1065568 - Make the pushlog ingestion more frequent
2014-09-11 12:06:12 -04:00
Jonathan Eads
77508e5b6b
Removed un-used database fixture
2014-09-10 17:29:40 -07:00
jeads
e596782254
Merge pull request #208 from mozilla/bug-1048354-submit-bug-comments-to-tbpl
...
Bug 1048354 - send bug association to bugzilla via tbpl
2014-09-10 16:43:25 -07:00
mdoglio
a7b410ff78
add a hard time limit to the tbpl request tasks
2014-09-10 16:29:18 -07:00
camd
2222609e7b
Merge pull request #207 from KWierso/1059788
...
Bug 1059788 - Limit search term lengths to 100 characters.
2014-09-10 15:13:40 -07:00
mdoglio
a44c6c7cfb
Bug 1048354 - send bug association to bugzilla
2014-09-10 12:07:13 -07:00
KWierso
e35938277a
Bug 1059788 - Limit search_term to 100 characters and add a test to confirm it happens
2014-09-09 17:59:53 -07:00
camd
8e3fb6e35c
Merge pull request #206 from KWierso/1045683
...
Bug 1045683 - Move project repos out into their own group
2014-09-09 14:41:43 -07:00
KWierso
5c7b827883
Bug 1045683 - Move project repos out into their own group
2014-09-09 11:51:29 -07:00
jeads
5ead42292a
Merge pull request #204 from KWierso/fixtypo
...
Fix spelling of 'stabilization'
2014-09-08 18:04:07 -07:00
KWierso
3c2299a9b1
Fix spelling of 'stabilization'
2014-09-08 17:50:42 -07:00
Ed Morley
a623a1fa32
Bug 1060339 - Parse logs for error lines even if the job was successful
...
In an ideal world, we would never have a successful job that contained
errors which our log parser regex matched against. Unfortunately this is
not the case in practice, since:
1) There is sometimes spammy log output that isn't intended to make the
job fail, but which false-positive matches against our log regex.
2) Sometimes the test/harness/buildbot/... is broken and the log error
is real, and it should have caused the run to fail.
In the case of #1 , hiding these errors in successful runs means that
when someone looks at the error summary for a failed run, they don't
realise that a proportion of the failures they can see are actually
present in _every_ job, not just the failed ones.
In the case of #2 , hiding the errors means we don't realise <foo> is
broken and needs fixing.
As such, we now parse for error lines in all jobs, including successful.
2014-09-08 13:59:55 -07:00
Mauro Doglio
8821e54063
Merge pull request #203 from AutomatedTester/update_installation_docs
...
Bug 1064498: Update installation document to have subtitles for easier r...
2014-09-08 13:55:21 -07:00
AutomatedTester
0ebe134730
Bug 1064498: Update installation document to have subtitles for easier reading
2014-09-08 21:18:09 +01:00
Mauro Doglio
1e89fa55b7
Merge pull request #202 from mozilla/bug-1058808-clear-repo-cache
...
(bug 1058808) admin action to clear pushlog cache
2014-09-08 11:52:15 -07:00
mdoglio
ef8d0497e3
(bug 1058808) admin action to clear pushlog cache;
2014-09-07 18:27:23 -07:00
Ed Morley
9f8e210dd5
Bug 1062924 - Sync B2G device image build regex with TBPL
...
Treeherder equivalent of:
https://hg.mozilla.org/webtools/tbpl/rev/d0100807c406
2014-09-05 19:54:55 +01:00
jeads
d8c423f92d
Merge pull request #200 from mozilla/parse-step-result
...
Add step result to structured log artefact (bug 1043741)
2014-09-05 11:14:16 -07:00
Ed Morley
554b233fb3
Bug 1062579 - Ensure get_symbol() cannot return an empty job symbol
...
In the case where 'n' wasn't found for jobs whose symbol letter was
suppressed (eg: a mochitest job that isn't split into multiple parts),
get_symbol() could have previously returned an empty symbol.
The suppression now only takes place if 'n' was found.
2014-09-05 17:13:17 +01:00
Ed Morley
086820ff20
Bug 1061758 - Suppress the job name from Mochitest-OOP symbols too
...
Treeherder equivalent of:
https://hg.mozilla.org/webtools/tbpl/rev/718d944e6511#l3.13
2014-09-05 17:13:16 +01:00
camd
426efbecd1
Merge pull request #198 from mozilla/buildtype
...
Set re.IGNORECASE correctly for the build_type regex (bug 1062228)
2014-09-05 08:52:09 -07:00
Ed Morley
40483fb036
Bug 1043741 - Add step result to structured log artefact
2014-09-05 09:35:31 +01:00
Ed Morley
d6f4a4550e
Bug 1043741 - Use named groups for buildbot jobstep start/end regex
2014-09-05 09:21:42 +01:00
Ed Morley
3559ae26e1
Bug 1062228 - Set re.IGNORECASE correctly for the build_type regex
...
Only the re module function .search() accepts the flags argument, for
the regexobject search() method it actually gets interpreted as the
'pos' parameter, since |re.IGNORECASE == 2|.
With this change we now correctly identify tests run on ASAN builds as
buildtype 'asan'.
2014-09-05 09:19:19 +01:00
Cameron Dawson
0be2592885
fix bug 1059222 - refresh flat_exclusions on save
2014-09-04 17:56:30 -07:00
jeads
f93c3e3550
Merge pull request #201 from mozilla/fix-resultset-ISE
...
Bug 1061284 - Fix resultset ISE
2014-09-04 16:39:32 -07:00
Jonathan Eads
9420879687
Bug 1061284 - Fix resultset ISE
2014-09-04 16:06:41 -07:00
Ed Morley
bf60d1908e
Bug 1046743 - Make the job part number regex more generic
...
Prior to this patch each new job that became multi-part (eg xpcshell-1,
xpcshell-2, ...) would need adding to the regex. Since jobnames were
made more consistent, the generic regex doesn't hit false positives, so
we can use this instead for reduced maintenance.
Is the treeherder equivalent of:
https://hg.mozilla.org/webtools/tbpl/rev/b7a6c5411bd8
2014-09-02 23:10:00 +01:00
camd
1990144c04
Merge pull request #195 from mozilla/jobnames
...
Bug 1060763 - buildbot.py job name sync & cleanup
2014-09-02 10:59:42 -07:00
jeads
f53fd6ba0a
Merge pull request #196 from mozilla/get-buildernames
...
Bug 1045857 - Added buildername to the job data returned from web servic...
2014-09-01 13:24:45 -07:00
Jonathan Eads
edee1dc1c5
Bug 1045857 - Increased reference_data_signatures.name from varchar(150) to varchar(255) for long buildernames
2014-08-31 16:10:10 -07:00
Jonathan Eads
ed0fe9dea9
Bug 1045857 - Increased reference_data_signatures.name from varchar(150) to varchar(255) for long buildernames
2014-08-31 15:42:20 -07:00
Jonathan Eads
d9a8914a3b
Bug 1045857 - Added buildername to the job data returned from web service
2014-08-31 14:37:17 -07:00
Ed Morley
5d032e25bf
Bug 1060763 - Sync job names, symbols & groups with TBPL
2014-08-30 20:42:49 +01:00
Ed Morley
b280091fec
Bug 1060763 - buildbot.py PEP8 fixes & comment cleanup
2014-08-30 17:24:29 +01:00