-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[ci] Add grouped tests & mark tests to run by default for fastcheck pipeline #6365
Conversation
Is there a reason why we have to group the tests together rather than marking the individual tests |
It's mostly to save on launching instances & image pull overhead. Each job has to pull the Docker image which takes roughly 2-3 mins, while the test itself only runs for 3-4 mins... Grouping tests together like this can save like 10mins or more of billable time for each build |
If that's the case, perhaps we should get rid of the individual tests in favour of grouping them together, regardless of |
Yup I was planning to do that even for full CI run too, but let's start with fastcheck first |
|
…ipeline (vllm-project#6365) Signed-off-by: kevin <kevin@anyscale.com>
…ipeline (vllm-project#6365) Signed-off-by: kevin <kevin@anyscale.com>
@khluu I am new to buildkite tool. I can not find |
…ipeline (vllm-project#6365) Signed-off-by: kevin <kevin@anyscale.com> Signed-off-by: Alvant <alvasian@yandex.ru>
Template for fastcheck pipeline is merged here: https://github.com/vllm-project/buildkite-ci/blob/main/scripts/test-template-fastcheck.j2