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

Unified Diff: fuzzer/fuzzer.toml

Issue 1144163010: Getting started on the fuzzer web front end. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Frontend can now retrieve/show the hashes of existing passed/failed fuzzes. Good place to land. Created 5 years, 7 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: fuzzer/fuzzer.toml
diff --git a/fuzzer/fuzzer.toml b/fuzzer/fuzzer.toml
index edc45df5cb11d0472036b27375c0784ed44675c9..da8a77f337066822ebd98c9cc56d7687164a4652 100644
--- a/fuzzer/fuzzer.toml
+++ b/fuzzer/fuzzer.toml
@@ -5,12 +5,14 @@ FuzzOutputGSBucket = "skia-fuzzer"
DoOauth = true
OauthCacheFile = "/Users/humper/work/gocode/src/go.skia.org/infra/perf/google_storage_token.data"
OAuthClientSecretFile = "/Users/humper/work/gocode/src/go.skia.org/infra/perf/client_secret.json"
-
+Local = false
[FrontEnd]
-Port = ":8000" # "HTTP service address (e.g., ':8000')")
+Port = ":8000" # "HTTP service address (e.g., ':8000')")
GraphiteServer = "skia-monitoring-b:2003" # address of the graphite server
+RedirectURL = "https://fuzzer.skia.org/oauth2callback/" # OAuth2 redirect URL
+ForceLogin = true
[Fuzzer]
« no previous file with comments | « fuzzer/elements.html ('k') | fuzzer/go/config/config.go » ('j') | fuzzer/templates/index.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698