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

Side by Side 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 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 },
5 "test": "angle_unittests" 8 "test": "angle_unittests"
6 } 9 }
7 ] 10 ]
8 }, 11 },
9 "Linux Tests (dbg) (ANGLE)": { 12 "Linux Tests (dbg) (ANGLE)": {
10 "gtest_tests": [ 13 "gtest_tests": [
11 { 14 {
15 "swarming": {
16 "can_use_on_swarming_builders": true
17 },
12 "test": "angle_unittests" 18 "test": "angle_unittests"
13 } 19 }
14 ] 20 ]
15 }, 21 },
16 "Mac10.8 Tests (ANGLE)": { 22 "Mac10.8 Tests (ANGLE)": {
17 "gtest_tests": [ 23 "gtest_tests": [
18 { 24 {
25 "swarming": {
26 "can_use_on_swarming_builders": true
27 },
19 "test": "angle_unittests" 28 "test": "angle_unittests"
20 } 29 }
21 ] 30 ]
22 }, 31 },
23 "Mac10.8 Tests (dbg) (ANGLE)": { 32 "Mac10.8 Tests (dbg) (ANGLE)": {
24 "gtest_tests": [ 33 "gtest_tests": [
25 { 34 {
35 "swarming": {
36 "can_use_on_swarming_builders": true
37 },
26 "test": "angle_unittests" 38 "test": "angle_unittests"
27 } 39 }
28 ] 40 ]
29 }, 41 },
30 "Win7 Tests (ANGLE)": { 42 "Win7 Tests (ANGLE)": {
31 "gtest_tests": [ 43 "gtest_tests": [
32 { 44 {
45 "swarming": {
46 "can_use_on_swarming_builders": true
47 },
33 "test": "angle_unittests" 48 "test": "angle_unittests"
34 } 49 }
35 ] 50 ]
36 }, 51 },
37 "Win7 Tests (dbg) (ANGLE)": { 52 "Win7 Tests (dbg) (ANGLE)": {
38 "gtest_tests": [ 53 "gtest_tests": [
39 { 54 {
55 "swarming": {
56 "can_use_on_swarming_builders": true
57 },
40 "test": "angle_unittests" 58 "test": "angle_unittests"
41 } 59 }
42 ] 60 ]
43 }, 61 },
44 "Win7 Tests x64 (ANGLE)": { 62 "Win7 Tests x64 (ANGLE)": {
45 "gtest_tests": [ 63 "gtest_tests": [
46 { 64 {
65 "swarming": {
66 "can_use_on_swarming_builders": true
67 },
47 "test": "angle_unittests" 68 "test": "angle_unittests"
48 } 69 }
49 ] 70 ]
50 }, 71 },
51 "Win7 Tests x64 (dbg) (ANGLE)": { 72 "Win7 Tests x64 (dbg) (ANGLE)": {
52 "gtest_tests": [ 73 "gtest_tests": [
53 { 74 {
75 "swarming": {
76 "can_use_on_swarming_builders": true
77 },
54 "test": "angle_unittests" 78 "test": "angle_unittests"
55 } 79 }
56 ] 80 ]
57 } 81 }
58 } 82 }
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