X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Websites%2Ftest-results%2Fconfig.json;h=5e682701c2a207cf43931e86512ad2b74d11d75e;hp=6e3687ccf7fb99a3f345f05d873f7fbfcccbd7a1;hb=2ee850af784fb1f8cf45e6f16af0777e50fae2ea;hpb=7663e99ea08ac502498eaff82de3a876d075007d;ds=sidebyside diff --git a/Websites/test-results/config.json b/Websites/test-results/config.json index 6e3687ccf7fb..5e682701c2a2 100644 --- a/Websites/test-results/config.json +++ b/Websites/test-results/config.json @@ -1,13 +1,14 @@ { "debug": true, "jsonCacheMaxAge": 600, + "defaultBuildWaitInterval": 10, "dataDirectory": "../data", "database": { "host": "localhost", "port": "5432", - "username": "safari-test-history", + "username": "test-results-user", "password": "password", - "name": "safari-test-history-db" + "name": "test-results-db" }, "masters": [ "build.webkit.org", @@ -17,5 +18,11 @@ "LayoutTest": { "url": "https://trac.webkit.org/browser/trunk/LayoutTests/$testName" } - } + }, + "newBugLinks": [ + { + "label": "File a bug", + "url": "https://bugs.webkit.org/enter_bug.cgi?product=WebKit&component=Tools%20/%20Tests&form_name=enter_bug&keywords=LayoutTestFailure" + } + ] }