ci: remove redundant or duplicate jobs#23927
Open
netrunnereve wants to merge 2 commits into
Open
Conversation
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
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 |
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.
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