| Index: infra/bots/recipe_modules/skia/fake_specs.py
|
| diff --git a/infra/bots/recipe_modules/skia/fake_specs.py b/infra/bots/recipe_modules/skia/fake_specs.py
|
| index f8c07437c95040df025d10ddff4356ffac2b0411..28d2259e7c952c9746bc457c06440ccb87e9f40f 100644
|
| --- a/infra/bots/recipe_modules/skia/fake_specs.py
|
| +++ b/infra/bots/recipe_modules/skia/fake_specs.py
|
| @@ -864,6 +864,39 @@ FAKE_SPECS = {
|
| 'upload_dm_results': True,
|
| 'upload_perf_results': True,
|
| },
|
| + 'Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind': {
|
| + 'build_targets': [
|
| + 'nanobench',
|
| + ],
|
| + 'builder_cfg': {
|
| + 'arch': 'x86_64',
|
| + 'compiler': 'GCC',
|
| + 'configuration': 'Release',
|
| + 'cpu_or_gpu': 'GPU',
|
| + 'cpu_or_gpu_value': 'GTX550Ti',
|
| + 'extra_config': 'Valgrind',
|
| + 'is_trybot': False,
|
| + 'model': 'ShuttleA',
|
| + 'os': 'Ubuntu',
|
| + 'role': 'Perf',
|
| + },
|
| + 'configuration': 'Release',
|
| + 'dm_flags': [
|
| + '--dummy-flags',
|
| + ],
|
| + 'do_perf_steps': True,
|
| + 'do_test_steps': False,
|
| + 'env': {
|
| + 'GYP_DEFINES':
|
| + ('skia_arch_type=x86_64 skia_dump_stats=1 skia_release_optimization'
|
| + '_level=1 skia_warnings_as_errors=0'),
|
| + },
|
| + 'nanobench_flags': [
|
| + '--dummy-flags',
|
| + ],
|
| + 'upload_dm_results': False,
|
| + 'upload_perf_results': True,
|
| + },
|
| 'Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench': {
|
| 'build_targets': [
|
| 'visualbench',
|
| @@ -897,6 +930,38 @@ FAKE_SPECS = {
|
| 'upload_dm_results': True,
|
| 'upload_perf_results': True,
|
| },
|
| + 'Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Debug': {
|
| + 'build_targets': [
|
| + 'nanobench',
|
| + ],
|
| + 'builder_cfg': {
|
| + 'arch': 'x86_64',
|
| + 'compiler': 'MSVC',
|
| + 'configuration': 'Debug',
|
| + 'cpu_or_gpu': 'CPU',
|
| + 'cpu_or_gpu_value': 'AVX2',
|
| + 'is_trybot': False,
|
| + 'model': 'GCE',
|
| + 'os': 'Win',
|
| + 'role': 'Perf',
|
| + },
|
| + 'configuration': 'Debug_x64',
|
| + 'dm_flags': [
|
| + '--dummy-flags',
|
| + ],
|
| + 'do_perf_steps': True,
|
| + 'do_test_steps': False,
|
| + 'env': {
|
| + 'GYP_DEFINES':
|
| + ('qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_gpu=0 skia_warning'
|
| + 's_as_errors=0 skia_win_debuggers_path=c:/DbgHelp'),
|
| + },
|
| + 'nanobench_flags': [
|
| + '--dummy-flags',
|
| + ],
|
| + 'upload_dm_results': True,
|
| + 'upload_perf_results': False,
|
| + },
|
| 'Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Release': {
|
| 'build_targets': [
|
| 'nanobench',
|
| @@ -965,7 +1030,6 @@ FAKE_SPECS = {
|
| 'Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug': {
|
| 'build_targets': [
|
| 'dm',
|
| - 'nanobench',
|
| ],
|
| 'builder_cfg': {
|
| 'arch': 'Arm7',
|
| @@ -983,7 +1047,7 @@ FAKE_SPECS = {
|
| 'dm_flags': [
|
| '--dummy-flags',
|
| ],
|
| - 'do_perf_steps': True,
|
| + 'do_perf_steps': False,
|
| 'do_test_steps': True,
|
| 'env': {
|
| 'GYP_DEFINES': 'skia_arch_type=arm skia_warnings_as_errors=0',
|
| @@ -998,7 +1062,6 @@ FAKE_SPECS = {
|
| 'Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan': {
|
| 'build_targets': [
|
| 'dm',
|
| - 'nanobench',
|
| ],
|
| 'builder_cfg': {
|
| 'arch': 'Arm64',
|
| @@ -1017,7 +1080,7 @@ FAKE_SPECS = {
|
| 'dm_flags': [
|
| '--dummy-flags',
|
| ],
|
| - 'do_perf_steps': True,
|
| + 'do_perf_steps': False,
|
| 'do_test_steps': True,
|
| 'env': {
|
| 'GYP_DEFINES':
|
| @@ -1034,7 +1097,6 @@ FAKE_SPECS = {
|
| 'Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug': {
|
| 'build_targets': [
|
| 'dm',
|
| - 'nanobench',
|
| ],
|
| 'builder_cfg': {
|
| 'arch': 'Arm7',
|
| @@ -1052,7 +1114,7 @@ FAKE_SPECS = {
|
| 'dm_flags': [
|
| '--dummy-flags',
|
| ],
|
| - 'do_perf_steps': True,
|
| + 'do_perf_steps': False,
|
| 'do_test_steps': True,
|
| 'env': {
|
| 'GYP_DEFINES': 'skia_arch_type=arm skia_warnings_as_errors=0',
|
| @@ -1168,7 +1230,6 @@ FAKE_SPECS = {
|
| 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug': {
|
| 'build_targets': [
|
| 'dm',
|
| - 'nanobench',
|
| ],
|
| 'builder_cfg': {
|
| 'arch': 'x86_64',
|
| @@ -1185,7 +1246,7 @@ FAKE_SPECS = {
|
| 'dm_flags': [
|
| '--dummy-flags',
|
| ],
|
| - 'do_perf_steps': True,
|
| + 'do_perf_steps': False,
|
| 'do_test_steps': True,
|
| 'env': {
|
| 'GYP_DEFINES':
|
| @@ -1218,7 +1279,7 @@ FAKE_SPECS = {
|
| 'dm_flags': [
|
| '--dummy-flags',
|
| ],
|
| - 'do_perf_steps': True,
|
| + 'do_perf_steps': False,
|
| 'do_test_steps': True,
|
| 'env': {
|
| 'GYP_DEFINES':
|
| @@ -1233,7 +1294,6 @@ FAKE_SPECS = {
|
| 'Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind': {
|
| 'build_targets': [
|
| 'dm',
|
| - 'nanobench',
|
| ],
|
| 'builder_cfg': {
|
| 'arch': 'x86_64',
|
| @@ -1251,7 +1311,7 @@ FAKE_SPECS = {
|
| 'dm_flags': [
|
| '--dummy-flags',
|
| ],
|
| - 'do_perf_steps': True,
|
| + 'do_perf_steps': False,
|
| 'do_test_steps': True,
|
| 'env': {
|
| 'GYP_DEFINES':
|
| @@ -1382,7 +1442,7 @@ FAKE_SPECS = {
|
| 'dm_flags': [
|
| '--dummy-flags',
|
| ],
|
| - 'do_perf_steps': True,
|
| + 'do_perf_steps': False,
|
| 'do_test_steps': True,
|
| 'env': {
|
| 'CC': '/usr/bin/clang',
|
|
|