feat(ci): add sec-core Ubuntu raw install tests - #2275
Draft
yangdao479 wants to merge 1 commit into
Draft
Conversation
Run raw installation checks on the Ubuntu 22.04 CI runner. Reuse the installed-package E2E target to validate published sec-core artifacts through the anolisa CLI. Signed-off-by: yizheng <YiZheng.Yang@linux.alibaba.com>
yangdao479
force-pushed
the
feature/agent-sec-core/anolisa_cli_install_nightly_test
branch
from
August 6, 2026 13:19
ed2210e to
2d793a3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
需要先持续验证已发布的 sec-core 能否通过 anolisa CLI 在 Ubuntu 22.04 环境完成 raw 安装,并在真实安装环境中通过 E2E 测试。
What changed
anolisa-k8s-general-ci-x64runner 验证 Ubuntu 22.04 raw 安装路径。Related issue
no-issue: 为 sec-core Ubuntu raw 发布包安装链路增加持续验证
User / Agent impact
不改变运行时行为。维护者可通过 PR、手动触发和 nightly 任务及时发现 Ubuntu raw 发布包安装或 E2E 回归。
Risk and compatibility
CI 会在隔离 runner 中执行 system mode raw 安装。工作流权限限制为只读,不使用仓库密钥。
Validation
git diff --check通过。Documentation and rollback
无需更新正式文档。删除该 workflow 即可回滚,不影响产品运行时。