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

Side by Side Diff: testing/buildbot/chromium.perf.fyi.json

Issue 2442663004: Adding isolate for cc_perftests and triggering job on FYI waterfall (Closed)
Patch Set: Responding to review comments Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « chrome/test/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, 2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
3 "AAAAA2 See //tools/perf/generate_perf_json.py to make changes": {}, 3 "AAAAA2 See //tools/perf/generate_perf_json.py to make changes": {},
4 "Android Galaxy S5 Perf (1)": { 4 "Android Galaxy S5 Perf (1)": {
5 "scripts": [ 5 "scripts": [
6 { 6 {
7 "args": [
8 "cc_perftests"
9 ],
10 "name": "cc_perftests", 7 "name": "cc_perftests",
11 "script": "gtest_perf_test.py" 8 "script": "gtest_perf_test.py"
12 }, 9 },
13 { 10 {
14 "args": [ 11 "args": [
15 "gpu_perftests" 12 "gpu_perftests"
16 ], 13 ],
17 "name": "gpu_perftests", 14 "name": "gpu_perftests",
18 "script": "gtest_perf_test.py" 15 "script": "gtest_perf_test.py"
19 } 16 }
20 ] 17 ]
21 }, 18 },
22 "Win 10 Low-End Perf Tests": { 19 "Win 10 Low-End Perf Tests": {
23 "isolated_scripts": [ 20 "isolated_scripts": [
24 { 21 {
25 "args": [ 22 "args": [
23 "cc_perftests"
24 ],
25 "isolate_name": "cc_perftests",
26 "name": "cc_perftests",
27 "override_compile_targets": [
28 "cc_perftests"
29 ],
Dirk Pranke 2016/10/26 18:55:10 are all three of these args actually needed? Why i
eyaich1 2016/10/27 14:39:53 name and isolate_name are needed as the name is th
30 "swarming": {
31 "can_use_on_swarming_builders": true,
32 "dimension_sets": [
33 {
34 "gpu": "8086:22b1",
35 "id": "build187-b4",
36 "os": "Windows-10-10586",
37 "pool": "Chrome-perf"
38 },
39 {
40 "gpu": "1002:9874",
41 "id": "build171-b4",
42 "os": "Windows-10-10586",
43 "pool": "Chrome-perf"
44 }
45 ],
46 "expiration": 14400
47 }
48 },
49 {
50 "args": [
26 "dromaeo.cssqueryjquery", 51 "dromaeo.cssqueryjquery",
27 "-v", 52 "-v",
28 "--upload-results", 53 "--upload-results",
29 "--output-format=chartjson", 54 "--output-format=chartjson",
30 "--browser=release_x64" 55 "--browser=release_x64"
31 ], 56 ],
32 "isolate_name": "telemetry_perf_tests", 57 "isolate_name": "telemetry_perf_tests",
33 "name": "dromaeo.cssqueryjquery", 58 "name": "dromaeo.cssqueryjquery",
34 "override_compile_targets": [ 59 "override_compile_targets": [
35 "telemetry_perf_tests" 60 "telemetry_perf_tests"
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "os": "Windows-10-10586", 367 "os": "Windows-10-10586",
343 "pool": "Chrome-perf" 368 "pool": "Chrome-perf"
344 } 369 }
345 ], 370 ],
346 "expiration": 14400 371 "expiration": 14400
347 } 372 }
348 } 373 }
349 ] 374 ]
350 } 375 }
351 } 376 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698