summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorjoelo <joelo@chromium.org>2015-07-13 13:51:58 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-13 20:52:33 +0000
commit2f502000895562efe1f57e6fcdd70524f878ccb8 (patch)
tree3ba440efc2b7c18182ef8286b37b13ab15e1b3aa /testing
parent8e814cb21af0383d41287e34aa3cac0b220a477d (diff)
downloadchromium_src-2f502000895562efe1f57e6fcdd70524f878ccb8.zip
chromium_src-2f502000895562efe1f57e6fcdd70524f878ccb8.tar.gz
chromium_src-2f502000895562efe1f57e6fcdd70524f878ccb8.tar.bz2
Add Linux Trusty builder recipe configuration for chromium.webkit
BUG=496259 Review URL: https://codereview.chromium.org/1200323004 Cr-Commit-Position: refs/heads/master@{#338560}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.webkit.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.webkit.json b/testing/buildbot/chromium.webkit.json
index b1f2530..4e8a96c 100644
--- a/testing/buildbot/chromium.webkit.json
+++ b/testing/buildbot/chromium.webkit.json
@@ -836,6 +836,32 @@
}
]
},
+ "WebKit Linux Trusty": {
+ "gtest_tests": [
+ {
+ "test": "blink_heap_unittests"
+ },
+ {
+ "test": "blink_platform_unittests"
+ },
+ {
+ "test": "webkit_unit_tests"
+ },
+ {
+ "test": "wtf_unittests"
+ }
+ ],
+ "scripts": [
+ {
+ "name": "webkit_lint",
+ "script": "webkit_lint.py"
+ },
+ {
+ "name": "webkit_python_tests",
+ "script": "webkit_python_tests.py"
+ }
+ ]
+ },
"WebKit Mac Oilpan": {
"gtest_tests": [
{