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

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

Issue 121883002: Re-land: Switch GPU pixel tests to use cloud storage instead of the local disk. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 11 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 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "runhooks" 7 "runhooks"
8 ], 8 ],
9 "env": { 9 "env": {
10 "GYP_DEFINES": "clang=1 component=static_library disable_glibcxx_debug=1 i nternal_gles2_conform_tests=1 target_arch=ia32", 10 "GYP_DEFINES": "clang=1 component=static_library disable_glibcxx_debug=1 i nternal_gles2_conform_tests=1 target_arch=ia32",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "--results-directory=[SLAVE_BUILD]/gtest-results/pixel_test", 165 "--results-directory=[SLAVE_BUILD]/gtest-results/pixel_test",
166 "--build-number=571", 166 "--build-number=571",
167 "--builder-name=TestBuilder", 167 "--builder-name=TestBuilder",
168 "--run-python-script", 168 "--run-python-script",
169 "[SLAVE_BUILD]/src/content/test/gpu/run_gpu_test", 169 "[SLAVE_BUILD]/src/content/test/gpu/run_gpu_test",
170 "pixel_test", 170 "pixel_test",
171 "--show-stdout", 171 "--show-stdout",
172 "--output-format=gtest", 172 "--output-format=gtest",
173 "--browser=release", 173 "--browser=release",
174 "-v", 174 "-v",
175 "--generated-dir=[SLAVE_BUILD]/content_gpu_data/telemetry/generated", 175 "--build-revision",
176 "--reference-dir=[SLAVE_BUILD]/content_gpu_data/telemetry/reference", 176 "c14d891d44f0afff64e56ed7c9702df1d807b1ee",
177 "--build-revision=c14d891d44f0afff64e56ed7c9702df1d807b1ee" 177 "--upload-refimg-to-cloud-storage",
178 "--refimg-cloud-storage-bucket",
179 "chromium-gpu-archive/reference-images",
180 "--os-type",
181 "mac",
182 "--test-machine-name",
183 "TestBuilder"
178 ], 184 ],
179 "name": "pixel_test" 185 "name": "pixel_test"
180 }, 186 },
181 { 187 {
182 "always_run": true, 188 "always_run": true,
183 "cmd": [ 189 "cmd": [
184 "python", 190 "python",
185 "-u", 191 "-u",
186 "[BUILD]/scripts/slave/chromium/archive_gpu_pixel_test_results.py", 192 "[BUILD]/scripts/slave/chromium/archive_gpu_pixel_test_results.py",
187 "--run-id", 193 "--run-id",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "--test-type=tab_capture_performance_tests", 384 "--test-type=tab_capture_performance_tests",
379 "performance_browser_tests", 385 "performance_browser_tests",
380 "--enable-gpu", 386 "--enable-gpu",
381 "--test-launcher-jobs=1", 387 "--test-launcher-jobs=1",
382 "--test-launcher-print-test-stdio=always", 388 "--test-launcher-print-test-stdio=always",
383 "--gtest_filter=TabCapturePerformanceTest*" 389 "--gtest_filter=TabCapturePerformanceTest*"
384 ], 390 ],
385 "name": "tab_capture_performance_tests" 391 "name": "tab_capture_performance_tests"
386 } 392 }
387 ] 393 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698