ci : add PYTEST_WORKERS=1 to fix server-self-hosted job - #28603
Conversation
This commit adds the `PYTEST_WORKERS=1` environment variable to the hf-jobs-t4-small:cuda13 runner steps. This is an attempt to address CI failure of this job that I might have introduced in Commit 42f0225 ("server : use pytest-xdist for server tests (ggml-org#28298)"). Refs: https://github.com/ggml-org/llama.cpp/actions/runs/34126971262/job/101757819134
CISC
left a comment
There was a problem hiding this comment.
Ah, I was wondering what that failure was about...
|
I think metal job needs it too? Edit: or strangely enough, at least it fails identically sometimes: |
Ah yes it might, I'll take a look 👍 |
|
I tried to run this manually on my fork but it got queued so trying here: New run which includes the metal-job updates as well: |
|
The matal job likely needs it as well: https://github.com/ggml-org/llama.cpp/actions/runs/34183828952/job/101928096964 |
* ci : add PYTEST_WORKERS=1 to fix server-self-hosted job This commit adds the `PYTEST_WORKERS=1` environment variable to the hf-jobs-t4-small:cuda13 runner steps. This is an attempt to address CI failure of this job that I might have introduced in Commit 42f0225 ("server : use pytest-xdist for server tests (ggml-org#28298)"). Refs: https://github.com/ggml-org/llama.cpp/actions/runs/34126971262/job/101757819134 * apply same changes to server-metal steps
Overview
This commit adds the
PYTEST_WORKERS=1environment variable to the hf-jobs-t4-small:cuda13 runner steps.Additional information
This is an attempt to address CI failure of this job that I might have introduced in Commit 42f0225 ("server : use pytest-xdist for server tests (#28298)").
Refs: https://github.com/ggml-org/llama.cpp/actions/runs/34126971262/job/101757819134
Requirements