Skip to content

server: CI tests reduce build matrix #5725

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

phymbert
Copy link
Collaborator

@phymbert phymbert commented Feb 26, 2024

Context

CI workflow Server is triggering too much builds which are not useful to test.

From @ggerganov comment:

We need just 4 builds:

  • cmake --config Debug -DLLAMA_SANITIZE_ADDRESS
  • cmake --config Debug -DLLAMA_SANITIZE_THREAD
  • cmake --config Debug -DLLAMA_SANITIZE_UNDEFINED
  • cmake --config Release

For now, we cannot test the GPU builds with Github CI. We can potentially add them to ggml-ci in the future

Changes

Reduce the build matrix to 4 jobs.

Note: a working workflow can be found here:
https://github.com/phymbert/llama.cpp/actions/runs/8045973617/job/21972283532

@phymbert phymbert requested review from ggerganov and ngxson February 26, 2024 08:49
@phymbert phymbert merged commit 8a533f0 into ggml-org:master Feb 26, 2024
@phymbert phymbert deleted the ci/server-reduce-number-of-jobs branch February 26, 2024 08:56
jordankanter pushed a commit to jordankanter/llama.cpp that referenced this pull request Mar 13, 2024
hodlen pushed a commit to hodlen/llama.cpp that referenced this pull request Apr 1, 2024
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