Skip to content

Conversation

@rzabarazesh
Copy link
Contributor

This pr adds:

  • Per job duration metrics
  • Docker build metrics
  • Replaces section separator with tabs since the main view was getting too crowded

@vercel
Copy link

vercel bot commented Nov 4, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
torchci Ready Ready Preview Nov 4, 2025 3:40am

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 4, 2025
@rzabarazesh rzabarazesh requested a review from huydhn November 4, 2025 03:40
WHERE
tupleElement(pipeline, 'repository') = {repo: String }
AND tupleElement(build, 'branch') = 'main'
AND tupleElement(job, 'name') = ':docker: build image'
Copy link
Contributor

@huydhn huydhn Nov 9, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants