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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2363343002: Ported pixel_test to new gpu_integration_test harness. (Closed)
Patch Set: Update revision for OffscreenCanvasWebGLGreenBox. Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/cloud_storage_integration_test_base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index d52a6c46b21b882380b819bf7def0758007beb44..0e433c3d537990f8b787ce1fe197ccb078c45b45 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -965,30 +965,6 @@ TELEMETRY_TESTS = {
},
],
},
- 'pixel_test': {
- 'target_name': 'pixel',
- 'args': [
- '--refimg-cloud-storage-bucket',
- 'chromium-gpu-archive/reference-images',
- '--os-type',
- '${os_type}',
- '--build-revision',
- '${got_revision}',
- '--test-machine-name',
- '${buildername}',
- ],
- 'non_precommit_args': [
- '--upload-refimg-to-cloud-storage',
- ],
- 'precommit_args': [
- '--download-refimg-from-cloud-storage',
- ],
- 'tester_configs': [
- {
- 'allow_on_android': True,
- },
- ],
- },
'screenshot_sync': {
'tester_configs': [
{
@@ -1016,6 +992,30 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
},
]
},
+ 'pixel_test': {
+ 'target_name': 'pixel',
+ 'args': [
+ '--refimg-cloud-storage-bucket',
+ 'chromium-gpu-archive/reference-images',
+ '--os-type',
+ '${os_type}',
+ '--build-revision',
+ '${got_revision}',
+ '--test-machine-name',
+ '${buildername}',
+ ],
+ 'non_precommit_args': [
+ '--upload-refimg-to-cloud-storage',
+ ],
+ 'precommit_args': [
+ '--download-refimg-from-cloud-storage',
+ ],
+ 'tester_configs': [
+ {
+ 'allow_on_android': True,
+ },
+ ],
+ },
'webgl_conformance': {
'tester_configs': [
{
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/cloud_storage_integration_test_base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698