-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Pull the deephaven-core commit hash into the benchmark platform details.
- Add support to the DeephavenController to grab properties from
docker container inspect <container-id> - Add grabbing the label 'org.opencontainers.image.revision' to the StandardTestRunner, FileTestRunner and CompareTestRunner
- Requires: Add commit SHA to branch / edge images deephaven-server-docker#114
- Note: This will not work against native runs, since the commit hash is only in the docker images
- Note: This also does not work with Release imasges. Instead, the commit hash can be retreived like the following
curl https://api.github.com/repos/deephaven/deephaven-core/commits/v0.35.0 | grep '"sha":' | head -1 | cut -d'"' -f4
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request