Skip to content

ci: remove redundant or duplicate jobs#23927

Open
netrunnereve wants to merge 2 commits into
ggml-org:masterfrom
netrunnereve:ci
Open

ci: remove redundant or duplicate jobs#23927
netrunnereve wants to merge 2 commits into
ggml-org:masterfrom
netrunnereve:ci

Conversation

@netrunnereve
Copy link
Copy Markdown
Collaborator

@netrunnereve netrunnereve commented May 31, 2026

This is me removing any ci jobs that I feel are redundant or duplicates. It doesn't matter too much for the self hosted jobs but it should help with the 20 job limit for anything running on the Github machines.

apple: The ios xcode job does the same stuff as the xcode one
self-hosted: cpu high perf does the same stuff as the low perf. Also this one is turned into a x86 job as we already have one for Arm, we might as well test both instruction sets here.
vulkan: The llvmpipe job does the same stuff as the regular x86 one
webgpu: The wasm job doesn't run any tests, so I don't think it needs to be compiled for both x86 and Arm. I think the generated wasm should be the same regardless of the CPU but I might be wrong, tagging @ggml-org/ggml-webgpu just in case.

I also tried to stack tests together on the same machine if they share the same binaries.

openvino: since the gpu can be selected with an environment variable the cpu and gpu jobs can share a machine.
server: likewise backend sampling can be turned on and off to run the tests

openvino gpu and cpu test can share the same build and machine

Update build-rpc.yml

Update build-openvino.yml

cpu any doesnt make sense as we have an arm job already, so do high perf on both x86 and arm

remove duplicate x86 vulkan

combine backend sampling

Update server.yml

run server on arm as windows is x86
@netrunnereve netrunnereve requested a review from a team as a code owner May 31, 2026 00:38
@github-actions github-actions Bot added the devops improvements to build systems and github actions label May 31, 2026
@netrunnereve
Copy link
Copy Markdown
Collaborator Author

Welp the Arm job is failing thanks to sve again, it looks like that still hasn't been completely fixed yet. It's failing on the Github machines as well.

https://github.com/netrunnereve/llama.cpp/actions/runs/26699867346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devops improvements to build systems and github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant