forked from mirrors/gecko-dev
Bug 1773736 - Increase max-run-time r=perftest-reviewers,afinder
Differential Revision: https://phabricator.services.mozilla.com/D166800
This commit is contained in:
parent
357d48f891
commit
425bc2e4da
2 changed files with 12 additions and 1 deletions
|
|
@ -62,6 +62,17 @@ job-defaults:
|
||||||
browsertime-tp6m:
|
browsertime-tp6m:
|
||||||
<<: &tp6m-defaults
|
<<: &tp6m-defaults
|
||||||
description: Raptor (browsertime) tp6 page-load tests on android
|
description: Raptor (browsertime) tp6 page-load tests on android
|
||||||
|
max-run-time:
|
||||||
|
by-subtest:
|
||||||
|
reddit:
|
||||||
|
by-app:
|
||||||
|
geckoview: 7200
|
||||||
|
default: 3600
|
||||||
|
imdb:
|
||||||
|
by-app:
|
||||||
|
geckoview: 7200
|
||||||
|
default: 3600
|
||||||
|
default: 3600
|
||||||
mozharness:
|
mozharness:
|
||||||
extra-options:
|
extra-options:
|
||||||
- --chimera
|
- --chimera
|
||||||
|
|
|
||||||
|
|
@ -151,7 +151,7 @@ test_description_schema = Schema(
|
||||||
# seconds of runtime after which the task will be killed. Like 'chunks',
|
# seconds of runtime after which the task will be killed. Like 'chunks',
|
||||||
# this can be keyed by test platform, but also variant.
|
# this can be keyed by test platform, but also variant.
|
||||||
Required("max-run-time"): optionally_keyed_by(
|
Required("max-run-time"): optionally_keyed_by(
|
||||||
"test-platform", "subtest", "variant", int
|
"test-platform", "subtest", "variant", "app", int
|
||||||
),
|
),
|
||||||
# the exit status code that indicates the task should be retried
|
# the exit status code that indicates the task should be retried
|
||||||
Optional("retry-exit-status"): [int],
|
Optional("retry-exit-status"): [int],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue