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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "base_tests", 166 "base_tests",
167 "browser_tests", 167 "browser_tests",
168 "browser_tests_run" 168 "browser_tests_run"
169 ], 169 ],
170 "name": "compile (with patch)" 170 "name": "compile (with patch)"
171 }, 171 },
172 { 172 {
173 "cmd": [ 173 "cmd": [
174 "python", 174 "python",
175 "-u", 175 "-u",
176 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
177 "--build-dir",
178 "[SLAVE_BUILD]/src/out/Release",
179 "--src-dir",
180 "[SLAVE_BUILD]/src"
181 ],
182 "cwd": "[SLAVE_BUILD]",
183 "name": "remove_build_metadata.py"
184 },
185 {
186 "cmd": [
187 "python",
188 "-u",
176 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 189 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
177 "--build-dir", 190 "--build-dir",
178 "[SLAVE_BUILD]/src/out/Release", 191 "[SLAVE_BUILD]/src/out/Release",
179 "--output-json", 192 "--output-json",
180 "/path/to/tmp/json" 193 "/path/to/tmp/json"
181 ], 194 ],
182 "name": "find isolated tests", 195 "name": "find isolated tests",
183 "~followup_annotations": [ 196 "~followup_annotations": [
184 "@@@STEP_LOG_LINE@json.output@{@@@", 197 "@@@STEP_LOG_LINE@json.output@{@@@",
185 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 198 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
186 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 199 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
187 "@@@STEP_LOG_LINE@json.output@}@@@", 200 "@@@STEP_LOG_LINE@json.output@}@@@",
188 "@@@STEP_LOG_END@json.output@@@", 201 "@@@STEP_LOG_END@json.output@@@",
189 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 202 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
190 ] 203 ]
191 } 204 }
192 ] 205 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698