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

Side by Side Diff: scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/windows_sdk_multi.json

Issue 2333023004: Cleanup NaCl SDK recipes (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 "[BUILD]/scripts/slave/kill_processes.py" 6 "[BUILD]/scripts/slave/kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "@@@STEP_LOG_LINE@python.inline@@@@", 154 "@@@STEP_LOG_LINE@python.inline@@@@",
155 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 155 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
156 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 156 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
157 "@@@STEP_LOG_END@python.inline@@@" 157 "@@@STEP_LOG_END@python.inline@@@"
158 ] 158 ]
159 }, 159 },
160 { 160 {
161 "cmd": [ 161 "cmd": [
162 "python", 162 "python",
163 "-u", 163 "-u",
164 "[BUILD]/scripts/slave/runhooks_wrapper.py" 164 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
165 "runhooks"
165 ], 166 ],
167 "cwd": "[SLAVE_BUILD]/src",
166 "env": { 168 "env": {
167 "CHROMIUM_GYP_SYNTAX_CHECK": "1", 169 "CHROMIUM_GYP_SYNTAX_CHECK": "1",
168 "DEPOT_TOOLS_UPDATE": "0", 170 "DEPOT_TOOLS_UPDATE": "0",
169 "GYP_DEFINES": "fastbuild=1 component=static_library", 171 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
170 "LANDMINES_VERBOSE": "1" 172 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 use_goma=1",
173 "LANDMINES_VERBOSE": "1",
174 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
171 }, 175 },
172 "name": "gclient runhooks wrapper" 176 "name": "gclient runhooks"
173 }, 177 },
174 { 178 {
175 "cmd": [ 179 "cmd": [
176 "python", 180 "python",
177 "-u", 181 "-u",
178 "[SLAVE_BUILD]/src/tools/mb/mb.py", 182 "[SLAVE_BUILD]/src/tools/mb/mb.py",
179 "gen", 183 "gen",
180 "-m", 184 "-m",
181 "client.nacl.sdk", 185 "client.nacl.sdk",
182 "-b", 186 "-b",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "~followup_annotations": [ 250 "~followup_annotations": [
247 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 251 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
248 "@@@STEP_LOG_END@json.output (invalid)@@@" 252 "@@@STEP_LOG_END@json.output (invalid)@@@"
249 ] 253 ]
250 }, 254 },
251 { 255 {
252 "allow_subannotations": true, 256 "allow_subannotations": true,
253 "cmd": [ 257 "cmd": [
254 "python", 258 "python",
255 "-u", 259 "-u",
256 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py", 260 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py"
257 "--build-properties={\"buildername\":\"windows-sdk-multi\",\"buildnumber\" :\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"got_revi sion_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\":\"a0e e5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp\":\"re fs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a35f03975 671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_webkit_ revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revision_cp \":\"refs/heads/master@{#124383}\",\"mastername\":\"client.nacl.sdk\",\"recipe\" :\"client.nacl.sdk.recipe_autogen\",\"revision\":\"123456789abcdef\",\"slavename \":\"TestSlave\"}",
258 "--factory-properties={\"annotated_script\":\"nacl_sdk_buildbot_run.py\",\ "blink_config\":\"chromium\",\"gclient_env\":{\"CHROMIUM_GYP_SYNTAX_CHECK\":\"1\ ",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"fastbuild=1 component=static_li brary\",\"LANDMINES_VERBOSE\":\"1\"},\"no_gclient_branch\":true,\"nuke_and_pave\ ":false}"
259 ], 261 ],
260 "name": "annotated_steps" 262 "name": "annotated_steps"
261 }, 263 },
262 { 264 {
263 "name": "$result", 265 "name": "$result",
264 "recipe_result": null, 266 "recipe_result": null,
265 "status_code": 0 267 "status_code": 0
266 } 268 }
267 ] 269 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698