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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/mac_release_blink.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 months 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/cleanup_temp.py" 6 "[BUILD]/scripts/slave/cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup temp" 9 "name": "cleanup temp"
10 }, 10 },
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "cwd": "[SLAVE_BUILD]", 114 "cwd": "[SLAVE_BUILD]",
115 "env": { 115 "env": {
116 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding= Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolatio n_mode=prepare use_goma=1" 116 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding= Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolatio n_mode=prepare use_goma=1"
117 }, 117 },
118 "name": "gclient runhooks" 118 "name": "gclient runhooks"
119 }, 119 },
120 { 120 {
121 "cmd": [ 121 "cmd": [
122 "python", 122 "python",
123 "-u", 123 "-u",
124 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 124 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
125 "--build-dir", 125 "--build-dir",
126 "[SLAVE_BUILD]/src/out/Release", 126 "[SLAVE_BUILD]/src/out/Release",
127 "--clean-isolated-files" 127 "--clean-isolated-files"
128 ], 128 ],
129 "cwd": "[SLAVE_BUILD]", 129 "cwd": "[SLAVE_BUILD]",
130 "name": "clean isolated files" 130 "name": "clean isolated files"
131 }, 131 },
132 { 132 {
133 "allow_subannotations": true, 133 "allow_subannotations": true,
134 "cmd": [ 134 "cmd": [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "name": "compile", 179 "name": "compile",
180 "~followup_annotations": [ 180 "~followup_annotations": [
181 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 181 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
182 "@@@STEP_LOG_END@json.output (invalid)@@@" 182 "@@@STEP_LOG_END@json.output (invalid)@@@"
183 ] 183 ]
184 }, 184 },
185 { 185 {
186 "cmd": [ 186 "cmd": [
187 "python", 187 "python",
188 "-u", 188 "-u",
189 "RECIPE_MODULE[isolate]/resources/isolate.py", 189 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
190 "[SLAVE_BUILD]/src/tools/swarming_client", 190 "[SLAVE_BUILD]/src/tools/swarming_client",
191 "batcharchive", 191 "batcharchive",
192 "--dump-json", 192 "--dump-json",
193 "/path/to/tmp/json", 193 "/path/to/tmp/json",
194 "--isolate-server", 194 "--isolate-server",
195 "https://isolateserver.appspot.com", 195 "https://isolateserver.appspot.com",
196 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", 196 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json",
197 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", 197 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json",
198 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", 198 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json",
199 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", 199 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json",
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 ], 702 ],
703 "cwd": "[SLAVE_BUILD]", 703 "cwd": "[SLAVE_BUILD]",
704 "name": "tab_capture_end2end_tests" 704 "name": "tab_capture_end2end_tests"
705 }, 705 },
706 { 706 {
707 "name": "$result", 707 "name": "$result",
708 "recipe_result": null, 708 "recipe_result": null,
709 "status_code": 0 709 "status_code": 0
710 } 710 }
711 ] 711 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698