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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/linux_debug.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 component=sh ared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g omadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mode=p repare use_goma=1" 113 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh ared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g omadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mode=p repare 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/Debug", 123 "[SLAVE_BUILD]/src/out/Debug",
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 "cmd": [ 130 "cmd": [
131 "python", 131 "python",
(...skipping 24 matching lines...) Expand all
156 "name": "compile", 156 "name": "compile",
157 "~followup_annotations": [ 157 "~followup_annotations": [
158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
159 "@@@STEP_LOG_END@json.output (invalid)@@@" 159 "@@@STEP_LOG_END@json.output (invalid)@@@"
160 ] 160 ]
161 }, 161 },
162 { 162 {
163 "cmd": [ 163 "cmd": [
164 "python", 164 "python",
165 "-u", 165 "-u",
166 "RECIPE_MODULE[isolate]/resources/isolate.py", 166 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
167 "[SLAVE_BUILD]/src/tools/swarming_client", 167 "[SLAVE_BUILD]/src/tools/swarming_client",
168 "batcharchive", 168 "batcharchive",
169 "--dump-json", 169 "--dump-json",
170 "/path/to/tmp/json", 170 "/path/to/tmp/json",
171 "--isolate-server", 171 "--isolate-server",
172 "https://isolateserver.appspot.com", 172 "https://isolateserver.appspot.com",
173 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", 173 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json",
174 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", 174 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json",
175 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", 175 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json",
176 "[SLAVE_BUILD]/src/out/Debug/gl_unittests.isolated.gen.json", 176 "[SLAVE_BUILD]/src/out/Debug/gl_unittests.isolated.gen.json",
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 "@@@STEP_LOG_LINE@json.output@}@@@", 657 "@@@STEP_LOG_LINE@json.output@}@@@",
658 "@@@STEP_LOG_END@json.output@@@" 658 "@@@STEP_LOG_END@json.output@@@"
659 ] 659 ]
660 }, 660 },
661 { 661 {
662 "name": "$result", 662 "name": "$result",
663 "recipe_result": null, 663 "recipe_result": null,
664 "status_code": 0 664 "status_code": 0
665 } 665 }
666 ] 666 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698