Skip to content

ci(openvino): drop GPU matrix variant to fix workflow parse error#20

Merged
lalalune merged 1 commit into
mainfrom
eliza/fix-openvino-workflow-syntax
May 19, 2026
Merged

ci(openvino): drop GPU matrix variant to fix workflow parse error#20
lalalune merged 1 commit into
mainfrom
eliza/fix-openvino-workflow-syntax

Conversation

@lalalune
Copy link
Copy Markdown
Member

Summary

PR #19's openvino gating used a job-level if: ${{ matrix.variant != 'gpu' || (github.event_name == 'workflow_dispatch' && inputs.force_self_hosted) }}, which GitHub Actions rejected as a 'workflow file issue', so the openvino workflow stopped launching at all on c68b838e.

Simplify: remove the GPU matrix variant entirely. It targeted [self-hosted, Linux, Intel, OpenVINO] — a runner the elizaOS org doesn't have — so there was no value in keeping it around. The CPU variant on ubuntu-24.04 continues to build + ctest ggml-openvino on every push/PR. Re-introduce a GPU job (or a separate dedicated workflow gated on workflow_dispatch) once a self-hosted Intel runner is registered.

The previous PR's job-level `if:` referencing both `matrix.variant` and
`inputs.force_self_hosted` left build-openvino.yml in a state GitHub
Actions rejected as 'workflow file issue', so no openvino runs were
launching at all on c68b838.

Simplify: remove the GPU variant from the matrix entirely. The GPU
variant targeted a `[self-hosted, Linux, Intel, OpenVINO]` runner
that doesn't exist in the elizaOS org, so it had no business running
on every push/PR. The CPU variant on ubuntu-24.04 continues to
provide build + ctest coverage for ggml-openvino. Re-introduce a GPU
job (or a separate dedicated workflow gated on workflow_dispatch)
once a self-hosted Intel runner is registered.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 19, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 03c1804a-8abb-4e43-bf52-19d9615dc469

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch eliza/fix-openvino-workflow-syntax

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@lalalune lalalune merged commit 25c636d into main May 19, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant