Make internal.*.webrtc iOS bots dimensions depend on bot_id and pool only

Bug: webrtc:10047
Change-Id: I48bcc15721859062c73c7e5fbae7a2fd65713adc
Reviewed-on: https://webrtc-review.googlesource.com/c/120615
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Commit-Queue: Artem Titarenko <artit@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26485}
This commit is contained in:
Artem Titarenko
2019-01-31 10:20:00 +01:00
committed by Commit Bot
parent 6893f3c6f0
commit 9a27c2fc7a
4 changed files with 6 additions and 20 deletions

View File

@ -19,8 +19,8 @@
"tests": [
{
"include": "perf_tests.json",
"device type": "iPhone 7",
"os": "11.0.3",
"bot id": "build15-a7",
"pool": "WebRTC",
"max runtime seconds": 7200
}
]

View File

@ -18,9 +18,9 @@
"bucket": "chromium-webrtc",
"tests": [
{
"include": "perf_trybot_tests.json",
"device type": "iPhone 7",
"os": "11.0.3",
"include": "perf_tests.json",
"bot id": "build16-a7",
"pool": "WebRTC",
"max runtime seconds": 7200
}
]

View File

@ -4,9 +4,7 @@
"app": "webrtc_perf_tests",
"test args": [
"--save_chartjson_result"
],
"bot id": "build15-a7",
"pool": "WebRTC"
]
}
]
}

View File

@ -1,12 +0,0 @@
{
"tests": [
{
"app": "webrtc_perf_tests",
"test args": [
"--save_chartjson_result"
],
"bot id": "build16-a7",
"pool": "WebRTC"
}
]
}