Skip to content

[XPU][CI] feat: add Intel XPU CI pipeline support to builds dashboard - #50

Open
zxd1997066 wants to merge 3 commits into
vllm-project:mainfrom
zxd1997066:xiangdong/intel_dashboard
Open

[XPU][CI] feat: add Intel XPU CI pipeline support to builds dashboard#50
zxd1997066 wants to merge 3 commits into
vllm-project:mainfrom
zxd1997066:xiangdong/intel_dashboard

Conversation

@zxd1997066

Copy link
Copy Markdown

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 the intel CI pipeline.

Changes

src/lib/intel_jobs.ts (new file)

  • Mirrors the structure of test-areas.ts for the Intel XPU pipeline
  • Ships a static seed mapping (instant on first load) covering all groups
    defined under .buildkite/intel_jobs/
  • Refreshes from GitHub in the background every hour to pick up label changes

src/lib/test-groups.ts

  • resolveGroupsToJobConditions: includes Intel job name conditions when
    filtering by group
  • aggregateJobsByGroup: falls back to Intel mapping if a job name is not
    recognized 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.
image

@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

@zxd1997066 is attempting to deploy a commit to the Inferact Inc Team on Vercel.

A member of the Team first needs to authorize it.

@jikunshang

Copy link
Copy Markdown
Member

@simon-mo @khluu can you help take a review? thanks!

@zxd1997066
zxd1997066 force-pushed the xiangdong/intel_dashboard branch from 3d5e782 to cb9a1c9 Compare August 18, 2026 06:06
Signed-off-by: zengxian <xiangdong.zeng@intel.com>
@zxd1997066
zxd1997066 force-pushed the xiangdong/intel_dashboard branch from cb9a1c9 to 80c840a Compare August 20, 2026 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants