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

Side by Side Diff: testing/buildbot/chromium.angle.json

Issue 1693703002: Revert of 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 unified diff | Download patch
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Linux Tests (ANGLE)": { 2 "Linux Tests (ANGLE)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": {
6 "can_use_on_swarming_builders": true
7 },
8 "test": "angle_unittests" 5 "test": "angle_unittests"
9 } 6 }
10 ] 7 ]
11 }, 8 },
12 "Linux Tests (dbg) (ANGLE)": { 9 "Linux Tests (dbg) (ANGLE)": {
13 "gtest_tests": [ 10 "gtest_tests": [
14 { 11 {
15 "swarming": {
16 "can_use_on_swarming_builders": true
17 },
18 "test": "angle_unittests" 12 "test": "angle_unittests"
19 } 13 }
20 ] 14 ]
21 }, 15 },
22 "Mac10.8 Tests (ANGLE)": { 16 "Mac10.8 Tests (ANGLE)": {
23 "gtest_tests": [ 17 "gtest_tests": [
24 { 18 {
25 "swarming": {
26 "can_use_on_swarming_builders": true
27 },
28 "test": "angle_unittests" 19 "test": "angle_unittests"
29 } 20 }
30 ] 21 ]
31 }, 22 },
32 "Mac10.8 Tests (dbg) (ANGLE)": { 23 "Mac10.8 Tests (dbg) (ANGLE)": {
33 "gtest_tests": [ 24 "gtest_tests": [
34 { 25 {
35 "swarming": {
36 "can_use_on_swarming_builders": true
37 },
38 "test": "angle_unittests" 26 "test": "angle_unittests"
39 } 27 }
40 ] 28 ]
41 }, 29 },
42 "Win7 Tests (ANGLE)": { 30 "Win7 Tests (ANGLE)": {
43 "gtest_tests": [ 31 "gtest_tests": [
44 { 32 {
45 "swarming": {
46 "can_use_on_swarming_builders": true
47 },
48 "test": "angle_unittests" 33 "test": "angle_unittests"
49 } 34 }
50 ] 35 ]
51 }, 36 },
52 "Win7 Tests (dbg) (ANGLE)": { 37 "Win7 Tests (dbg) (ANGLE)": {
53 "gtest_tests": [ 38 "gtest_tests": [
54 { 39 {
55 "swarming": {
56 "can_use_on_swarming_builders": true
57 },
58 "test": "angle_unittests" 40 "test": "angle_unittests"
59 } 41 }
60 ] 42 ]
61 }, 43 },
62 "Win7 Tests x64 (ANGLE)": { 44 "Win7 Tests x64 (ANGLE)": {
63 "gtest_tests": [ 45 "gtest_tests": [
64 { 46 {
65 "swarming": {
66 "can_use_on_swarming_builders": true
67 },
68 "test": "angle_unittests" 47 "test": "angle_unittests"
69 } 48 }
70 ] 49 ]
71 }, 50 },
72 "Win7 Tests x64 (dbg) (ANGLE)": { 51 "Win7 Tests x64 (dbg) (ANGLE)": {
73 "gtest_tests": [ 52 "gtest_tests": [
74 { 53 {
75 "swarming": {
76 "can_use_on_swarming_builders": true
77 },
78 "test": "angle_unittests" 54 "test": "angle_unittests"
79 } 55 }
80 ] 56 ]
81 } 57 }
82 } 58 }
OLDNEW
« 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