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 "seed_steps": [ | |
13 "gclient setup", | |
14 "gclient sync" | |
15 ] | |
16 }, | |
17 { | |
18 "abort_on_failure": true, | |
19 "cmd": [ | |
20 "python", | |
21 "-u", | |
22 "[DEPOT_TOOLS]\\gclient.py", | |
23 "sync", | |
24 "--nohooks", | |
25 "--delete_unversioned_trees", | |
26 "--output-json", | |
27 "/path/to/tmp/json" | |
28 ], | |
29 "name": "gclient sync", | |
30 "~followup_annotations": [ | |
31 "@@@STEP_LOG_LINE@json.output@{@@@", | |
32 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | |
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=x64", | |
51 "GYP_MSVS_VERSION": "2012" | |
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_x64", | |
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_x64", | |
80 "--factory-properties", | |
81 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
82 "--build-properties", | |
83 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
84 "--builder-name=buildbot builder", | |
85 "--slave-name=slavename", | |
86 "--master-name=mastername", | |
87 "audio_device_tests.exe" | |
88 ], | |
89 "name": "audio_device_tests", | |
90 "seed_steps": [ | |
91 "audio_device_tests", | |
92 "vie_auto_test", | |
93 "video_capture_tests", | |
94 "voe_auto_test" | |
95 ] | |
96 }, | |
97 { | |
98 "always_run": true, | |
99 "cmd": [ | |
100 "python", | |
101 "-u", | |
102 "[BUILD]\\scripts\\slave\\runtest.py", | |
103 "--target", | |
104 "Debug_x64", | |
105 "--factory-properties", | |
106 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
107 "--build-properties", | |
108 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
109 "--builder-name=buildbot builder", | |
110 "--slave-name=slavename", | |
111 "--master-name=mastername", | |
112 "vie_auto_test.exe", | |
113 "--automated", | |
114 "--capture_test_ensure_resolution_alignment_in_capture_device=false" | |
115 ], | |
116 "name": "vie_auto_test" | |
117 }, | |
118 { | |
119 "always_run": true, | |
120 "cmd": [ | |
121 "python", | |
122 "-u", | |
123 "[BUILD]\\scripts\\slave\\runtest.py", | |
124 "--target", | |
125 "Debug_x64", | |
126 "--factory-properties", | |
127 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
128 "--build-properties", | |
129 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
130 "--builder-name=buildbot builder", | |
131 "--slave-name=slavename", | |
132 "--master-name=mastername", | |
133 "video_capture_tests.exe" | |
134 ], | |
135 "name": "video_capture_tests" | |
136 }, | |
137 { | |
138 "always_run": true, | |
139 "cmd": [ | |
140 "python", | |
141 "-u", | |
142 "[BUILD]\\scripts\\slave\\runtest.py", | |
143 "--target", | |
144 "Debug_x64", | |
145 "--factory-properties", | |
146 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
147 "--build-properties", | |
148 "{\"BUILD_CONFIG\": \"Debug\", \"TARGET_BITS\": 64, \"buildername\": \"bui
ldbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremetal\
", \"slavename\": \"slavename\"}", | |
149 "--builder-name=buildbot builder", | |
150 "--slave-name=slavename", | |
151 "--master-name=mastername", | |
152 "voe_auto_test.exe", | |
153 "--automated" | |
154 ], | |
155 "name": "voe_auto_test" | |
156 } | |
157 ] | |
OLD | NEW |