Skip to content

Commit Hash Platform Detail #335

@stanbrub

Description

@stanbrub

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions