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

Side by Side Diff: scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/mac_sdk_multirel.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 "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 = [{'custom_deps': {'src-pdf': None, 'src/pdf': None}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'chrome-of ficial', 'url': 'svn://svn.chromium.org/chrome-internal/trunk/tools/buildspec/bu ild/chrome-official'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src-pdf': None, 'src/pdf': None}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'chrome-of ficial', 'url': 'svn://svn.chromium.org/chrome-internal/trunk/tools/buildspec/bu ild/chrome-official'}]",
9 "--patch_root", 9 "--patch_root",
10 "chrome-official", 10 "chrome-official",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 { 143 {
144 "cmd": [ 144 "cmd": [
145 "python", 145 "python",
146 "-u", 146 "-u",
147 "[BUILD]/scripts/slave/compile.py", 147 "[BUILD]/scripts/slave/compile.py",
148 "--target", 148 "--target",
149 "Release", 149 "Release",
150 "--build-tool=ninja", 150 "--build-tool=ninja",
151 "--compiler=goma-clang", 151 "--compiler=goma-clang",
152 "--", 152 "--",
153 "chromium_builder_tests" 153 "chrome"
154 ], 154 ],
155 "name": "compile" 155 "name": "compile"
156 }, 156 },
157 { 157 {
158 "allow_subannotations": true, 158 "allow_subannotations": true,
159 "cmd": [ 159 "cmd": [
160 "python", 160 "python",
161 "-u", 161 "-u",
162 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py", 162 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py",
163 "--build-properties={\"buildername\":\"mac-sdk-multirel\",\"buildnumber\": \"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"got_revis ion_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\":\"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp\":\"ref s/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a35f039756 71d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_webkit_r evision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revision_cp\ ":\"refs/heads/master@{#124383}\",\"mastername\":\"client.nacl.sdk\",\"recipe\": \"client.nacl.sdk.recipe_autogen\",\"revision\":\"123456789abcdef\",\"slavename\ ":\"TestSlave\"}", 163 "--build-properties={\"buildername\":\"mac-sdk-multirel\",\"buildnumber\": \"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"got_revis ion_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\":\"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp\":\"ref s/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a35f039756 71d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_webkit_r evision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revision_cp\ ":\"refs/heads/master@{#124383}\",\"mastername\":\"client.nacl.sdk\",\"recipe\": \"client.nacl.sdk.recipe_autogen\",\"revision\":\"123456789abcdef\",\"slavename\ ":\"TestSlave\"}",
164 "--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\",\"GYP_GENERATORS\":\"ninja\",\"LANDMINES_VERBOSE\":\"1\"},\"no_gclient_b ranch\":true,\"nuke_and_pave\":true}" 164 "--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\",\"GYP_GENERATORS\":\"ninja\",\"LANDMINES_VERBOSE\":\"1\"},\"no_gclient_b ranch\":true,\"nuke_and_pave\":true}"
165 ], 165 ],
166 "name": "annotated_steps" 166 "name": "annotated_steps"
167 }, 167 },
168 { 168 {
169 "name": "$result", 169 "name": "$result",
170 "recipe_result": null, 170 "recipe_result": null,
171 "status_code": 0 171 "status_code": 0
172 } 172 }
173 ] 173 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698