зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1707937 - Allow live site tests to run against GeckoView; r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D113536
This commit is contained in:
Родитель
7b7b6b2072
Коммит
b5bdab0400
|
@ -181,68 +181,66 @@ browsertime-youtube-playback-mobile:
|
|||
max-run-time: 3600
|
||||
|
||||
browsertime-tp6m-live:
|
||||
description: "Raptor (browsertime) tp6 live site page-load tests on android"
|
||||
raptor-test: tp6m
|
||||
<<: *tp6m-defaults
|
||||
apps: [chrome-m, fenix, geckoview]
|
||||
raptor-subtests:
|
||||
by-app:
|
||||
geckoview:
|
||||
- [cnn-ampstories, cnn-amp]
|
||||
default:
|
||||
- allrecipes
|
||||
- amazon
|
||||
- [amazon-search, amazon-s]
|
||||
- bbc
|
||||
- bing
|
||||
- [bing-search-restaurants, bing-s-r]
|
||||
- booking
|
||||
- booking-sf
|
||||
- cnn
|
||||
- [cnn-ampstories, cnn-amp]
|
||||
- discord
|
||||
- [ebay-kleinanzeigen, ebay-k]
|
||||
- [ebay-kleinanzeigen-search, ebay-k-s]
|
||||
- espn
|
||||
- expedia
|
||||
- facebook
|
||||
- [facebook-cristiano, fb-cris]
|
||||
- [fashionbeans, fashbea]
|
||||
- google
|
||||
- [google-accounts, gacc]
|
||||
- [google-maps, gmaps]
|
||||
- [google-search-restaurants, gsearch-r]
|
||||
- instagram
|
||||
- imdb
|
||||
- [imdb-firefox, imdb-f]
|
||||
- [medium-article, medium]
|
||||
- [microsoft-support, micros-sup]
|
||||
- nytimes
|
||||
- [people-article, people]
|
||||
- reddit
|
||||
- [reddit-thread, reddit-thr]
|
||||
- rumble-fox
|
||||
- [stackoverflow, stacko]
|
||||
- [stackoverflow-question, stack-q]
|
||||
- [urbandictionary-define, urbict-def]
|
||||
- web-de
|
||||
- [wikia-marvel, wikia-m]
|
||||
- wikipedia
|
||||
- youtube
|
||||
- [youtube-watch, youtube-w]
|
||||
apps: ["fenix", "chrome-m", "geckoview"]
|
||||
run-on-projects:
|
||||
by-app:
|
||||
geckoview:
|
||||
by-test-platform:
|
||||
android-hw-g5.*shippable-qr.*: [autoland]
|
||||
android-hw-p2.*aarch64-shippable-qr.*: [autoland]
|
||||
default: []
|
||||
default: []
|
||||
run-visual-metrics: true
|
||||
treeherder-symbol: Btime-live(tp6m)
|
||||
- allrecipes
|
||||
- amazon
|
||||
- [amazon-search, amazon-s]
|
||||
- bbc
|
||||
- bing
|
||||
- [bing-search-restaurants, bing-s-r]
|
||||
- booking
|
||||
- booking-sf
|
||||
- cnn
|
||||
- [cnn-ampstories, cnn-amp]
|
||||
- discord
|
||||
- [ebay-kleinanzeigen, ebay-k]
|
||||
- [ebay-kleinanzeigen-search, ebay-k-s]
|
||||
- espn
|
||||
- expedia
|
||||
- facebook
|
||||
- [facebook-cristiano, fb-cris]
|
||||
- [fashionbeans, fashbea]
|
||||
- google
|
||||
- [google-accounts, gacc]
|
||||
- [google-maps, gmaps]
|
||||
- [google-search-restaurants, gsearch-r]
|
||||
- instagram
|
||||
- imdb
|
||||
- [imdb-firefox, imdb-f]
|
||||
- [medium-article, medium]
|
||||
- [microsoft-support, micros-sup]
|
||||
- nytimes
|
||||
- [people-article, people]
|
||||
- reddit
|
||||
- [reddit-thread, reddit-thr]
|
||||
- rumble-fox
|
||||
- [stackoverflow, stacko]
|
||||
- [stackoverflow-question, stack-q]
|
||||
- [urbandictionary-define, urbict-def]
|
||||
- web-de
|
||||
- [wikia-marvel, wikia-m]
|
||||
- wikipedia
|
||||
- youtube
|
||||
- [youtube-watch, youtube-w]
|
||||
mozharness:
|
||||
extra-options:
|
||||
- --live-sites
|
||||
- --chimera
|
||||
run-on-projects:
|
||||
by-subtest:
|
||||
cnn-ampstories:
|
||||
by-app:
|
||||
geckoview:
|
||||
by-test-platform:
|
||||
android-hw-g5.*shippable-qr.*: [autoland]
|
||||
android-hw-p2.*aarch64-shippable-qr.*: [autoland]
|
||||
default: []
|
||||
default: []
|
||||
default: []
|
||||
tier: 3
|
||||
treeherder-symbol: Btime-live(tp6m)
|
||||
|
||||
browsertime-tp6m-profiling:
|
||||
description: "Raptor (browsertime) tp6 page-load tests on android with Gecko profiling"
|
||||
|
|
|
@ -791,7 +791,7 @@ def target_tasks_general_perf_testing(full_task_graph, parameters, graph_config)
|
|||
if "chrome-m" not in try_name and "-qr" not in platform:
|
||||
return False
|
||||
# Select live site tests
|
||||
if "-live" in try_name and ("fenix" in try_name or "chrome-m" in try_name):
|
||||
if "-live" in try_name:
|
||||
return True
|
||||
# Select fenix resource usage tests
|
||||
if "fenix" in try_name:
|
||||
|
|
Загрузка…
Ссылка в новой задаче