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 "chromium.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Linux Builder (dbg)", | 10 "Linux Builder (dbg)", |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 "name": "checkdeps", | 137 "name": "checkdeps", |
138 "~followup_annotations": [ | 138 "~followup_annotations": [ |
139 "@@@STEP_LOG_LINE@json.output@[]@@@", | 139 "@@@STEP_LOG_LINE@json.output@[]@@@", |
140 "@@@STEP_LOG_END@json.output@@@" | 140 "@@@STEP_LOG_END@json.output@@@" |
141 ] | 141 ] |
142 }, | 142 }, |
143 { | 143 { |
144 "cmd": [ | 144 "cmd": [ |
145 "python", | 145 "python", |
146 "-u", | 146 "-u", |
147 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | |
148 "--build-dir", | |
149 "[SLAVE_BUILD]/src/out/Debug", | |
150 "--output-json", | |
151 "/path/to/tmp/json" | |
152 ], | |
153 "name": "find isolated tests", | |
154 "~followup_annotations": [ | |
155 "@@@STEP_LOG_LINE@json.output@{@@@", | |
156 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | |
157 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | |
158 "@@@STEP_LOG_LINE@json.output@}@@@", | |
159 "@@@STEP_LOG_END@json.output@@@", | |
160 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | |
161 ] | |
162 }, | |
163 { | |
164 "cmd": [ | |
165 "python", | |
166 "-u", | |
167 "[BUILD]/scripts/slave/archive_dependencies.py", | 147 "[BUILD]/scripts/slave/archive_dependencies.py", |
168 "--src-dir", | 148 "--src-dir", |
169 "[SLAVE_BUILD]/src", | 149 "[SLAVE_BUILD]/src", |
170 "--target", | 150 "--target", |
171 "Debug", | 151 "Debug", |
172 "--master", | 152 "--master", |
173 "chromium.linux", | 153 "chromium.linux", |
174 "--builder", | 154 "--builder", |
175 "Linux Builder (dbg)", | 155 "Linux Builder (dbg)", |
176 "--build", | 156 "--build", |
(...skipping 14 matching lines...) Expand all Loading... |
191 "--build_revision", | 171 "--build_revision", |
192 "170242", | 172 "170242", |
193 "--factory-properties", | 173 "--factory-properties", |
194 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 174 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
195 "--build-properties", | 175 "--build-properties", |
196 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 176 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
197 ], | 177 ], |
198 "name": "package build" | 178 "name": "package build" |
199 } | 179 } |
200 ] | 180 ] |
OLD | NEW |