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", |
147 "[BUILD]/scripts/slave/archive_dependencies.py", | 167 "[BUILD]/scripts/slave/archive_dependencies.py", |
148 "--src-dir", | 168 "--src-dir", |
149 "[SLAVE_BUILD]/src", | 169 "[SLAVE_BUILD]/src", |
150 "--target", | 170 "--target", |
151 "Debug", | 171 "Debug", |
152 "--master", | 172 "--master", |
153 "chromium.linux", | 173 "chromium.linux", |
154 "--builder", | 174 "--builder", |
155 "Linux Builder (dbg)", | 175 "Linux Builder (dbg)", |
156 "--build", | 176 "--build", |
(...skipping 14 matching lines...) Expand all Loading... |
171 "--build_revision", | 191 "--build_revision", |
172 "170242", | 192 "170242", |
173 "--factory-properties", | 193 "--factory-properties", |
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\"}", | 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\"}", |
175 "--build-properties", | 195 "--build-properties", |
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\"}" | 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\"}" |
177 ], | 197 ], |
178 "name": "package build" | 198 "name": "package build" |
179 } | 199 } |
180 ] | 200 ] |
OLD | NEW |