forked from mirrors/gecko-dev
Bug 1898548 - Fix android startup tests not alerting. r=perftest-reviewers,sparky
Alerting was enabled for autoland but it was not generating as we were not running on autoland, this bug resolves that Differential Revision: https://phabricator.services.mozilla.com/D211405
This commit is contained in:
parent
ab76e3b046
commit
7894a1beab
1 changed files with 8 additions and 8 deletions
|
|
@ -42,14 +42,14 @@ hw-a51-aarch64:
|
||||||
|
|
||||||
hw-a51-startup-fenix-cold-main-first-frame:
|
hw-a51-startup-fenix-cold-main-first-frame:
|
||||||
worker-type: t-bitbar-gw-perf-a51
|
worker-type: t-bitbar-gw-perf-a51
|
||||||
run-on-projects: [autoland]
|
run-on-projects: [trunk-only]
|
||||||
description: Run android startup perftest on Fenix on a Samsung A51
|
description: Run android startup perftest on Fenix on a Samsung A51
|
||||||
treeherder:
|
treeherder:
|
||||||
symbol: perftest(startup-fenix-cmff)
|
symbol: perftest(startup-fenix-cmff)
|
||||||
tier: 2
|
tier: 2
|
||||||
platform: android-hw-a51-11-0-aarch64-shippable/opt
|
platform: android-hw-a51-11-0-aarch64-shippable/opt
|
||||||
attributes:
|
attributes:
|
||||||
cron: true
|
cron: false
|
||||||
fetches:
|
fetches:
|
||||||
build:
|
build:
|
||||||
- artifact: target.arm64-v8a.apk
|
- artifact: target.arm64-v8a.apk
|
||||||
|
|
@ -71,14 +71,14 @@ hw-a51-startup-fenix-cold-main-first-frame:
|
||||||
|
|
||||||
hw-a51-startup-fenix-cold-view-nav-start:
|
hw-a51-startup-fenix-cold-view-nav-start:
|
||||||
worker-type: t-bitbar-gw-perf-a51
|
worker-type: t-bitbar-gw-perf-a51
|
||||||
run-on-projects: [autoland]
|
run-on-projects: [trunk-only]
|
||||||
description: Run android startup perftest on Fenix on a Samsung A51
|
description: Run android startup perftest on Fenix on a Samsung A51
|
||||||
treeherder:
|
treeherder:
|
||||||
symbol: perftest(startup-fenix-cvns)
|
symbol: perftest(startup-fenix-cvns)
|
||||||
tier: 2
|
tier: 2
|
||||||
platform: android-hw-a51-11-0-aarch64-shippable/opt
|
platform: android-hw-a51-11-0-aarch64-shippable/opt
|
||||||
attributes:
|
attributes:
|
||||||
cron: true
|
cron: false
|
||||||
fetches:
|
fetches:
|
||||||
build:
|
build:
|
||||||
- artifact: target.arm64-v8a.apk
|
- artifact: target.arm64-v8a.apk
|
||||||
|
|
@ -156,14 +156,14 @@ hw-a51-startup-focus-cold-view-nav-start:
|
||||||
|
|
||||||
hw-a51-startup-geckoview-cold-main-first-frame:
|
hw-a51-startup-geckoview-cold-main-first-frame:
|
||||||
worker-type: t-bitbar-gw-perf-a51
|
worker-type: t-bitbar-gw-perf-a51
|
||||||
run-on-projects: [autoland]
|
run-on-projects: [trunk-only]
|
||||||
description: Run android startup perftest on Geckoview on a Samsung A51
|
description: Run android startup perftest on Geckoview on a Samsung A51
|
||||||
treeherder:
|
treeherder:
|
||||||
symbol: perftest(startup-geckoview-cmff)
|
symbol: perftest(startup-geckoview-cmff)
|
||||||
tier: 2
|
tier: 2
|
||||||
platform: android-hw-a51-11-0-aarch64-shippable/opt
|
platform: android-hw-a51-11-0-aarch64-shippable/opt
|
||||||
attributes:
|
attributes:
|
||||||
cron: true
|
cron: false
|
||||||
fetches:
|
fetches:
|
||||||
build:
|
build:
|
||||||
- artifact: geckoview_example.apk
|
- artifact: geckoview_example.apk
|
||||||
|
|
@ -185,14 +185,14 @@ hw-a51-startup-geckoview-cold-main-first-frame:
|
||||||
|
|
||||||
hw-a51-startup-geckoview-cold-view-nav-start:
|
hw-a51-startup-geckoview-cold-view-nav-start:
|
||||||
worker-type: t-bitbar-gw-perf-a51
|
worker-type: t-bitbar-gw-perf-a51
|
||||||
run-on-projects: [autoland]
|
run-on-projects: [trunk-only]
|
||||||
description: Run android startup perftest on Geckoview_example on a Samsung A51
|
description: Run android startup perftest on Geckoview_example on a Samsung A51
|
||||||
treeherder:
|
treeherder:
|
||||||
symbol: perftest(startup-geckoview-cvns)
|
symbol: perftest(startup-geckoview-cvns)
|
||||||
tier: 2
|
tier: 2
|
||||||
platform: android-hw-a51-11-0-aarch64-shippable/opt
|
platform: android-hw-a51-11-0-aarch64-shippable/opt
|
||||||
attributes:
|
attributes:
|
||||||
cron: true
|
cron: false
|
||||||
fetches:
|
fetches:
|
||||||
build:
|
build:
|
||||||
- artifact: geckoview_example.apk
|
- artifact: geckoview_example.apk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue