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 }, | |
52 "name": "gclient runhooks" | |
53 }, | |
54 { | |
55 "abort_on_failure": true, | |
56 "cmd": [ | |
57 "python", | |
58 "-u", | |
59 "[BUILD]/scripts/slave/compile.py", | |
60 "--target", | |
61 "Debug", | |
62 "--src-dir", | |
63 "[SLAVE_BUILD]/src", | |
64 "--build-tool", | |
65 "ninja", | |
66 "--", | |
67 "All" | |
68 ], | |
69 "name": "compile" | |
70 }, | |
71 { | |
72 "always_run": true, | |
73 "cmd": [ | |
74 "python", | |
75 "-u", | |
76 "[BUILD]/scripts/slave/runtest.py", | |
77 "--target", | |
78 "Debug", | |
79 "--factory-properties", | |
80 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
81 "--build-properties", | |
82 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
83 "--builder-name=buildbot builder", | |
84 "--slave-name=slavename", | |
85 "audio_device_tests" | |
86 ], | |
87 "name": "audio_device_tests", | |
88 "seed_steps": [ | |
89 "audio_device_tests", | |
90 "libjingle_peerconnection_objc_test", | |
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 "libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconne
ction_objc_test", | |
111 "--automated", | |
112 "--capture_test_ensure_resolution_alignment_in_capture_device=false" | |
113 ], | |
114 "name": "libjingle_peerconnection_objc_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 "vie_auto_test", | |
131 "--automated", | |
132 "--capture_test_ensure_resolution_alignment_in_capture_device=false" | |
133 ], | |
134 "name": "vie_auto_test" | |
135 }, | |
136 { | |
137 "always_run": true, | |
138 "cmd": [ | |
139 "python", | |
140 "-u", | |
141 "[BUILD]/scripts/slave/runtest.py", | |
142 "--target", | |
143 "Debug", | |
144 "--factory-properties", | |
145 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
146 "--build-properties", | |
147 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
148 "--builder-name=buildbot builder", | |
149 "--slave-name=slavename", | |
150 "video_capture_tests" | |
151 ], | |
152 "name": "video_capture_tests" | |
153 }, | |
154 { | |
155 "always_run": true, | |
156 "cmd": [ | |
157 "python", | |
158 "-u", | |
159 "[BUILD]/scripts/slave/runtest.py", | |
160 "--target", | |
161 "Debug", | |
162 "--factory-properties", | |
163 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
164 "--build-properties", | |
165 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 32, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
166 "--builder-name=buildbot builder", | |
167 "--slave-name=slavename", | |
168 "voe_auto_test", | |
169 "--automated" | |
170 ], | |
171 "name": "voe_auto_test" | |
172 } | |
173 ] | |
OLD | NEW |