diff options
author | Dirk Pranke <dpranke@chromium.org> | 2015-04-16 15:51:38 -0700 |
---|---|---|
committer | Dirk Pranke <dpranke@chromium.org> | 2015-04-16 22:51:50 +0000 |
commit | c7c04dc62d37fd99da4e9e29c7addfe8aa41a452 (patch) | |
tree | 214c67ca8083175e3a3164422036f8f05831125c /testing | |
parent | b948eae2b1c2733fefdcd064823656f26e1573d2 (diff) | |
download | chromium_src-c7c04dc62d37fd99da4e9e29c7addfe8aa41a452.zip chromium_src-c7c04dc62d37fd99da4e9e29c7addfe8aa41a452.tar.gz chromium_src-c7c04dc62d37fd99da4e9e29c7addfe8aa41a452.tar.bz2 |
Add testing/buildbot/tryserver.blink for the GN bots.
TBR=phajdan.jr@chromium.org
BUG=454413
Review URL: https://codereview.chromium.org/1062823006
Cr-Commit-Position: refs/heads/master@{#325532}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/tryserver.blink | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/buildbot/tryserver.blink b/testing/buildbot/tryserver.blink new file mode 100644 index 0000000..a09070d --- /dev/null +++ b/testing/buildbot/tryserver.blink @@ -0,0 +1,18 @@ +{ + "android_chromium_gn_compile_rel": { + "additional_compile_targets": [ + "chrome_shell_apk" + ], + "gtest_tests": [] + }, + "linux_chromium_gn_rel": { + "additional_compile_targets": [ + "all" + ], + "gtest_tests": [ + { + "test": "base_unittests" + } + ] + } +} |