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

Side by Side Diff: scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.json

Issue 2484423003: 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", 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",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 15 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 16 "--spec",
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'}]", 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'}]",
9 "--patch_root", 18 "--patch_root",
10 "src", 19 "src",
11 "--revision_mapping_file", 20 "--revision_mapping_file",
12 "{\"src\": \"got_revision\"}", 21 "{\"src\": \"got_revision\"}",
13 "--git-cache-dir", 22 "--git-cache-dir",
14 "[GIT_CACHE]", 23 "[GIT_CACHE]",
15 "--issue", 24 "--issue",
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 "~followup_annotations": [ 352 "~followup_annotations": [
344 "@@@STEP_NEST_LEVEL@1@@@" 353 "@@@STEP_NEST_LEVEL@1@@@"
345 ] 354 ]
346 }, 355 },
347 { 356 {
348 "name": "$result", 357 "name": "$result",
349 "recipe_result": null, 358 "recipe_result": null,
350 "status_code": 0 359 "status_code": 0
351 } 360 }
352 ] 361 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698