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

Unified Diff: appengine/findit/templates/flake.html

Issue 2131473003: UI for the regression range test. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: +tests and lint Created 4 years, 5 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
Index: appengine/findit/templates/flake.html
diff --git a/appengine/findit/templates/flake.html b/appengine/findit/templates/flake.html
deleted file mode 100644
index 0d0bfe4ae7195d6bd9a943973ec2e4a6862eae91..0000000000000000000000000000000000000000
--- a/appengine/findit/templates/flake.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<head>
- <title>Find Regression Range</title>
- <meta charset="utf-8">
-</head>
-<body>
- <h3>Submit a test to get information about its flakiness</h3>
- <form method="get" action="/waterfall/check-flake">
- <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 <input type="text" name="testcase" id="testcase" size="200"/> </p>
- <input type="submit" value="Find Regression Range">
- </form>
-</body>

Powered by Google App Engine
This is Rietveld 408576698