Skip to content

[fix] Fix some issues related to ci#4135

Merged
zqr10159 merged 1 commit into
apache:masterfrom
Duansg:fix-ci
May 6, 2026
Merged

[fix] Fix some issues related to ci#4135
zqr10159 merged 1 commit into
apache:masterfrom
Duansg:fix-ci

Conversation

@Duansg
Copy link
Copy Markdown
Member

@Duansg Duansg commented May 6, 2026

What's changed?

  • Issue 1: The test uses an unversioned image: private static final String VECTOR_IMAGE = "timberio/vector:latest-alpine";
    At the time, a new version was pulled into CI, and the Vector configuration schema had changed, causing the original protocol.headers field to no longer be accepted.

  • Issue 2: There are currently too many directories being scanned by CI for docs, which leads to issues such as prolonged scan times and unreliable dead link detection. The scope of the scan needs to be narrowed; for example, only the source files in the current/dev directory should be checked.

Checklist

  • I have read the Contributing Guide
  • I have written the necessary doc or comment.
  • I have added the necessary unit tests and all cases have passed.

Add or update API

  • I have added the necessary e2e tests and all cases have passed.

@Duansg Duansg requested a review from zqr10159 May 6, 2026 06:52
@github-actions github-actions Bot added doc Improvements or additions to documentation infra labels May 6, 2026
@zqr10159 zqr10159 merged commit 35cc62b into apache:master May 6, 2026
6 checks passed
@Duansg Duansg deleted the fix-ci branch May 7, 2026 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Improvements or additions to documentation infra

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants