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.skia", | 8 "client.skia", |
9 "--builder", | 9 "--builder", |
10 "Linux Builder-Trybot", | 10 "Linux Builder-Trybot", |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 "-u", | 112 "-u", |
113 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 113 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
114 "--output", | 114 "--output", |
115 "/path/to/tmp/json", | 115 "/path/to/tmp/json", |
116 "--", | 116 "--", |
117 "--build-config-fs", | 117 "--build-config-fs", |
118 "Release", | 118 "Release", |
119 "--paths", | 119 "--paths", |
120 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 120 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
121 "--properties", | 121 "--properties", |
122 "{\"buildername\": \"Linux Builder-Trybot\", \"buildnumber\": 571, \"slave
name\": \"TestSlavename\"}" | 122 "{\"buildername\": \"Linux Builder-Trybot\", \"buildnumber\": 571, \"maste
rname\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" |
123 ], | 123 ], |
124 "name": "get compile targets for scripts", | 124 "name": "get compile targets for scripts", |
125 "~followup_annotations": [ | 125 "~followup_annotations": [ |
126 "@@@STEP_LOG_LINE@json.output@{}@@@", | 126 "@@@STEP_LOG_LINE@json.output@{}@@@", |
127 "@@@STEP_LOG_END@json.output@@@" | 127 "@@@STEP_LOG_END@json.output@@@" |
128 ] | 128 ] |
129 }, | 129 }, |
130 { | 130 { |
131 "cmd": [ | 131 "cmd": [ |
132 "python", | 132 "python", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 "--build_revision", | 168 "--build_revision", |
169 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", | 169 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", |
170 "--factory-properties", | 170 "--factory-properties", |
171 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \
"client.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 171 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \
"client.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
172 "--build-properties", | 172 "--build-properties", |
173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \
"client.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \
"client.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
174 ], | 174 ], |
175 "name": "package build" | 175 "name": "package build" |
176 } | 176 } |
177 ] | 177 ] |
OLD | NEW |