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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json

Issue 2423083002: V8: Add valgrind deps to linux64 bots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 2 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'v8/third_party/ valgrind': 'https://chromium.googlesource.com/chromium/deps/valgrind/binaries'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'v8', 'url': 'https://chromi um.googlesource.com/v8/v8'}]",
9 "--patch_root", 9 "--patch_root",
10 "v8", 10 "v8",
11 "--revision_mapping_file", 11 "--revision_mapping_file",
12 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c lient_revision\"}", 12 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c lient_revision\"}",
13 "--git-cache-dir", 13 "--git-cache-dir",
14 "[GIT_CACHE]", 14 "[GIT_CACHE]",
15 "--output_json", 15 "--output_json",
16 "/path/to/tmp/json", 16 "/path/to/tmp/json",
17 "--revision", 17 "--revision",
18 "v8@20123", 18 "v8@20123",
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 "~followup_annotations": [ 484 "~followup_annotations": [
485 "@@@STEP_TEXT@v8_trigger_proxy@@@" 485 "@@@STEP_TEXT@v8_trigger_proxy@@@"
486 ] 486 ]
487 }, 487 },
488 { 488 {
489 "name": "$result", 489 "name": "$result",
490 "recipe_result": null, 490 "recipe_result": null,
491 "status_code": 0 491 "status_code": 0
492 } 492 }
493 ] 493 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698