Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: tools/perf/generate_perf_json.py

Issue 2540213002: Buildbot json updates to trigger swarming jobs on remaining mac bots. (Closed)
Patch Set: merge Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/generate_perf_json.py
diff --git a/tools/perf/generate_perf_json.py b/tools/perf/generate_perf_json.py
index 758177e2699a8ac10e11bd56741e03fbd4ffe1d9..d75c7d8985ced36ea38300787b96eab49da1c576 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -105,14 +105,6 @@ SCRIPT_TESTS = [
'testers': {
'chromium.perf': [
{
- 'name': 'Mac 10.8 Perf',
- 'shards': [3]
- },
- {
- 'name': 'Mac 10.9 Perf',
- 'shards': [3]
- },
- {
'name': 'Win 8 Perf',
'shards': [2]
},
@@ -293,7 +285,17 @@ def get_waterfall_config():
waterfall = add_tester(
waterfall, 'Mac 10.11 Perf', 'chromium-rel-mac11',
- 'mac', num_host_shards=5)
+ 'mac',
+ swarming=[
+ {
+ 'gpu': '8086:0166',
+ 'os': 'Mac-10.11',
+ 'device_ids': [
+ 'build102-b1', 'build103-b1',
+ 'build104-b1', 'build105-b1', 'build106-b1'
+ ]
+ }
+ ])
waterfall = add_tester(
waterfall, 'Mac 10.10 Perf', 'chromium-rel-mac10',
'mac',
@@ -308,9 +310,28 @@ def get_waterfall_config():
])
waterfall = add_tester(
waterfall, 'Mac Retina Perf',
- 'chromium-rel-mac-retina', 'mac', num_host_shards=5)
+ 'chromium-rel-mac-retina', 'mac',
+ swarming=[
+ {
+ 'gpu': '8086:0d26',
+ 'os': 'Mac-10.11',
+ 'device_ids': [
+ 'build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1'
+ ]
+ }
+ ])
waterfall = add_tester(
- waterfall, 'Mac HDD Perf', 'chromium-rel-mac-hdd', 'mac', num_host_shards=5)
+ waterfall, 'Mac HDD Perf', 'chromium-rel-mac-hdd', 'mac',
+ swarming=[
+ {
+ 'gpu': '10de:08a4',
+ 'os': 'Mac-10.10',
+ 'device_ids': [
+ 'build24-b1', 'build25-b1',
+ 'build26-b1', 'build27-b1', 'build28-b1'
+ ]
+ }
+ ])
waterfall = add_tester(
waterfall, 'Mac Pro 10.11 Perf',
'chromium-rel-mac11-pro', 'mac',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698