| Index: testing/buildbot/chromium.angle.json
|
| diff --git a/testing/buildbot/chromium.angle.json b/testing/buildbot/chromium.angle.json
|
| index 10b345e25c77534e6d175c52282c21804f42ef2f..d42e46e62bda93b793db2fd36a56fe9245d8abf7 100644
|
| --- a/testing/buildbot/chromium.angle.json
|
| +++ b/testing/buildbot/chromium.angle.json
|
| @@ -2,9 +2,6 @@
|
| "Linux Tests (ANGLE)": {
|
| "gtest_tests": [
|
| {
|
| - "swarming": {
|
| - "can_use_on_swarming_builders": true
|
| - },
|
| "test": "angle_unittests"
|
| }
|
| ]
|
| @@ -12,9 +9,6 @@
|
| "Linux Tests (dbg) (ANGLE)": {
|
| "gtest_tests": [
|
| {
|
| - "swarming": {
|
| - "can_use_on_swarming_builders": true
|
| - },
|
| "test": "angle_unittests"
|
| }
|
| ]
|
| @@ -22,9 +16,6 @@
|
| "Mac10.8 Tests (ANGLE)": {
|
| "gtest_tests": [
|
| {
|
| - "swarming": {
|
| - "can_use_on_swarming_builders": true
|
| - },
|
| "test": "angle_unittests"
|
| }
|
| ]
|
| @@ -32,9 +23,6 @@
|
| "Mac10.8 Tests (dbg) (ANGLE)": {
|
| "gtest_tests": [
|
| {
|
| - "swarming": {
|
| - "can_use_on_swarming_builders": true
|
| - },
|
| "test": "angle_unittests"
|
| }
|
| ]
|
| @@ -42,9 +30,6 @@
|
| "Win7 Tests (ANGLE)": {
|
| "gtest_tests": [
|
| {
|
| - "swarming": {
|
| - "can_use_on_swarming_builders": true
|
| - },
|
| "test": "angle_unittests"
|
| }
|
| ]
|
| @@ -52,9 +37,6 @@
|
| "Win7 Tests (dbg) (ANGLE)": {
|
| "gtest_tests": [
|
| {
|
| - "swarming": {
|
| - "can_use_on_swarming_builders": true
|
| - },
|
| "test": "angle_unittests"
|
| }
|
| ]
|
| @@ -62,9 +44,6 @@
|
| "Win7 Tests x64 (ANGLE)": {
|
| "gtest_tests": [
|
| {
|
| - "swarming": {
|
| - "can_use_on_swarming_builders": true
|
| - },
|
| "test": "angle_unittests"
|
| }
|
| ]
|
| @@ -72,9 +51,6 @@
|
| "Win7 Tests x64 (dbg) (ANGLE)": {
|
| "gtest_tests": [
|
| {
|
| - "swarming": {
|
| - "can_use_on_swarming_builders": true
|
| - },
|
| "test": "angle_unittests"
|
| }
|
| ]
|
|
|