From 9eb956125a30f808614e8c084a9ff65f71ede2cb Mon Sep 17 00:00:00 2001 From: Stephen Edwards Date: Thu, 13 Nov 2025 16:32:25 -0500 Subject: [PATCH] Update Upload path for Connected Tests --- .github/workflows/kotlin.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/kotlin.yml b/.github/workflows/kotlin.yml index 69a94b2f65..664d5a4936 100644 --- a/.github/workflows/kotlin.yml +++ b/.github/workflows/kotlin.yml @@ -618,7 +618,7 @@ jobs: prepare-task: :benchmarks:performance-poetry:complex-poetry:prepareDebugAndroidTestArtifacts test-task: :benchmarks:performance-poetry:complex-poetry:connectedCheck --continue restore-cache-key: androidTest-build-artifacts - failure-path-upload: '**/build/reports/tests/*[tT]est' + failure-path-upload: '**/build/reports/androidTests/connected' failure-upload-name: 'perf-tests-report' instrumentation-tests: @@ -647,7 +647,7 @@ jobs: test-task: connectedCheckShard${{matrix.shardNum}} -x :benchmarks:dungeon-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-poetry:connectedCheck write-cache-key: androidTest-build-artifacts-${{matrix.shardNum}} restore-cache-key: main-build-artifacts - failure-path-upload: '**/build/reports/tests/*[tT]est' + failure-path-upload: '**/build/reports/androidTests/connected' failure-upload-name: core-tests-report-${{matrix.shardNum}} runtime-instrumentation-tests: @@ -677,7 +677,7 @@ jobs: test-task: connectedCheckShard${{matrix.shardNum}} -Pworkflow.runtime=${{matrix.runtime}} -x :benchmarks:dungeon-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-poetry:connectedCheck write-cache-key: androidTest-build-artifacts-${{matrix.shardNum}}-${{matrix.runtime}} restore-cache-key: main-build-artifacts - failure-path-upload: '**/build/reports/tests/*[tT]est' + failure-path-upload: '**/build/reports/androidTests/connected' failure-upload-name: core-tests-report-${{matrix.runtime}}-${{matrix.shardNum}} all-green: