Uh oh!
There was an error while loading. Please reload this page.
ci: 增加自建 runner 可用性探测 - #138
Open
licy666 wants to merge 2 commits into
Open
Conversation
Dispatch a job against linux-aarch64-a2-2 and linux-aarch64-a3-2 so we can see whether those labels can pick up work for this repo.
ascend-robot
commented
Aug 26, 2026
CLA Signature Passlicy666, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
Cover linux-aarch64-{a2,a3}-{1,2,4,8,16} and check that each label
exposes the number of NPU devices in its suffix.ascend-robot
commented
Aug 26, 2026
CLA Signature Passlicy666, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
hipudding
approved these changes
Aug 26, 2026
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 freeto 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.
摘要
workflow_dispatch)的探测流水线,覆盖 A2 / A3 各档卡数的 runner 标签。a2/a3是机器型号(A2 = 910B,A3 = 910C);标签尾部数字是该档 scale set 可用的卡数。npu-smi info,并检查容器里至少能看到与标签尾部数字相同数量的 NPU 设备节点。.github/actionlint.yaml里登记这些 runner 标签,避免actionlint把它们当成未知标签。覆盖的标签:
linux-aarch64-a2-1linux-aarch64-a2-2linux-aarch64-a2-4linux-aarch64-a2-8linux-aarch64-a2-16linux-aarch64-a3-1linux-aarch64-a3-2linux-aarch64-a3-4linux-aarch64-a3-8linux-aarch64-a3-16这是探测流水线,不是文档构建。某个 job 一直停在排队(Queued),说明这个仓还没有对应的 scale set,或当时没有空闲容量。job 变绿且日志里有
npu-smi输出、设备节点数达到标签要求,说明该标签能在本仓接活。fail-fast: false:一档失败不会取消其他档,两边可以分别看。定时任务(schedule)保持注释,避免合入后按点占 NPU。测试计划
main(或确认 workflow 文件已在默认分支上),然后在 Actions 页运行 Probe self-hosted runners,或使用gh workflow run。npu-smi列出的卡数不少于标签尾部数字。Ascend/docs尚不可用。