This is an automated email from the ASF dual-hosted git repository. abhishekrb pushed a commit to branch upload_task_logs_on_failure in repository https://gitbox.apache.org/repos/asf/druid.git
commit f013fff89d2030e23d7060df4b0297b351a509b7 Author: Abhishek Balaji Radhakrishnan <[email protected]> AuthorDate: Wed Nov 19 22:09:24 2025 -0800 Include indexing task logs in the tarball so it's available in the upload --- .github/workflows/static-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-checks.yml b/.github/workflows/static-checks.yml index 9c8fffbe4d7..ae5bd6438a4 100644 --- a/.github/workflows/static-checks.yml +++ b/.github/workflows/static-checks.yml @@ -197,7 +197,7 @@ jobs: - name: Tar druid logs if: ${{ failure() && steps.web-console-test.conclusion == 'failure' }} - run: tar cvzf ./druid-logs.tgz -C ./distribution/target/apache-druid-*-SNAPSHOT/ log + run: tar cvzf ./druid-logs.tgz -C ./distribution/target/apache-druid-*-SNAPSHOT/ log -C ./var druid/indexing-logs - name: Upload druid logs to GitHub if: ${{ failure() && steps.web-console-test.conclusion == 'failure' }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
