Commit 62214018 authored by Emily Hanley's avatar Emily Hanley Committed by Commit Bot

Stop trigger jobs in Win 7 Intel GPU Perf

Bug: 804982
Change-Id: I35b6ab2f44a47db084400451dbf360197d54e442
Reviewed-on: https://chromium-review.googlesource.com/1053758
Commit-Queue: Emily Hanley <eyaich@chromium.org>
Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#557932}
parent ea218ea3
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2013,122 +2013,6 @@ ...@@ -2013,122 +2013,6 @@
] ]
} }
}, },
"Win 7 Intel GPU Perf": {
"build164-m1": {
"benchmarks": [
"blink_perf.dom",
"blink_perf.paint",
"dummy_benchmark.stable_benchmark_1",
"media.mobile",
"memory.top_10_mobile",
"scheduler.tough_scheduling_cases",
"smoothness.key_desktop_move_cases",
"smoothness.key_mobile_sites_smooth",
"smoothness.tough_ad_cases",
"smoothness.tough_image_decode_cases",
"system_health.memory_desktop",
"thread_times.key_mobile_sites_smooth",
"thread_times.key_silk_cases",
"v8.runtime_stats.top_25"
]
},
"build165-m1": {
"benchmarks": [
"blink_perf.bindings",
"blink_perf.canvas",
"blink_perf.image_decoder",
"blink_perf.owp_storage",
"dummy_benchmark.histogram_benchmark_1",
"dummy_benchmark.noisy_benchmark_1",
"loading.desktop",
"octane",
"oortonline_tbmv2",
"power.idle_platform",
"smoothness.key_silk_cases",
"smoothness.pathological_mobile_sites",
"smoothness.top_25_smooth",
"smoothness.tough_webgl_cases",
"system_health.common_mobile",
"system_health.memory_mobile",
"thread_times.key_hit_test_cases",
"thread_times.key_noop_cases",
"thread_times.tough_scrolling_cases",
"tracing.tracing_with_background_memory_infra",
"v8.browsing_mobile"
]
},
"build166-m1": {
"benchmarks": [
"battor.trivial_pages",
"blink_perf.layout",
"dromaeo",
"memory.long_running_idle_gmail_background_tbmv2",
"rasterize_and_record_micro.top_25",
"rendering.desktop",
"smoothness.gpu_rasterization.polymer",
"smoothness.gpu_rasterization.top_25_smooth",
"smoothness.gpu_rasterization_and_decoding.image_decoding_cases",
"smoothness.image_decoding_cases",
"smoothness.simple_mobile_sites",
"smoothness.tough_filters_cases",
"smoothness.tough_path_rendering_cases",
"smoothness.tough_scrolling_cases",
"speedometer",
"speedometer2",
"tab_switching.typical_25",
"thread_times.tough_compositor_cases",
"v8.browsing_desktop-future",
"v8.browsing_mobile-future",
"wasm"
]
},
"build167-m1": {
"benchmarks": [
"blink_perf.parser",
"blink_perf.svg",
"jetstream",
"memory.desktop",
"power.typical_10_mobile",
"smoothness.gpu_rasterization.tough_filters_cases",
"smoothness.gpu_rasterization.tough_pinch_zoom_cases",
"smoothness.tough_canvas_cases",
"smoothness.tough_pinch_zoom_cases",
"speedometer-future",
"speedometer2-future",
"start_with_url.cold.startup_pages",
"v8.browsing_desktop",
"webrtc"
]
},
"build168-m1": {
"benchmarks": [
"battor.steady_state",
"blink_perf.css",
"blink_perf.events",
"blink_perf.shadow_dom",
"kraken",
"loading.mobile",
"media.desktop",
"memory.long_running_idle_gmail_tbmv2",
"rasterize_and_record_micro.partial_invalidation",
"rendering.mobile",
"smoothness.desktop_tough_pinch_zoom_cases",
"smoothness.gpu_rasterization.tough_path_rendering_cases",
"smoothness.gpu_rasterization.tough_scrolling_cases",
"smoothness.maps",
"smoothness.sync_scroll.key_mobile_sites_smooth",
"smoothness.tough_animation_cases",
"smoothness.tough_texture_upload_cases",
"smoothness.tough_webgl_ad_cases",
"start_with_url.warm.startup_pages",
"system_health.common_desktop",
"system_health.webview_startup",
"thread_times.key_idle_power_cases",
"thread_times.simple_mobile_sites",
"v8.runtimestats.browsing_mobile"
]
}
},
"Win 7 Nvidia GPU Perf": { "Win 7 Nvidia GPU Perf": {
"build92-m1": { "build92-m1": {
"benchmarks": [ "benchmarks": [
......
...@@ -317,24 +317,6 @@ def get_waterfall_config(): ...@@ -317,24 +317,6 @@ def get_waterfall_config():
('components_perftests', 'build189-m1')] ('components_perftests', 'build189-m1')]
} }
]) ])
waterfall = add_tester(
waterfall, 'Win 7 Intel GPU Perf',
'chromium-rel-win7-gpu-intel', 'win',
swarming=[
{
'gpu': '8086:041a',
'os': 'Windows-2008ServerR2-SP1',
'pool': 'Chrome-perf',
'device_ids': [
'build164-m1', 'build165-m1',
'build166-m1', 'build167-m1', 'build168-m1'
],
'perf_tests': [
('angle_perftests', 'build166-m1'),
('load_library_perf_tests', 'build166-m1'),
('performance_browser_tests', 'build166-m1')]
}
])
waterfall = add_tester( waterfall = add_tester(
waterfall, 'Win 7 Nvidia GPU Perf', waterfall, 'Win 7 Nvidia GPU Perf',
'chromium-rel-win7-gpu-nvidia', 'win', 'chromium-rel-win7-gpu-nvidia', 'win',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment