Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build [v114] ci: add treeherder config for build, docker-image and performance tasks #14151

Merged
merged 1 commit into from
Apr 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions taskcluster/ci/build/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ tasks:
- type: file
name: public/build/target.zip
path: /builds/worker/artifacts/l10n-screenshots-dd.zip
treeherder:
symbol: B(screenshots)
kind: build
tier: 1
platform: ios/opt
4 changes: 3 additions & 1 deletion taskcluster/ci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
trust-domain: mobile
treeherder:
group-names: {}
group-names:
I: Docker Image Builds
B: Builds

task-priority: highest

Expand Down
3 changes: 2 additions & 1 deletion taskcluster/ci/docker-image/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ transforms:
- taskgraph.transforms.task:transforms

tasks:
screenshots: {}
screenshots:
symbol: I(screenshots)
7 changes: 6 additions & 1 deletion taskcluster/ci/performance/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ tasks:
tests:
bitrise-workflow: perfherder-test
description: Run performance tests and generate data
run-on-tasks-for: []
run-on-tasks-for: []
treeherder:
symbol: perf
kind: test
platform: ios/opt
tier: 1