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

Unified Diff: testing/buildbot/chromium.angle.json

Issue 1690463003: Run angle_unittests on swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.angle.json
diff --git a/testing/buildbot/chromium.angle.json b/testing/buildbot/chromium.angle.json
index d42e46e62bda93b793db2fd36a56fe9245d8abf7..10b345e25c77534e6d175c52282c21804f42ef2f 100644
--- a/testing/buildbot/chromium.angle.json
+++ b/testing/buildbot/chromium.angle.json
@@ -2,6 +2,9 @@
"Linux Tests (ANGLE)": {
"gtest_tests": [
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "angle_unittests"
}
]
@@ -9,6 +12,9 @@
"Linux Tests (dbg) (ANGLE)": {
"gtest_tests": [
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "angle_unittests"
}
]
@@ -16,6 +22,9 @@
"Mac10.8 Tests (ANGLE)": {
"gtest_tests": [
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "angle_unittests"
}
]
@@ -23,6 +32,9 @@
"Mac10.8 Tests (dbg) (ANGLE)": {
"gtest_tests": [
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "angle_unittests"
}
]
@@ -30,6 +42,9 @@
"Win7 Tests (ANGLE)": {
"gtest_tests": [
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "angle_unittests"
}
]
@@ -37,6 +52,9 @@
"Win7 Tests (dbg) (ANGLE)": {
"gtest_tests": [
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "angle_unittests"
}
]
@@ -44,6 +62,9 @@
"Win7 Tests x64 (ANGLE)": {
"gtest_tests": [
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "angle_unittests"
}
]
@@ -51,6 +72,9 @@
"Win7 Tests x64 (dbg) (ANGLE)": {
"gtest_tests": [
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "angle_unittests"
}
]
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698