This is an automated email from the ASF dual-hosted git repository.
abhishekrb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new c84557442a7 Include indexing task logs in the CI artifact tarball so
it's available in the upload (#18763)
c84557442a7 is described below
commit c84557442a7fc12356a90168dfc5aa94a087a291
Author: Abhishek Radhakrishnan <[email protected]>
AuthorDate: Fri Nov 21 08:45:46 2025 -0800
Include indexing task logs in the CI artifact tarball so it's available in
the upload (#18763)
---
.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]