mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-05 21:20:45 +00:00
6002f944e8
* Modify taskgraph to allow running UI tests on Nightly builds * adding try_task_config file * remove try_task_config file
48 lines
1.5 KiB
YAML
48 lines
1.5 KiB
YAML
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
---
|
|
loader: fenix_taskgraph.loader.multi_dep:loader
|
|
|
|
transforms:
|
|
- fenix_taskgraph.transforms.multi_dep:transforms
|
|
- fenix_taskgraph.transforms.signing:transforms
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
kind-dependencies:
|
|
- build
|
|
|
|
primary-dependency: build
|
|
|
|
group-by: build-type
|
|
|
|
job-template:
|
|
description: Sign Fenix
|
|
worker: {}
|
|
signing-format: autograph_apk
|
|
index:
|
|
by-tasks-for:
|
|
(action|cron|github-release):
|
|
by-build-type:
|
|
(nightly|debug|nightly-simulation|beta|release):
|
|
type: signing
|
|
default: {}
|
|
default: {}
|
|
run-on-tasks-for:
|
|
by-build-type:
|
|
# No test job runs on push against this build type. Although we do want nightly-simulation
|
|
# signed to use it in the gecko trees.
|
|
# We want beta on push so that we detect problem before shipping it
|
|
(nightly-simulation|beta-firebase|android-test-beta|nightly-firebase|android-test-nightly): [github-push]
|
|
default: []
|
|
treeherder:
|
|
job-symbol:
|
|
by-build-type:
|
|
android-test.+: Bats
|
|
beta-firebase: Bfs
|
|
nightly-firebase: Bfs
|
|
default: Bs
|
|
kind: build
|
|
platform: android-all/opt
|
|
tier: 1
|