| 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': [
|
| {
|
|
|