Skip to content

BMK-490: add container detection to workload result json & cleanup

David Southwick requested to merge BMK-490 into qa

Closes BMK-490

  • Added container detection for docker, singularity, and introduce detection of podman for future use.
    • This is now reported in the version.json (and consequently included in the workload_summary.json)
{
  "version": "ci1.2",
  "description": "ATLAS KV: GEANT4 simulation of 100 single muon events, based on Athena version v17.8.0.9",
  "cvmfs_checksum": "9ff9cd7d1d822e82d70e477e1aa60c9d",
  "bmkdata_checksum": "9a62d4782b086a9c74ab6edd38dc0ee3",
  "bmk_checksum": "645884f0eca73c5b8389795986aa6534",
  "containment": "podman"
}
  • Removed last redundant bmk-run.sh
  • update README.md to reflect removal of persistent registry links

NB: with the remove of :latest tags, README.md needs to be updated every image change

Edited by David Southwick

Merge request reports