diff --git a/taskcluster/ci/lint/kind.yml b/taskcluster/ci/lint/kind.yml index 661f10915..aa7407d3b 100644 --- a/taskcluster/ci/lint/kind.yml +++ b/taskcluster/ci/lint/kind.yml @@ -50,6 +50,11 @@ jobs: gradlew: [detekt] treeherder: symbol: detekt + worker: + artifacts: + - name: public/reports + path: /builds/worker/checkouts/src/build/reports + type: directory ktlint: description: 'Running ktlint over all modules' run: @@ -64,3 +69,8 @@ jobs: gradlew: ['lintGeckoNightlyDebug'] treeherder: symbol: lint + worker: + artifacts: + - name: public/reports + path: /builds/worker/checkouts/src/app/build/reports + type: directory diff --git a/taskcluster/ci/test/kind.yml b/taskcluster/ci/test/kind.yml index 59ee19741..375323ee2 100644 --- a/taskcluster/ci/test/kind.yml +++ b/taskcluster/ci/test/kind.yml @@ -56,3 +56,6 @@ jobs: - name: public/reports/index.html path: /builds/worker/checkouts/src/app/build/reports/tests/testGeckoNightlyDebugUnitTest/index.html type: file + - name: public/reports/test + path: /builds/worker/checkouts/src/app/build/reports/tests + type: directory