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

Side by Side Diff: scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/linux_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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "name": "cleanup_temp" 140 "name": "cleanup_temp"
141 }, 141 },
142 { 142 {
143 "cmd": [ 143 "cmd": [
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "[BUILD]/scripts/slave/compile.py", 146 "[BUILD]/scripts/slave/compile.py",
147 "--target", 147 "--target",
148 "Release", 148 "Release",
149 "--compiler=goma", 149 "--compiler=goma",
150 "chromium_builder_tests" 150 "chrome"
151 ], 151 ],
152 "name": "compile" 152 "name": "compile"
153 }, 153 },
154 { 154 {
155 "allow_subannotations": true, 155 "allow_subannotations": true,
156 "cmd": [ 156 "cmd": [
157 "python", 157 "python",
158 "-u", 158 "-u",
159 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py", 159 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py",
160 "--build-properties={\"buildername\":\"linux-sdk-multirel\",\"buildnumber\ ":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"got_rev ision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\":\"a0 ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp\":\"r efs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a35f0397 5671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_webkit _revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revision_c p\":\"refs/heads/master@{#124383}\",\"mastername\":\"client.nacl.sdk\",\"recipe\ ":\"client.nacl.sdk.recipe_autogen\",\"revision\":\"123456789abcdef\",\"slavenam e\":\"TestSlave\"}", 160 "--build-properties={\"buildername\":\"linux-sdk-multirel\",\"buildnumber\ ":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"got_rev ision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\":\"a0 ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp\":\"r efs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a35f0397 5671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_webkit _revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revision_c p\":\"refs/heads/master@{#124383}\",\"mastername\":\"client.nacl.sdk\",\"recipe\ ":\"client.nacl.sdk.recipe_autogen\",\"revision\":\"123456789abcdef\",\"slavenam e\":\"TestSlave\"}",
161 "--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\ ":true}" 161 "--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\ ":true}"
162 ], 162 ],
163 "name": "annotated_steps" 163 "name": "annotated_steps"
164 }, 164 },
165 { 165 {
166 "name": "$result", 166 "name": "$result",
167 "recipe_result": null, 167 "recipe_result": null,
168 "status_code": 0 168 "status_code": 0
169 } 169 }
170 ] 170 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698