-
Notifications
You must be signed in to change notification settings - Fork 108
Vllm build metrics and tabs #7432
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| WHERE | ||
| tupleElement(pipeline, 'repository') = {repo: String } | ||
| AND tupleElement(build, 'branch') = 'main' | ||
| AND tupleElement(job, 'name') = ':docker: build image' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO, you could consider making this job name an input parameter, then you can reuse this query to get the runtime of other jobs too, not only :docker: build image
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
71eed29 to
9f02058
Compare
3efaeb8 to
a5098b9
Compare
This pr adds: