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

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

Issue 748153002: Use remove_build_metadata.py on all the trybots (take 3). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Update the test expectations Created 6 years 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "base_unittests", 175 "base_unittests",
176 "browser_tests", 176 "browser_tests",
177 "mojo_common_unittests" 177 "mojo_common_unittests"
178 ], 178 ],
179 "name": "compile (with patch)" 179 "name": "compile (with patch)"
180 }, 180 },
181 { 181 {
182 "cmd": [ 182 "cmd": [
183 "python", 183 "python",
184 "-u", 184 "-u",
185 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
186 "--build-dir",
187 "[SLAVE_BUILD]/src/out/Release",
188 "--src-dir",
189 "[SLAVE_BUILD]/src"
190 ],
191 "cwd": "[SLAVE_BUILD]",
192 "name": "remove_build_metadata"
193 },
194 {
195 "cmd": [
196 "python",
197 "-u",
185 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 198 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
186 "/path/to/tmp/", 199 "/path/to/tmp/",
187 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 200 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
188 ], 201 ],
189 "name": "find isolated targets" 202 "name": "find isolated targets"
190 }, 203 },
191 { 204 {
192 "cmd": [ 205 "cmd": [
193 "python", 206 "python",
194 "-u", 207 "-u",
(...skipping 11 matching lines...) Expand all
206 "~followup_annotations": [ 219 "~followup_annotations": [
207 "@@@STEP_LOG_LINE@json.output@{@@@", 220 "@@@STEP_LOG_LINE@json.output@{@@@",
208 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 221 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
209 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 222 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
210 "@@@STEP_LOG_LINE@json.output@}@@@", 223 "@@@STEP_LOG_LINE@json.output@}@@@",
211 "@@@STEP_LOG_END@json.output@@@", 224 "@@@STEP_LOG_END@json.output@@@",
212 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 225 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
213 ] 226 ]
214 } 227 }
215 ] 228 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698