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

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

Issue 2492823002: Revert of WebRTC: Add cleanup_symlinks step on all bots. (Closed)
Patch Set: Created 4 years, 1 month 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)@@@",
(...skipping 27 matching lines...) Expand all
38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
39 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(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@@@", 40 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
43 "@@@STEP_LOG_END@python.inline@@@" 43 "@@@STEP_LOG_END@python.inline@@@"
44 ] 44 ]
45 }, 45 },
46 { 46 {
47 "cmd": [ 47 "cmd": [
48 "python",
49 "-u",
50 "RECIPE_MODULE[build::webrtc]/resources/cleanup_symlinks.py",
51 "[BUILDER_CACHE]/Mac64_Release"
52 ],
53 "name": "clean symlinks"
54 },
55 {
56 "cmd": [
57 "python", 48 "python",
58 "-u", 49 "-u",
59 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
60 "--spec", 51 "--spec",
61 "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'}]", 52 "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'}]",
62 "--patch_root", 53 "--patch_root",
63 "src", 54 "src",
64 "--revision_mapping_file", 55 "--revision_mapping_file",
65 "{\"src\": \"got_revision\"}", 56 "{\"src\": \"got_revision\"}",
66 "--git-cache-dir", 57 "--git-cache-dir",
(...skipping 3176 matching lines...) Expand 10 before | Expand all | Expand 10 after
3243 "@@@STEP_LOG_END@json.output@@@", 3234 "@@@STEP_LOG_END@json.output@@@",
3244 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 3235 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
3245 ] 3236 ]
3246 }, 3237 },
3247 { 3238 {
3248 "name": "$result", 3239 "name": "$result",
3249 "recipe_result": null, 3240 "recipe_result": null,
3250 "status_code": 0 3241 "status_code": 0
3251 } 3242 }
3252 ] 3243 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698