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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/mac_release.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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "cwd": "[SLAVE_BUILD]", 111 "cwd": "[SLAVE_BUILD]",
112 "env": { 112 "env": {
113 "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" 113 "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"
114 }, 114 },
115 "name": "gclient runhooks" 115 "name": "gclient runhooks"
116 }, 116 },
117 { 117 {
118 "cmd": [ 118 "cmd": [
119 "python", 119 "python",
120 "-u", 120 "-u",
121 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 121 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
122 "--build-dir", 122 "--build-dir",
123 "[SLAVE_BUILD]/src/out/Release", 123 "[SLAVE_BUILD]/src/out/Release",
124 "--clean-isolated-files" 124 "--clean-isolated-files"
125 ], 125 ],
126 "cwd": "[SLAVE_BUILD]", 126 "cwd": "[SLAVE_BUILD]",
127 "name": "clean isolated files" 127 "name": "clean isolated files"
128 }, 128 },
129 { 129 {
130 "allow_subannotations": true, 130 "allow_subannotations": true,
131 "cmd": [ 131 "cmd": [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "name": "compile", 176 "name": "compile",
177 "~followup_annotations": [ 177 "~followup_annotations": [
178 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 178 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
179 "@@@STEP_LOG_END@json.output (invalid)@@@" 179 "@@@STEP_LOG_END@json.output (invalid)@@@"
180 ] 180 ]
181 }, 181 },
182 { 182 {
183 "cmd": [ 183 "cmd": [
184 "python", 184 "python",
185 "-u", 185 "-u",
186 "RECIPE_MODULE[isolate]/resources/isolate.py", 186 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
187 "[SLAVE_BUILD]/src/tools/swarming_client", 187 "[SLAVE_BUILD]/src/tools/swarming_client",
188 "batcharchive", 188 "batcharchive",
189 "--dump-json", 189 "--dump-json",
190 "/path/to/tmp/json", 190 "/path/to/tmp/json",
191 "--isolate-server", 191 "--isolate-server",
192 "https://isolateserver.appspot.com", 192 "https://isolateserver.appspot.com",
193 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", 193 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json",
194 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", 194 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json",
195 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", 195 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json",
196 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", 196 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json",
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 ], 699 ],
700 "cwd": "[SLAVE_BUILD]", 700 "cwd": "[SLAVE_BUILD]",
701 "name": "tab_capture_end2end_tests" 701 "name": "tab_capture_end2end_tests"
702 }, 702 },
703 { 703 {
704 "name": "$result", 704 "name": "$result",
705 "recipe_result": null, 705 "recipe_result": null,
706 "status_code": 0 706 "status_code": 0
707 } 707 }
708 ] 708 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698