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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug__gn_.json

Issue 2226283002: webrtc: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
11 "@@@STEP_LOG_LINE@json.output@{@@@", 11 "@@@STEP_LOG_LINE@json.output@{@@@",
12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @", 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
18 "@@@STEP_LOG_LINE@json.output@ ], @@@", 18 "@@@STEP_LOG_LINE@json.output@ ], @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@",
20 "@@@STEP_LOG_LINE@json.output@}@@@", 20 "@@@STEP_LOG_LINE@json.output@}@@@",
21 "@@@STEP_LOG_END@json.output@@@" 21 "@@@STEP_LOG_END@json.output@@@"
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
29 "[BUILDER_CACHE]/Mac64_Debug__GN_",
30 "511"
31 ],
32 "name": "makedirs checkout path",
33 "~followup_annotations": [
34 "@@@STEP_LOG_LINE@python.inline@@@@",
35 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
36 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
37 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
39 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
40 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
43 "@@@STEP_LOG_END@python.inline@@@"
44 ]
45 },
46 {
47 "cmd": [
48 "python",
49 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--master", 51 "--master",
30 "client.webrtc", 52 "client.webrtc",
31 "--builder", 53 "--builder",
32 "Mac64 Debug (GN)", 54 "Mac64 Debug (GN)",
33 "--slave", 55 "--slave",
34 "slavename", 56 "slavename",
35 "--spec", 57 "--spec",
36 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", 58 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]",
37 "--root", 59 "--root",
38 "src", 60 "src",
39 "--revision_mapping_file", 61 "--revision_mapping_file",
40 "{\"src\": \"got_revision\"}", 62 "{\"src\": \"got_revision\"}",
41 "--git-cache-dir", 63 "--git-cache-dir",
42 "[GIT_CACHE]", 64 "[GIT_CACHE]",
43 "--output_json", 65 "--output_json",
44 "/path/to/tmp/json", 66 "/path/to/tmp/json",
45 "--revision", 67 "--revision",
46 "src@12345", 68 "src@12345",
47 "--output_manifest" 69 "--output_manifest"
48 ], 70 ],
71 "cwd": "[BUILDER_CACHE]/Mac64_Debug__GN_",
49 "env": { 72 "env": {
50 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
51 }, 74 },
52 "name": "bot_update", 75 "name": "bot_update",
53 "~followup_annotations": [ 76 "~followup_annotations": [
54 "@@@STEP_TEXT@Some step text@@@", 77 "@@@STEP_TEXT@Some step text@@@",
55 "@@@STEP_LOG_LINE@json.output@{@@@", 78 "@@@STEP_LOG_LINE@json.output@{@@@",
56 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 79 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
57 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 80 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
58 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 81 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
75 "@@@STEP_LOG_END@json.output@@@", 98 "@@@STEP_LOG_END@json.output@@@",
76 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 99 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
77 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 100 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
78 ] 101 ]
79 }, 102 },
80 { 103 {
81 "cmd": [ 104 "cmd": [
82 "python", 105 "python",
83 "-u", 106 "-u",
84 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", 107 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py",
85 "[SLAVE_BUILD]/src/out" 108 "[BUILDER_CACHE]/Mac64_Debug__GN_/src/out"
86 ], 109 ],
87 "name": "clean test output files" 110 "name": "clean test output files"
88 }, 111 },
89 { 112 {
90 "cmd": [ 113 "cmd": [
91 "python", 114 "python",
92 "-u", 115 "-u",
93 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
94 "--show-path", 117 "--show-path",
95 "python", 118 "python",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "@@@STEP_LOG_END@json.output@@@" 174 "@@@STEP_LOG_END@json.output@@@"
152 ] 175 ]
153 }, 176 },
154 { 177 {
155 "cmd": [ 178 "cmd": [
156 "python", 179 "python",
157 "-u", 180 "-u",
158 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
159 "runhooks" 182 "runhooks"
160 ], 183 ],
161 "cwd": "[SLAVE_BUILD]/src", 184 "cwd": "[BUILDER_CACHE]/Mac64_Debug__GN_/src",
162 "env": { 185 "env": {
163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
164 "GYP_CHROMIUM_NO_ACTION": "1", 187 "GYP_CHROMIUM_NO_ACTION": "1",
165 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_ goma=1", 188 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_ goma=1",
166 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 189 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
167 }, 190 },
168 "name": "gclient runhooks" 191 "name": "gclient runhooks"
169 }, 192 },
170 { 193 {
171 "cmd": [ 194 "cmd": [
172 "python", 195 "python",
173 "-u", 196 "-u",
174 "[DEPOT_TOOLS]/gn.py", 197 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
175 "--root=[SLAVE_BUILD]/src", 198 "--root=[BUILDER_CACHE]/Mac64_Debug__GN_/src",
176 "gen", 199 "gen",
177 "//out/Debug", 200 "//out/Debug",
178 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_ cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" 201 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_ cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
179 ], 202 ],
180 "name": "gn" 203 "name": "gn"
181 }, 204 },
182 { 205 {
183 "allow_subannotations": true, 206 "allow_subannotations": true,
184 "cmd": [ 207 "cmd": [
185 "python", 208 "python",
186 "-u", 209 "-u",
187 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
188 "--src-dir", 211 "--src-dir",
189 "[SLAVE_BUILD]/src", 212 "[BUILDER_CACHE]/Mac64_Debug__GN_/src",
190 "--output-json", 213 "--output-json",
191 "/path/to/tmp/json" 214 "/path/to/tmp/json"
192 ], 215 ],
193 "env": { 216 "env": {
194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
195 }, 218 },
196 "name": "clang_revision", 219 "name": "clang_revision",
197 "~followup_annotations": [ 220 "~followup_annotations": [
198 "@@@STEP_LOG_LINE@json.output@{@@@", 221 "@@@STEP_LOG_LINE@json.output@{@@@",
199 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 222 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
200 "@@@STEP_LOG_LINE@json.output@}@@@", 223 "@@@STEP_LOG_LINE@json.output@}@@@",
201 "@@@STEP_LOG_END@json.output@@@" 224 "@@@STEP_LOG_END@json.output@@@"
202 ] 225 ]
203 }, 226 },
204 { 227 {
205 "cmd": [ 228 "cmd": [
206 "python", 229 "python",
207 "-u", 230 "-u",
208 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 231 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
209 "--show-path", 232 "--show-path",
210 "python", 233 "python",
211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 234 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
212 "--gsutil-py-path", 235 "--gsutil-py-path",
213 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 236 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
214 "--ninja-path", 237 "--ninja-path",
215 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 238 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
216 "--target", 239 "--target",
217 "Debug", 240 "Debug",
218 "--src-dir", 241 "--src-dir",
219 "[SLAVE_BUILD]/src", 242 "[BUILDER_CACHE]/Mac64_Debug__GN_/src",
220 "--goma-cache-dir", 243 "--goma-cache-dir",
221 "[GOMA_CACHE]", 244 "[GOMA_CACHE]",
245 "--goma-deps-cache-dir",
246 "[GOMA_DEPS_CACHE]",
222 "--compiler", 247 "--compiler",
223 "goma-clang", 248 "goma-clang",
224 "--goma-jsonstatus", 249 "--goma-jsonstatus",
225 "/path/to/tmp/json", 250 "/path/to/tmp/json",
226 "--goma-service-account-json-file", 251 "--goma-service-account-json-file",
227 "/creds/service_accounts/service-account-goma-client.json", 252 "/creds/service_accounts/service-account-goma-client.json",
228 "--goma-dir", 253 "--goma-dir",
229 "[CACHE]/cipd/goma", 254 "[CACHE]/cipd/goma",
230 "--", 255 "--",
231 "all" 256 "all"
232 ], 257 ],
233 "env": { 258 "env": {
234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 259 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
235 }, 260 },
236 "name": "compile", 261 "name": "compile",
237 "~followup_annotations": [ 262 "~followup_annotations": [
238 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 263 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
239 "@@@STEP_LOG_END@json.output (invalid)@@@" 264 "@@@STEP_LOG_END@json.output (invalid)@@@"
240 ] 265 ]
241 }, 266 },
242 { 267 {
243 "name": "$result", 268 "name": "$result",
244 "recipe_result": null, 269 "recipe_result": null,
245 "status_code": 0 270 "status_code": 0
246 } 271 }
247 ] 272 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698