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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_arm.json

Issue 1462403002: Rename linux_arm_compile trybot to linux_arm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_arm_compile", 10 "linux_arm",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}", 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}",
19 "--issue", 19 "--issue",
20 "12853011", 20 "12853011",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "-u", 145 "-u",
146 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 146 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
147 "--output", 147 "--output",
148 "/path/to/tmp/json", 148 "/path/to/tmp/json",
149 "--", 149 "--",
150 "--build-config-fs", 150 "--build-config-fs",
151 "Release", 151 "Release",
152 "--paths", 152 "--paths",
153 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 153 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
154 "--properties", 154 "--properties",
155 "{\"buildername\": \"linux_arm_compile\", \"buildnumber\": 571, \"masterna me\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"linux\"}" 155 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"mastername\": \" tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\ ": \"linux\"}"
156 ], 156 ],
157 "cwd": "[SLAVE_BUILD]", 157 "cwd": "[SLAVE_BUILD]",
158 "name": "get compile targets for scripts", 158 "name": "get compile targets for scripts",
159 "~followup_annotations": [ 159 "~followup_annotations": [
160 "@@@STEP_LOG_LINE@json.output@{}@@@", 160 "@@@STEP_LOG_LINE@json.output@{}@@@",
161 "@@@STEP_LOG_END@json.output@@@" 161 "@@@STEP_LOG_END@json.output@@@"
162 ] 162 ]
163 }, 163 },
164 { 164 {
165 "cmd": [ 165 "cmd": [
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "@@@STEP_LOG_LINE@analyze_details@}@@@", 222 "@@@STEP_LOG_LINE@analyze_details@}@@@",
223 "@@@STEP_LOG_END@analyze_details@@@" 223 "@@@STEP_LOG_END@analyze_details@@@"
224 ] 224 ]
225 }, 225 },
226 { 226 {
227 "name": "$result", 227 "name": "$result",
228 "recipe_result": null, 228 "recipe_result": null,
229 "status_code": 0 229 "status_code": 0
230 } 230 }
231 ] 231 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698