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: https://github.com/deephaven/deephaven-server-docker/issues/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`
Pull the deephaven-core commit hash into the benchmark platform details.
docker container inspect <container-id>curl https://api.github.com/repos/deephaven/deephaven-core/commits/v0.35.0 | grep '"sha":' | head -1 | cut -d'"' -f4