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

Unified 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 side-by-side diff with in-line comments
Download patch
« appengine/findit/main.py ('K') | « appengine/findit/main.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/templates/flake.html
diff --git a/appengine/findit/templates/flake.html b/appengine/findit/templates/flake.html
new file mode 100644
index 0000000000000000000000000000000000000000..ef0aa63cda4fd6664436fc1a2b1a0c1163a9b8ed
--- /dev/null
+++ b/appengine/findit/templates/flake.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<head>
+ <title>FlakeOrNot</title>
+ <meta charset="utf-8">
+</head>
+<body>
+ <h3>Submit a test to get information about its flakiness</h3>
+ <form method="get" action="/waterfall/check-flaky">
+ <p> master_name <input type="text" name="master_name" id="master_name" size="200"/> </p>
+ <p> builder_name <input type="text" name="builder_name" id="builder_name" size="200"/> </p>
+ <p> build_number <input type="text" name="build_number" id="build_number" size="200"/> </p>
+ <p> test_target_name <input type="text" name="test_target_name" id="test_target_name" size="200"/> </p>
+ <p> testcase_list <input type="text" name="testcase_list" id="testcase_list" size="200"/> </p>
+ <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.
+ </form>
+</body>
« 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