Skip to content
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

Add build measurement backend and API #2460

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

williamjallen
Copy link
Collaborator

In #2395, a user requested for the instrumentation data collected by CMake and CTest in CMake issue 26099to be stored in CDash. This PR sets up the infrastructure needed to store and retrieve "build measurements" in CDash. Our existing "test measurement" functionality will be used to store the test instrumentation data. A future PR will introduce logic to populate the new build measurements table during the submission parsing process.

Copy link
Member

@josephsnyder josephsnyder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Table appears
image

and the graphql Explorer returns a successful (if empty) query result for the new fields:
image
LGTM!

@josephsnyder josephsnyder added this pull request to the merge queue Sep 30, 2024
Merged via the queue into Kitware:master with commit c77bd6e Sep 30, 2024
6 checks passed
@williamjallen williamjallen deleted the build-measurements branch September 30, 2024 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants