[XPU][CI] feat: add Intel XPU CI pipeline support to builds dashboard - #50
Open
zxd1997066 wants to merge 3 commits into
Open
[XPU][CI] feat: add Intel XPU CI pipeline support to builds dashboard#50zxd1997066 wants to merge 3 commits into
zxd1997066 wants to merge 3 commits into
Conversation
|
@zxd1997066 is attempting to deploy a commit to the Inferact Inc Team on Vercel. A member of the Team first needs to authorize it. |
Member
zxd1997066
force-pushed
the
xiangdong/intel_dashboard
branch
from
August 18, 2026 06:06
3d5e782 to
cb9a1c9
Compare
Signed-off-by: zengxian <xiangdong.zeng@intel.com>
zxd1997066
force-pushed
the
xiangdong/intel_dashboard
branch
from
August 20, 2026 08:29
cb9a1c9 to
80c840a
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.
Summary
The builds dashboard currently only maps CUDA CI job names to test groups.
Intel XPU CI jobs (
.buildkite/intel_jobs/) use different labels and are not recognized, so only few group columns appear when viewing theintel CIpipeline.Changes
src/lib/intel_jobs.ts(new file)test-areas.tsfor the Intel XPU pipelinedefined under
.buildkite/intel_jobs/src/lib/test-groups.tsresolveGroupsToJobConditions: includes Intel job name conditions whenfiltering by group
aggregateJobsByGroup: falls back to Intel mapping if a job name is notrecognized by the CUDA mapping
Testing
vllm-project/vllm#51755 will standardize Intel XPU job group/label names.

Then verified with mock data, confirming that group columns in the dashboard's Intel CI pipeline (for builds containing XPU jobs) populate correctly and status dots accurately reflect job states.