Skip to content

Commit

Permalink
workflow-run: add resourceUsage
Browse files Browse the repository at this point in the history
  • Loading branch information
simleo committed Mar 22, 2024
1 parent f7ef4be commit b2aae8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflow-run/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"environment": "https://w3id.org/ro/terms/workflow-run#environment",
"registry": "https://w3id.org/ro/terms/workflow-run#registry",
"tag": "https://w3id.org/ro/terms/workflow-run#tag",
"containerImage": "https://w3id.org/ro/terms/workflow-run#containerImage"
"containerImage": "https://w3id.org/ro/terms/workflow-run#containerImage",
"resourceUsage": "https://w3id.org/ro/terms/workflow-run#resourceUsage"
}
]
}
1 change: 1 addition & 0 deletions workflow-run/vocabulary.csv
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
"registry","Property","registry","A service to register software products, such as container images","ContainerImage","Text"
"tag","Property","tag","A tag assigned to a software product, such as a container image","ContainerImage","Text"
"containerImage","Property","containerImage","A container image associated with this entity","CreateAction","ContainerImage URL"
"resourceUsage","Property","resourceUsage","A resource usage item, such as peak memory","CreateAction","PropertyValue"

0 comments on commit b2aae8c

Please sign in to comment.