git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Unreviewed build fix. Add "Duration" as a time metric.
[WebKit-https.git]
/
Websites
/
test-results
/
config.json
diff --git
a/Websites/test-results/config.json
b/Websites/test-results/config.json
index 6e3687ccf7fb99a3f345f05d873f7fbfcccbd7a1..5e682701c2a207cf43931e86512ad2b74d11d75e 100644
(file)
--- a/
Websites/test-results/config.json
+++ b/
Websites/test-results/config.json
@@
-1,13
+1,14
@@
{
"debug": true,
"jsonCacheMaxAge": 600,
{
"debug": true,
"jsonCacheMaxAge": 600,
+ "defaultBuildWaitInterval": 10,
"dataDirectory": "../data",
"database": {
"host": "localhost",
"port": "5432",
"dataDirectory": "../data",
"database": {
"host": "localhost",
"port": "5432",
- "username": "
safari-test-history
",
+ "username": "
test-results-user
",
"password": "password",
"password": "password",
- "name": "
safari-test-history
-db"
+ "name": "
test-results
-db"
},
"masters": [
"build.webkit.org",
},
"masters": [
"build.webkit.org",
@@
-17,5
+18,11
@@
"LayoutTest": {
"url": "https://trac.webkit.org/browser/trunk/LayoutTests/$testName"
}
"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"
+ }
+ ]
}
}