Bug 48478

Summary: [chromium] Make the test results server store which master the bot is on
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: New BugsAssignee: Ojan Vafai <ojan>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dglazkov, dpranke, eric, evan, tony, victorw, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch dglazkov: review+

Ojan Vafai
Reported 2010-10-27 15:47:05 PDT
[chromium] Make the test results server store which master the bot is on
Attachments
Patch (16.43 KB, patch)
2010-10-27 15:49 PDT, Ojan Vafai
dglazkov: review+
Ojan Vafai
Comment 1 2010-10-27 15:49:40 PDT
Dimitri Glazkov (Google)
Comment 2 2010-10-27 15:56:15 PDT
Comment on attachment 72100 [details] Patch ok
Victor Wang
Comment 3 2010-10-27 16:11:56 PDT
Comment on attachment 72100 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=72100&action=review > WebKitTools/TestResultServer/model/testfile.py:103 > if not files: Fill in the missing master/test_type here? if not test_type: test_type = "layout-tests"
Ojan Vafai
Comment 4 2010-10-27 16:22:52 PDT
Comment on attachment 72100 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=72100&action=review >> WebKitTools/TestResultServer/model/testfile.py:103 >> if not files: > > Fill in the missing master/test_type here? > if not test_type: > test_type = "layout-tests" my intention is to make it master/test_type required. once that's the case, we won't need to fill in master/test_type anywhere.
Victor Wang
Comment 5 2010-10-27 16:25:51 PDT
(In reply to comment #4) > (From update of attachment 72100 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=72100&action=review > > >> WebKitTools/TestResultServer/model/testfile.py:103 > >> if not files: > > > > Fill in the missing master/test_type here? > > if not test_type: > > test_type = "layout-tests" > > my intention is to make it master/test_type required. once that's the case, we won't need to fill in master/test_type anywhere. Sounds good then. Thanks for making the change!
Ojan Vafai
Comment 6 2010-10-27 16:33:39 PDT
WebKit Review Bot
Comment 7 2010-10-27 18:57:34 PDT
http://trac.webkit.org/changeset/70724 might have broken GTK Linux 32-bit Release
Note You need to log in before you can comment on or make changes to this bug.