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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/gpu_tests.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.mac", 8 "tryserver.chromium.mac",
9 "--builder", 9 "--builder",
10 "mac_chromium_rel", 10 "mac_chromium_rel",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "tab_capture_end2end_tests", 198 "tab_capture_end2end_tests",
199 "tab_capture_end2end_tests_run", 199 "tab_capture_end2end_tests_run",
200 "telemetry_gpu_test_run" 200 "telemetry_gpu_test_run"
201 ], 201 ],
202 "name": "compile (with patch)" 202 "name": "compile (with patch)"
203 }, 203 },
204 { 204 {
205 "cmd": [ 205 "cmd": [
206 "python", 206 "python",
207 "-u", 207 "-u",
208 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
209 "--build-dir",
210 "[SLAVE_BUILD]/src/out/Release",
211 "--src-dir",
212 "[SLAVE_BUILD]/src"
213 ],
214 "cwd": "[SLAVE_BUILD]",
215 "name": "remove_build_metadata"
216 },
217 {
218 "cmd": [
219 "python",
220 "-u",
208 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 221 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
209 "/path/to/tmp/", 222 "/path/to/tmp/",
210 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 223 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
211 ], 224 ],
212 "name": "find isolated targets" 225 "name": "find isolated targets"
213 }, 226 },
214 { 227 {
215 "cmd": [ 228 "cmd": [
216 "python", 229 "python",
217 "-u", 230 "-u",
(...skipping 1864 matching lines...) Expand 10 before | Expand all | Expand 10 after
2082 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", 2095 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@",
2083 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", 2096 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@",
2084 "@@@STEP_LOG_LINE@python.inline@ print f@@@", 2097 "@@@STEP_LOG_LINE@python.inline@ print f@@@",
2085 "@@@STEP_LOG_LINE@python.inline@@@@", 2098 "@@@STEP_LOG_LINE@python.inline@@@@",
2086 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", 2099 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@",
2087 "@@@STEP_LOG_END@python.inline@@@", 2100 "@@@STEP_LOG_END@python.inline@@@",
2088 "@@@STEP_WARNINGS@@@" 2101 "@@@STEP_WARNINGS@@@"
2089 ] 2102 ]
2090 } 2103 }
2091 ] 2104 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698