Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Bug 1580778 - Put lint jobs back on Treeherder (#5483)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo authored Sep 23, 2019
1 parent c47f0f5 commit e9a645a
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions taskcluster/ci/lint/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,39 @@ job-defaults:
run:
use-caches: false
run-on-tasks-for: [github-pull-request, github-push]
treeherder:
kind: test
platform: 'lint/opt'
tier: 1

jobs:
compare-locales:
description: 'Validate strings.xml with compare-locales'
run:
using: run-task
cwd: '{checkout}'
command: 'pip install --user "compare-locales>=5.0.2,<6.0" && compare-locales --validate l10n.toml .'
treeherder:
symbol: compare-locale
tier: 2
detekt:
description: 'Running detekt over all modules'
run:
using: gradlew
gradlew: [detekt]
treeherder:
symbol: detekt
ktlint:
description: 'Running ktlint over all modules'
run:
using: gradlew
gradlew: [ktlint]
compare-locales:
description: 'Validate strings.xml with compare-locales'
run:
using: run-task
cwd: '{checkout}'
command: 'pip install --user "compare-locales>=5.0.2,<6.0" && compare-locales --validate l10n.toml .'
treeherder:
symbol: ktlint
lint:
description: 'Running tlint over all modules'
run:
using: gradlew
gradlew: [lintDebug]
treeherder:
symbol: lint

0 comments on commit e9a645a

Please sign in to comment.