Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: appengine/findit/templates/flake.html

Issue 2042043004: Added skeleton code for the Detection of regression range for flaky (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: initial Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« appengine/findit/main.py ('K') | « appengine/findit/main.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <head>
3 <title>FlakeOrNot</title>
4 <meta charset="utf-8">
5 </head>
6 <body>
7 <h3>Submit a test to get information about its flakiness</h3>
8 <form method="get" action="/waterfall/check-flaky">
9 <p> master_name <input type="text" name="master_name" id="master_name" size= "200"/> </p>
10 <p> builder_name <input type="text" name="builder_name" id="builder_name" si ze="200"/> </p>
11 <p> build_number <input type="text" name="build_number" id="build_number" si ze="200"/> </p>
12 <p> test_target_name <input type="text" name="test_target_name" id="test_tar get_name" size="200"/> </p>
13 <p> testcase_list <input type="text" name="testcase_list" id="testcase_list" size="200"/> </p>
14 <input type="submit" value="Check Flaky">
stgao 2016/06/08 17:24:12 nit: "Find regression range"? Same for title and
caiw 2016/06/13 22:43:56 Acknowledged.
15 </form>
16 </body>
OLDNEW
« appengine/findit/main.py ('K') | « appengine/findit/main.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698