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

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

Issue 654543008: Use remove_build_metadata.py on all the trybots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 1 month 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", 10 "linux_arm",
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "base_unittests", 187 "base_unittests",
188 "browser_tests", 188 "browser_tests",
189 "mojo_common_unittests" 189 "mojo_common_unittests"
190 ], 190 ],
191 "name": "compile (with patch)" 191 "name": "compile (with patch)"
192 }, 192 },
193 { 193 {
194 "cmd": [ 194 "cmd": [
195 "python", 195 "python",
196 "-u", 196 "-u",
197 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
198 "--build-dir",
199 "[SLAVE_BUILD]/src/out/Release",
200 "--src-dir",
201 "[SLAVE_BUILD]/src"
202 ],
203 "cwd": "[SLAVE_BUILD]",
204 "name": "remove_build_metadata.py"
205 },
206 {
207 "cmd": [
208 "python",
209 "-u",
197 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 210 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
198 "--build-dir", 211 "--build-dir",
199 "[SLAVE_BUILD]/src/out/Release", 212 "[SLAVE_BUILD]/src/out/Release",
200 "--output-json", 213 "--output-json",
201 "/path/to/tmp/json" 214 "/path/to/tmp/json"
202 ], 215 ],
203 "name": "find isolated tests", 216 "name": "find isolated tests",
204 "~followup_annotations": [ 217 "~followup_annotations": [
205 "@@@STEP_LOG_LINE@json.output@{@@@", 218 "@@@STEP_LOG_LINE@json.output@{@@@",
206 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 219 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
207 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 220 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
208 "@@@STEP_LOG_LINE@json.output@}@@@", 221 "@@@STEP_LOG_LINE@json.output@}@@@",
209 "@@@STEP_LOG_END@json.output@@@", 222 "@@@STEP_LOG_END@json.output@@@",
210 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 223 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
211 ] 224 ]
212 } 225 }
213 ] 226 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698