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

Side by Side Diff: scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.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 "python", 4 "python",
5 "-u",
6 "RECIPE_MODULE[build::webrtc]/resources/cleanup_symlinks.py",
7 "[SLAVE_BUILD]"
8 ],
9 "name": "clean symlinks"
10 },
11 {
12 "cmd": [
13 "python",
14 "-u", 5 "-u",
15 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
16 "--spec", 7 "--spec",
17 "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'}]", 8 "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'}]",
18 "--patch_root", 9 "--patch_root",
19 "src", 10 "src",
20 "--revision_mapping_file", 11 "--revision_mapping_file",
21 "{\"src\": \"got_revision\"}", 12 "{\"src\": \"got_revision\"}",
22 "--git-cache-dir", 13 "--git-cache-dir",
23 "[GIT_CACHE]", 14 "[GIT_CACHE]",
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "~followup_annotations": [ 343 "~followup_annotations": [
353 "@@@STEP_NEST_LEVEL@1@@@" 344 "@@@STEP_NEST_LEVEL@1@@@"
354 ] 345 ]
355 }, 346 },
356 { 347 {
357 "name": "$result", 348 "name": "$result",
358 "recipe_result": null, 349 "recipe_result": null,
359 "status_code": 0 350 "status_code": 0
360 } 351 }
361 ] 352 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698