OLD | NEW |
| (Empty) |
1 [ | |
2 { | |
3 "cmd": [ | |
4 "python", | |
5 "-u", | |
6 "[DEPOT_TOOLS]\\gclient.py", | |
7 "config", | |
8 "--spec", | |
9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'http://webrtc.googlecode
.com/svn/trunk'}]" | |
10 ], | |
11 "name": "gclient setup" | |
12 }, | |
13 { | |
14 "abort_on_failure": true, | |
15 "cmd": [ | |
16 "python", | |
17 "-u", | |
18 "[DEPOT_TOOLS]\\gclient.py", | |
19 "sync", | |
20 "--nohooks", | |
21 "--delete_unversioned_trees", | |
22 "--force", | |
23 "--output-json", | |
24 "/path/to/tmp/json" | |
25 ], | |
26 "name": "gclient sync", | |
27 "~followup_annotations": [ | |
28 "@@@STEP_LOG_LINE@json.output@{@@@", | |
29 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | |
30 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | |
31 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | |
32 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
33 "@@@STEP_LOG_LINE@json.output@ \"webrtc/\": {@@@", | |
34 "@@@STEP_LOG_LINE@json.output@ \"revision\": 229524@@@", | |
35 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
36 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
37 "@@@STEP_LOG_LINE@json.output@}@@@", | |
38 "@@@STEP_LOG_END@json.output@@@", | |
39 "@@@SET_BUILD_PROPERTY@got_revision@229524@@@" | |
40 ] | |
41 }, | |
42 { | |
43 "cmd": [ | |
44 "python", | |
45 "-u", | |
46 "[DEPOT_TOOLS]\\gclient.py", | |
47 "runhooks" | |
48 ], | |
49 "env": { | |
50 "GYP_DEFINES": "component=shared_library target_arch=ia32", | |
51 "GYP_MSVS_VERSION": "2010" | |
52 }, | |
53 "name": "gclient runhooks" | |
54 }, | |
55 { | |
56 "abort_on_failure": true, | |
57 "cmd": [ | |
58 "python", | |
59 "-u", | |
60 "[BUILD]\\scripts\\slave\\compile.py", | |
61 "--target", | |
62 "Debug", | |
63 "--src-dir", | |
64 "[SLAVE_BUILD]\\src", | |
65 "--build-tool", | |
66 "ninja", | |
67 "--", | |
68 "All" | |
69 ], | |
70 "name": "compile" | |
71 }, | |
72 { | |
73 "always_run": true, | |
74 "cmd": [ | |
75 "python", | |
76 "-u", | |
77 "[BUILD]\\scripts\\slave\\runtest.py", | |
78 "--target", | |
79 "Debug", | |
80 "--factory-properties", | |
81 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
82 "--build-properties", | |
83 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
84 "--builder-name=buildbot builder", | |
85 "--slave-name=slavename", | |
86 "audio_device_tests.exe" | |
87 ], | |
88 "name": "audio_device_tests", | |
89 "seed_steps": [ | |
90 "audio_device_tests", | |
91 "vie_auto_test", | |
92 "video_capture_tests", | |
93 "voe_auto_test" | |
94 ] | |
95 }, | |
96 { | |
97 "always_run": true, | |
98 "cmd": [ | |
99 "python", | |
100 "-u", | |
101 "[BUILD]\\scripts\\slave\\runtest.py", | |
102 "--target", | |
103 "Debug", | |
104 "--factory-properties", | |
105 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
106 "--build-properties", | |
107 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
108 "--builder-name=buildbot builder", | |
109 "--slave-name=slavename", | |
110 "vie_auto_test.exe", | |
111 "--automated", | |
112 "--capture_test_ensure_resolution_alignment_in_capture_device=false" | |
113 ], | |
114 "name": "vie_auto_test" | |
115 }, | |
116 { | |
117 "always_run": true, | |
118 "cmd": [ | |
119 "python", | |
120 "-u", | |
121 "[BUILD]\\scripts\\slave\\runtest.py", | |
122 "--target", | |
123 "Debug", | |
124 "--factory-properties", | |
125 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
126 "--build-properties", | |
127 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
128 "--builder-name=buildbot builder", | |
129 "--slave-name=slavename", | |
130 "video_capture_tests.exe" | |
131 ], | |
132 "name": "video_capture_tests" | |
133 }, | |
134 { | |
135 "always_run": true, | |
136 "cmd": [ | |
137 "python", | |
138 "-u", | |
139 "[BUILD]\\scripts\\slave\\runtest.py", | |
140 "--target", | |
141 "Debug", | |
142 "--factory-properties", | |
143 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
144 "--build-properties", | |
145 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
146 "--builder-name=buildbot builder", | |
147 "--slave-name=slavename", | |
148 "voe_auto_test.exe", | |
149 "--automated" | |
150 ], | |
151 "name": "voe_auto_test" | |
152 } | |
153 ] | |
OLD | NEW |