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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.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
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder_with_gn.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "--issue", 15 "--issue",
16 "12853011", 16 "12853011",
17 "--patchset", 17 "--patchset",
18 "1", 18 "1",
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 "~followup_annotations": [ 384 "~followup_annotations": [
385 "@@@STEP_TEXT@v8_linux64_rel_ng_triggered@@@" 385 "@@@STEP_TEXT@v8_linux64_rel_ng_triggered@@@"
386 ] 386 ]
387 }, 387 },
388 { 388 {
389 "name": "$result", 389 "name": "$result",
390 "recipe_result": null, 390 "recipe_result": null,
391 "status_code": 0 391 "status_code": 0
392 } 392 }
393 ] 393 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder_with_gn.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698