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

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

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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 "--master", 7 "--master",
8 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_gcc_rel", 10 "v8_linux_gcc_rel",
(...skipping 13 matching lines...) Expand all
24 "1", 24 "1",
25 "--rietveld_server", 25 "--rietveld_server",
26 "https://codereview.chromium.org", 26 "https://codereview.chromium.org",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
29 "--revision", 29 "--revision",
30 "v8@12345", 30 "v8@12345",
31 "--no_shallow", 31 "--no_shallow",
32 "--output_manifest" 32 "--output_manifest"
33 ], 33 ],
34 "cwd": "[SLAVE_BUILD]",
35 "env": { 34 "env": {
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
37 }, 36 },
38 "name": "bot_update", 37 "name": "bot_update",
39 "~followup_annotations": [ 38 "~followup_annotations": [
40 "@@@STEP_TEXT@Some step text@@@", 39 "@@@STEP_TEXT@Some step text@@@",
41 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@",
(...skipping 18 matching lines...) Expand all
63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@"
64 ] 63 ]
65 }, 64 },
66 { 65 {
67 "cmd": [ 66 "cmd": [
68 "python", 67 "python",
69 "-u", 68 "-u",
70 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 69 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
71 "runhooks" 70 "runhooks"
72 ], 71 ],
73 "cwd": "[SLAVE_BUILD]",
74 "env": { 72 "env": {
75 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 73 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
76 "GYP_DEFINES": "clang=0 dcheck_always_on=0 fastbuild=1 target_arch=ia32 v8 _target_arch=ia32", 74 "GYP_DEFINES": "clang=0 dcheck_always_on=0 fastbuild=1 target_arch=ia32 v8 _target_arch=ia32",
77 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
78 }, 76 },
79 "name": "gclient runhooks" 77 "name": "gclient runhooks"
80 }, 78 },
81 { 79 {
82 "cmd": [ 80 "cmd": [
83 "python", 81 "python",
84 "-u", 82 "-u",
85 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 83 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
86 "--show-path", 84 "--show-path",
87 "python", 85 "python",
88 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 86 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
89 ], 87 ],
90 "cwd": "[SLAVE_BUILD]",
91 "name": "cleanup_temp" 88 "name": "cleanup_temp"
92 }, 89 },
93 { 90 {
94 "cmd": [ 91 "cmd": [
95 "python", 92 "python",
96 "-u", 93 "-u",
97 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
98 "--show-path", 95 "--show-path",
99 "python", 96 "python",
100 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
101 "--gsutil-py-path", 98 "--gsutil-py-path",
102 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 99 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
103 "--ninja-path", 100 "--ninja-path",
104 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 101 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
105 "--target", 102 "--target",
106 "Release", 103 "Release",
107 "--src-dir", 104 "--src-dir",
108 "[SLAVE_BUILD]/v8", 105 "[SLAVE_BUILD]/v8",
109 "--goma-cache-dir", 106 "--goma-cache-dir",
110 "[GOMA_CACHE]", 107 "[GOMA_CACHE]",
111 "--build-tool", 108 "--build-tool",
112 "make", 109 "make",
113 "--goma-fail-fast", 110 "--goma-fail-fast",
114 "--goma-disable-local-fallback", 111 "--goma-disable-local-fallback",
115 "--" 112 "--"
116 ], 113 ],
117 "cwd": "[SLAVE_BUILD]",
118 "env": { 114 "env": {
119 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 115 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
120 }, 116 },
121 "name": "compile" 117 "name": "compile"
122 }, 118 },
123 { 119 {
124 "cmd": [ 120 "cmd": [
125 "python", 121 "python",
126 "-u", 122 "-u",
127 "[SLAVE_BUILD]/v8/tools/run-tests.py", 123 "[SLAVE_BUILD]/v8/tools/run-tests.py",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 155 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
160 "@@@STEP_LOG_END@durations@@@" 156 "@@@STEP_LOG_END@durations@@@"
161 ] 157 ]
162 }, 158 },
163 { 159 {
164 "name": "$result", 160 "name": "$result",
165 "recipe_result": null, 161 "recipe_result": null,
166 "status_code": 0 162 "status_code": 0
167 } 163 }
168 ] 164 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698