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

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

Issue 2336903003: Stop using chromium_builder_tests target in NaCl SDK build (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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "name": "cleanup_temp" 148 "name": "cleanup_temp"
149 }, 149 },
150 { 150 {
151 "cmd": [ 151 "cmd": [
152 "python", 152 "python",
153 "-u", 153 "-u",
154 "[BUILD]/scripts/slave/compile.py", 154 "[BUILD]/scripts/slave/compile.py",
155 "--target", 155 "--target",
156 "Release", 156 "Release",
157 "--compiler=goma", 157 "--compiler=goma",
158 "chromium_builder_nacl_sdk" 158 "chrome"
159 ], 159 ],
160 "name": "compile" 160 "name": "compile"
161 }, 161 },
162 { 162 {
163 "allow_subannotations": true, 163 "allow_subannotations": true,
164 "cmd": [ 164 "cmd": [
165 "python", 165 "python",
166 "-u", 166 "-u",
167 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py", 167 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py",
168 "--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\"}", 168 "--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\"}",
169 "--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}" 169 "--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}"
170 ], 170 ],
171 "name": "annotated_steps" 171 "name": "annotated_steps"
172 }, 172 },
173 { 173 {
174 "name": "$result", 174 "name": "$result",
175 "recipe_result": null, 175 "recipe_result": null,
176 "status_code": 0 176 "status_code": 0
177 } 177 }
178 ] 178 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698