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

Side by Side 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: Update startsWith polyfill Created 5 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
« no previous file with comments | « fuzzer/elements.html ('k') | fuzzer/go/config/config.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [Common] 1 [Common]
2 2
3 ResourcePath = "/Users/humper/work/gocode/src/go.skia.org/infra/fuzzer" 3 ResourcePath = "/Users/humper/work/gocode/src/go.skia.org/infra/fuzzer"
4 FuzzOutputGSBucket = "skia-fuzzer" 4 FuzzOutputGSBucket = "skia-fuzzer"
5 DoOauth = true 5 DoOauth = true
6 OauthCacheFile = "/Users/humper/work/gocode/src/go.skia.org/infra/perf/go ogle_storage_token.data" 6 OauthCacheFile = "/Users/humper/work/gocode/src/go.skia.org/infra/perf/go ogle_storage_token.data"
7 OAuthClientSecretFile = "/Users/humper/work/gocode/src/go.skia.org/infra/perf/cl ient_secret.json" 7 OAuthClientSecretFile = "/Users/humper/work/gocode/src/go.skia.org/infra/perf/cl ient_secret.json"
8 8 Local = false
9 9
10 [FrontEnd] 10 [FrontEnd]
11 11
12 Port = ":8000" # "HTTP service address (e.g., ':8000')") 12 Port = ":8000" # "HTTP service address (e.g., ':8000')")
13 GraphiteServer = "skia-monitoring-b:2003" # address of the graphite server 13 GraphiteServer = "skia-monitoring-b:2003" # address of the graphite server
14 RedirectURL = "https://fuzzer.skia.org/oauth2callback/" # OAuth2 redirect URL
15 ForceLogin = true
14 16
15 [Fuzzer] 17 [Fuzzer]
16 18
17 CachePath = "/Users/humper/work/fuzzer_cache" 19 CachePath = "/Users/humper/work/fuzzer_cache"
18 SkiaSourceDir = "/Users/humper/work/skia" 20 SkiaSourceDir = "/Users/humper/work/skia"
19 21
20 [Generators] 22 [Generators]
21 23
22 [Generators.dummy] 24 [Generators.dummy]
23 Weight=0 25 Weight=0
24 26
25 [Generators.paths] 27 [Generators.paths]
26 Weight=1 28 Weight=1
27 29
28 [Generators.fail] 30 [Generators.fail]
29 Weight=0 31 Weight=0
OLDNEW
« no previous file with comments | « fuzzer/elements.html ('k') | fuzzer/go/config/config.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698