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

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

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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
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 = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
9 "--patch_root", 9 "--patch_root",
10 "v8", 10 "v8",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", 65 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
66 "--version" 66 "--version"
67 ], 67 ],
68 "name": "swarming.py --version", 68 "name": "swarming.py --version",
69 "stdout": "/path/to/tmp/", 69 "stdout": "/path/to/tmp/",
70 "~followup_annotations": [ 70 "~followup_annotations": [
71 "@@@STEP_TEXT@0.8.6@@@" 71 "@@@STEP_TEXT@0.8.6@@@"
72 ] 72 ]
73 }, 73 },
74 { 74 {
75 "cmd": [],
76 "name": "ensure_goma" 75 "name": "ensure_goma"
77 }, 76 },
78 { 77 {
79 "cmd": [ 78 "cmd": [
80 "python", 79 "python",
81 "-u", 80 "-u",
82 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 81 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
83 "--platform", 82 "--platform",
84 "linux-amd64", 83 "linux-amd64",
85 "--dest-directory", 84 "--dest-directory",
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 893 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
895 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 894 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
896 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 895 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
897 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 896 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
898 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 897 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
899 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 898 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
900 "@@@STEP_LOG_END@durations@@@" 899 "@@@STEP_LOG_END@durations@@@"
901 ] 900 ]
902 }, 901 },
903 { 902 {
904 "cmd": [],
905 "name": "trigger", 903 "name": "trigger",
906 "trigger_specs": [ 904 "trigger_specs": [
907 { 905 {
908 "builder_name": "V8 Linux64 ASAN no inline - release builder", 906 "builder_name": "V8 Linux64 ASAN no inline - release builder",
909 "properties": { 907 "properties": {
910 "parent_build_environment": { 908 "parent_build_environment": {
911 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" 909 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1"
912 }, 910 },
913 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 911 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
914 "parent_got_revision_cp": "refs/heads/master@{#50110}", 912 "parent_got_revision_cp": "refs/heads/master@{#50110}",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 "~followup_annotations": [ 986 "~followup_annotations": [
989 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel - debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64 - debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" 987 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel - debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64 - debug builder<br />V8 Linux64 ASAN no inline - release builder@@@"
990 ] 988 ]
991 }, 989 },
992 { 990 {
993 "name": "$result", 991 "name": "$result",
994 "recipe_result": null, 992 "recipe_result": null,
995 "status_code": 0 993 "status_code": 0
996 } 994 }
997 ] 995 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698