OLD | NEW |
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 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "Linux Debug Builder", | 10 "Linux Debug Builder", |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 "-u", | 91 "-u", |
92 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 92 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
93 "--output", | 93 "--output", |
94 "/path/to/tmp/json", | 94 "/path/to/tmp/json", |
95 "--", | 95 "--", |
96 "--build-config-fs", | 96 "--build-config-fs", |
97 "Debug", | 97 "Debug", |
98 "--paths", | 98 "--paths", |
99 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 99 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
100 "--properties", | 100 "--properties", |
101 "{\"buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"slaven
ame\": \"TestSlavename\"}" | 101 "{\"buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"master
name\": \"client.v8\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
linux\"}" |
102 ], | 102 ], |
103 "name": "get compile targets for scripts", | 103 "name": "get compile targets for scripts", |
104 "~followup_annotations": [ | 104 "~followup_annotations": [ |
105 "@@@STEP_LOG_LINE@json.output@{}@@@", | 105 "@@@STEP_LOG_LINE@json.output@{}@@@", |
106 "@@@STEP_LOG_END@json.output@@@" | 106 "@@@STEP_LOG_END@json.output@@@" |
107 ] | 107 ] |
108 }, | 108 }, |
109 { | 109 { |
110 "cmd": [ | 110 "cmd": [ |
111 "python", | 111 "python", |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 "--build_revision", | 148 "--build_revision", |
149 "801ada225ddc271c132c3a35f03975671d43e399", | 149 "801ada225ddc271c132c3a35f03975671d43e399", |
150 "--factory-properties", | 150 "--factory-properties", |
151 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\
": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/
TestSlavename\"}", | 151 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\
": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/
TestSlavename\"}", |
152 "--build-properties", | 152 "--build-properties", |
153 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\
": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/
TestSlavename\"}" | 153 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\
": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/
TestSlavename\"}" |
154 ], | 154 ], |
155 "name": "package build" | 155 "name": "package build" |
156 } | 156 } |
157 ] | 157 ] |
OLD | NEW |