Skip to content

fix: [3.0] update libavrocpp recipe revision - #52744

Merged
sre-ci-robot merged 1 commit into
3.0from
codex/backport-libavrocpp-rrev-3.0
Aug 24, 2026
Merged

fix: [3.0] update libavrocpp recipe revision#52744
sre-ci-robot merged 1 commit into
3.0from
codex/backport-libavrocpp-rrev-3.0

Conversation

@zhikunyao

@zhikunyao zhikunyao commented Aug 21, 2026

Copy link
Copy Markdown
Collaborator

What

Backport the libavrocpp recipe revision update to the 3.0 branch.

  • Update libavrocpp/1.12.1.1@milvus/dev from cde7bb587a29f6f233bae7e18b71815d to b4854183542196740ec9a004fdfff7ec.
  • Keep the 3.0 dependency pin aligned with the fixed Conan 2 recipe used by fix: update libavrocpp recipe revision #52704.

Why

The old recipe downloads Avro 1.12.1 from dlcdn.apache.org, where the archived release now returns 404. milvus-io/conanfiles#183 switched the source to archive.apache.org and published recipe revision b4854183542196740ec9a004fdfff7ec.

Verification

  • The new recipe was built from source and its test package passed in the conanfiles production publish workflow.
  • git diff --check passed.
  • Branch is rebased on the latest origin/3.0.

pr: #52704
Recipe fix: milvus-io/conanfiles#183

Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>
@sre-ci-robot sre-ci-robot added the size/XS Denotes a PR that changes 0-9 lines. label Aug 21, 2026
@mergify mergify Bot added the dco-passed DCO check passed. label Aug 21, 2026
@mergify

mergify Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

@zhikunyao Please associate the related pr of master to the body of your Pull Request. (eg. "pr: #")

@mergify mergify Bot added do-not-merge/missing-related-pr kind/bug Issues or changes related a bug labels Aug 21, 2026
@sre-ci-robot sre-ci-robot added do-not-merge/need-merge-master-first any pr merge to release branch need to merge master first do-not-merge/need-milestone generate by v2-label-manager labels Aug 21, 2026
@sre-ci-robot

Copy link
Copy Markdown
Contributor

[INFO] PR Label Summary by Default
[WARNING] No dependent PR reference found

  • Target branch '3.0' requires a PR merged to master first
  • Please add reference in format 'pr: #number'

[WARNING] Milestone not set

You can set milestone by commenting:
/set-milestone
Example:
/set-milestone 2.5.0

Use /refresh-label to update related check and label manually

@sre-ci-robot

Copy link
Copy Markdown
Contributor

[ci-v2-notice]
Notice: ci-v2 system is enabled for this PR (3.0 branch).

To rerun ci-v2 checks, comment with:

  • /ci-rerun-code-check-macos // for Code Checker MacOS (GitHub Actions)
  • /ci-rerun-build-ut-cov // for ci-v2/build-ut-cov (build + unit tests)
  • /ci-rerun-e2e-amd // for ci-v2/e2e-amd (e2e tests)
  • /ci-rerun-e2e-amd-gray // for ci-v2/e2e-amd-gray (TC pool shadow; non-gating)
  • /ci-rerun-e2e-dist-wp // for ci-v2/e2e-dist-wp (Tencent distributed woodpecker-service boundary)
  • /ci-rerun-gosdk // for ci-v2/go-sdk (Go SDK E2E tests)
  • /ci-rerun-gosdk-std // for ci-v2/go-sdk-std (Go SDK E2E, standalone)
  • /ci-rerun-gosdk-dist-wp // for ci-v2/go-sdk-dist-wp (distributed + Woodpecker service)

If you have any questions or requests, please contact @zhikunyao.

@sre-ci-robot

Copy link
Copy Markdown
Contributor

✅ CI Loop Results c5c4d43

Stage Result Duration Tests
✅ Build SUCCESS 14.6min -
✅ Code-Check SUCCESS 6.1min -
✅ UT-Integration SUCCESS 25.0min -
✅ UT-GO SUCCESS 21.3min -
✅ UT-CPP-Cov SUCCESS 54.4min 8611 total, 8611 passed, 0 failed

Total: 76min | Pipeline | Artifacts

Overall Coverage: 72.9%

@mergify mergify Bot added the ci-passed label Aug 21, 2026
@zhikunyao zhikunyao added this to the 3.0.2 milestone Aug 21, 2026
@zhikunyao

Copy link
Copy Markdown
Collaborator Author

/assign @zhengbuqian

@zhikunyao

Copy link
Copy Markdown
Collaborator Author

/refresh-label

@sre-ci-robot sre-ci-robot removed do-not-merge/need-merge-master-first any pr merge to release branch need to merge master first do-not-merge/need-milestone generate by v2-label-manager labels Aug 21, 2026
@sre-ci-robot

Copy link
Copy Markdown
Contributor

[INFO] PR Label Summary by Refresh-Label

  • Title: fix: [3.0] update libavrocpp recipe revision
  • Target: 3.0
  • Labels: kind/bug, size/XS, ci-passed, dco-passed, do-not-merge/need-merge-master-first, do-not-merge/need-milestone

[SUCCESS] PR #52704 merged to master

Use /refresh-label to update related check and label manually

@czs007 czs007 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@sre-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: czs007

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sre-ci-robot

Copy link
Copy Markdown
Contributor

[approval-status] effective-owner-approvals=1 [czs007(review)]; do-not-merge/disable-approve-self=not-required; do-not-merge/doc-need-two-approve=not-required; ignored=[none]

@sre-ci-robot

Copy link
Copy Markdown
Contributor

[INFO] PR Label Summary by Default
[SUCCESS] PR #52704 merged to master

Use /refresh-label to update related check and label manually

1 similar comment
@sre-ci-robot

Copy link
Copy Markdown
Contributor

[INFO] PR Label Summary by Default
[SUCCESS] PR #52704 merged to master

Use /refresh-label to update related check and label manually

@sre-ci-robot
sre-ci-robot merged commit 12dc5df into 3.0 Aug 24, 2026
8 of 10 checks passed
@sre-ci-robot
sre-ci-robot deleted the codex/backport-libavrocpp-rrev-3.0 branch August 24, 2026 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved ci-passed dco-passed DCO check passed. kind/bug Issues or changes related a bug lgtm size/XS Denotes a PR that changes 0-9 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants