OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[DEPOT_TOOLS]\\gclient.py", | 6 "[DEPOT_TOOLS]\\gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 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'}]" | 9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch
romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch
romium.org/chrome-internal/trunk/webrtc-limited'}]" |
10 ], | 10 ], |
11 "name": "gclient setup" | 11 "name": "gclient setup" |
12 }, | 12 }, |
13 { | 13 { |
14 "abort_on_failure": true, | 14 "abort_on_failure": true, |
15 "cmd": [ | 15 "cmd": [ |
16 "python", | 16 "python", |
17 "-u", | 17 "-u", |
18 "[DEPOT_TOOLS]\\gclient.py", | 18 "[DEPOT_TOOLS]\\gclient.py", |
19 "sync", | 19 "sync", |
20 "--nohooks", | 20 "--nohooks", |
21 "--delete_unversioned_trees", | 21 "--delete_unversioned_trees", |
22 "--force", | 22 "--force", |
23 "--output-json", | 23 "--output-json", |
24 "/path/to/tmp/json" | 24 "/path/to/tmp/json" |
25 ], | 25 ], |
26 "name": "gclient sync", | 26 "name": "gclient sync", |
27 "~followup_annotations": [ | 27 "~followup_annotations": [ |
28 "@@@STEP_LOG_LINE@json.output@{@@@", | 28 "@@@STEP_LOG_LINE@json.output@{@@@", |
29 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
30 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
31 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
32 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 32 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"webrtc-limited/\": {@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"revision\": 24644@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
33 "@@@STEP_LOG_LINE@json.output@ \"webrtc/\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"webrtc/\": {@@@", |
34 "@@@STEP_LOG_LINE@json.output@ \"revision\": 229524@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"revision\": 229524@@@", |
35 "@@@STEP_LOG_LINE@json.output@ }@@@", | 38 "@@@STEP_LOG_LINE@json.output@ }@@@", |
36 "@@@STEP_LOG_LINE@json.output@ }@@@", | 39 "@@@STEP_LOG_LINE@json.output@ }@@@", |
37 "@@@STEP_LOG_LINE@json.output@}@@@", | 40 "@@@STEP_LOG_LINE@json.output@}@@@", |
38 "@@@STEP_LOG_END@json.output@@@", | 41 "@@@STEP_LOG_END@json.output@@@", |
39 "@@@SET_BUILD_PROPERTY@got_revision@229524@@@" | 42 "@@@SET_BUILD_PROPERTY@got_revision@229524@@@" |
40 ] | 43 ] |
41 }, | 44 }, |
42 { | 45 { |
(...skipping 28 matching lines...) Expand all Loading... |
71 }, | 74 }, |
72 { | 75 { |
73 "always_run": true, | 76 "always_run": true, |
74 "cmd": [ | 77 "cmd": [ |
75 "python", | 78 "python", |
76 "-u", | 79 "-u", |
77 "[BUILD]\\scripts\\slave\\runtest.py", | 80 "[BUILD]\\scripts\\slave\\runtest.py", |
78 "--target", | 81 "--target", |
79 "Release", | 82 "Release", |
80 "--factory-properties", | 83 "--factory-properties", |
81 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 84 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
82 "--build-properties", | 85 "--build-properties", |
83 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 86 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
84 "--builder-name=buildbot builder", | 87 "--builder-name=buildbot", |
85 "--slave-name=slavename", | 88 "--slave-name=slavename", |
86 "audio_device_tests.exe" | 89 "audio_device_tests.exe" |
87 ], | 90 ], |
88 "name": "audio_device_tests", | 91 "name": "audio_device_tests" |
| 92 }, |
| 93 { |
| 94 "always_run": true, |
| 95 "cmd": [ |
| 96 "python", |
| 97 "-u", |
| 98 "[BUILD]\\scripts\\slave\\runtest.py", |
| 99 "--target", |
| 100 "Release", |
| 101 "--factory-properties", |
| 102 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 103 "--build-properties", |
| 104 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
| 105 "--builder-name=buildbot", |
| 106 "--slave-name=slavename", |
| 107 "vie_auto_test.exe", |
| 108 "--automated", |
| 109 "--capture_test_ensure_resolution_alignment_in_capture_device=false" |
| 110 ], |
| 111 "name": "vie_auto_test", |
89 "seed_steps": [ | 112 "seed_steps": [ |
90 "audio_device_tests", | |
91 "vie_auto_test", | 113 "vie_auto_test", |
| 114 "voe_auto_test", |
92 "video_capture_tests", | 115 "video_capture_tests", |
93 "voe_auto_test" | 116 "webrtc_perf_tests" |
94 ] | 117 ] |
95 }, | 118 }, |
96 { | 119 { |
97 "always_run": true, | 120 "always_run": true, |
98 "cmd": [ | 121 "cmd": [ |
99 "python", | 122 "python", |
100 "-u", | 123 "-u", |
101 "[BUILD]\\scripts\\slave\\runtest.py", | 124 "[BUILD]\\scripts\\slave\\runtest.py", |
102 "--target", | 125 "--target", |
103 "Release", | 126 "Release", |
104 "--factory-properties", | 127 "--factory-properties", |
105 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 128 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
106 "--build-properties", | 129 "--build-properties", |
107 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 130 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
108 "--builder-name=buildbot builder", | 131 "--builder-name=buildbot", |
109 "--slave-name=slavename", | 132 "--slave-name=slavename", |
110 "vie_auto_test.exe", | 133 "voe_auto_test.exe", |
111 "--automated", | 134 "--automated" |
112 "--capture_test_ensure_resolution_alignment_in_capture_device=false" | |
113 ], | 135 ], |
114 "name": "vie_auto_test" | 136 "name": "voe_auto_test" |
115 }, | 137 }, |
116 { | 138 { |
117 "always_run": true, | 139 "always_run": true, |
118 "cmd": [ | 140 "cmd": [ |
119 "python", | 141 "python", |
120 "-u", | 142 "-u", |
121 "[BUILD]\\scripts\\slave\\runtest.py", | 143 "[BUILD]\\scripts\\slave\\runtest.py", |
122 "--target", | 144 "--target", |
123 "Release", | 145 "Release", |
124 "--factory-properties", | 146 "--factory-properties", |
125 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 147 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
126 "--build-properties", | 148 "--build-properties", |
127 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 149 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
128 "--builder-name=buildbot builder", | 150 "--builder-name=buildbot", |
129 "--slave-name=slavename", | 151 "--slave-name=slavename", |
130 "video_capture_tests.exe" | 152 "video_capture_tests.exe" |
131 ], | 153 ], |
132 "name": "video_capture_tests" | 154 "name": "video_capture_tests" |
133 }, | 155 }, |
134 { | 156 { |
135 "always_run": true, | 157 "always_run": true, |
136 "cmd": [ | 158 "cmd": [ |
137 "python", | 159 "python", |
138 "-u", | 160 "-u", |
139 "[BUILD]\\scripts\\slave\\runtest.py", | 161 "[BUILD]\\scripts\\slave\\runtest.py", |
140 "--target", | 162 "--target", |
141 "Release", | 163 "Release", |
142 "--factory-properties", | 164 "--factory-properties", |
143 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 165 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
144 "--build-properties", | 166 "--build-properties", |
145 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot builder\", \"mastername\": \"mastername\", \"recipe\": \"webrtc/baremeta
l\", \"slavename\": \"slavename\"}", | 167 "{\"BUILD_CONFIG\": \"Release\", \"TARGET_BITS\": 32, \"buildername\": \"b
uildbot\", \"mastername\": \"mastername\", \"patch_url\": null, \"recipe\": \"we
brtc/baremetal\", \"revision\": null, \"slavename\": \"slavename\"}", |
146 "--builder-name=buildbot builder", | 168 "--builder-name=buildbot", |
147 "--slave-name=slavename", | 169 "--slave-name=slavename", |
148 "voe_auto_test.exe", | 170 "webrtc_perf_tests.exe" |
149 "--automated" | |
150 ], | 171 ], |
151 "name": "voe_auto_test" | 172 "name": "webrtc_perf_tests" |
152 } | 173 } |
153 ] | 174 ] |
OLD | NEW |