From 89f12a465b518ded5ebe8a816a6a978459660f31 Mon Sep 17 00:00:00 2001 From: Tiger Oakes Date: Thu, 11 Jun 2020 11:03:54 -0700 Subject: [PATCH] Expose reports as artifacts --- taskcluster/ci/lint/kind.yml | 10 ++++++++++ taskcluster/ci/test/kind.yml | 3 +++ 2 files changed, 13 insertions(+) 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