@@ -618,7 +618,7 @@ jobs:
618618 prepare-task : :benchmarks:performance-poetry:complex-poetry:prepareDebugAndroidTestArtifacts
619619 test-task : :benchmarks:performance-poetry:complex-poetry:connectedCheck --continue
620620 restore-cache-key : androidTest-build-artifacts
621- failure-path-upload : ' **/build/reports/tests/*[tT]est '
621+ failure-path-upload : ' **/build/reports/androidTests/connected '
622622 failure-upload-name : ' perf-tests-report'
623623
624624 instrumentation-tests :
@@ -647,7 +647,7 @@ jobs:
647647 test-task : connectedCheckShard${{matrix.shardNum}} -x :benchmarks:dungeon-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-poetry:connectedCheck
648648 write-cache-key : androidTest-build-artifacts-${{matrix.shardNum}}
649649 restore-cache-key : main-build-artifacts
650- failure-path-upload : ' **/build/reports/tests/*[tT]est '
650+ failure-path-upload : ' **/build/reports/androidTests/connected '
651651 failure-upload-name : core-tests-report-${{matrix.shardNum}}
652652
653653 runtime-instrumentation-tests :
@@ -677,7 +677,7 @@ jobs:
677677 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
678678 write-cache-key : androidTest-build-artifacts-${{matrix.shardNum}}-${{matrix.runtime}}
679679 restore-cache-key : main-build-artifacts
680- failure-path-upload : ' **/build/reports/tests/*[tT]est '
680+ failure-path-upload : ' **/build/reports/androidTests/connected '
681681 failure-upload-name : core-tests-report-${{matrix.runtime}}-${{matrix.shardNum}}
682682
683683 all-green :
0 commit comments