Commit 0e04ca75 authored by Austin Eng's avatar Austin Eng Committed by Commit Bot

Remove dawn_perf_tests from linux_perf bot

These tests are failing on every run.

Bug: chromium:1013295, dawn:208
Change-Id: I4e625753a4b39807e62905bf7aa8cef6297317a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853992Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
Cr-Commit-Position: refs/heads/master@{#704861}
parent cf0d02ac
......@@ -1536,43 +1536,6 @@
"script": "//testing/trigger_scripts/perf_device_trigger.py"
}
},
{
"args": [
"--gtest-benchmark-name",
"dawn_perf_tests"
],
"isolate_name": "dawn_perf_tests",
"merge": {
"script": "//tools/perf/process_perf_results.py"
},
"name": "dawn_perf_tests",
"override_compile_targets": [
"dawn_perf_tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3",
"os": "Ubuntu",
"pool": "chrome.tests.perf"
}
],
"expiration": 7200,
"hard_timeout": 43200,
"ignore_task_failure": false,
"io_timeout": 21600,
"shards": 1
},
"trigger_script": {
"args": [
"--multiple-dimension-script-verbose",
"True"
],
"requires_simultaneous_shard_dispatch": true,
"script": "//testing/trigger_scripts/perf_device_trigger.py"
}
},
{
"args": [
"--gtest-benchmark-name",
......
......@@ -762,11 +762,6 @@ BUILDERS = {
'num_shards': 1,
'type': TEST_TYPES.GTEST,
},
{
'isolate': 'dawn_perf_tests',
'num_shards': 1,
'type': TEST_TYPES.GTEST,
},
],
'platform': 'linux',
'dimension': {
......
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