1
0
Fork 0
fenix/taskcluster/ci/test/kind.yml

49 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: taskgraph.loader.transform:loader
transforms:
- fenix_taskgraph.transforms.test:transforms
- taskgraph.transforms.job:transforms
- taskgraph.transforms.task:transforms
job-defaults:
description: Test Fenix
include-pull-request-number: false
run:
using: gradlew
use-caches: false
treeherder:
kind: test
tier: 2
worker-type: b-android
worker:
docker-image: {in-tree: base}
max-run-time: 7200
jobs:
debug:
attributes:
build-type: debug
geckoview-engine: geckoNightly
code-review: true
treeherder:
platform: 'android-all/opt'
symbol: debug(T)
tier: 1
run:
gradlew: ['clean', '-Pcoverage', 'jacocoGeckoNightlyDebugTestReport']
post-gradlew:
- ['automation/taskcluster/upload_coverage_report.sh']
secrets:
- name: project/mobile/fenix/public-tokens
key: codecov
path: .cc_token
worker:
artifacts:
- name: public/reports/index.html
path: /builds/worker/checkouts/src/app/build/reports/tests/testGeckoNightlyDebugUnitTest/index.html
type: file