| Summary: | [RFE] job/recipe timestamps available via commandline | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Ales Zelinka <azelinka> |
| Component: | command line | Assignee: | Dan Callaghan <dcallagh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 0.14 | CC: | dcallagh, dowang, ebaak, qwan, rjoost, tools-bugs |
| Target Milestone: | 24.0 | Keywords: | FutureFeature, Patch |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-21 18:51:14 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Ales Zelinka
2013-12-03 12:43:42 UTC
Not sure how we never had this in the job results XML before now, it seems like an obvious inclusion considering we already have the duration in there... http://gerrit.beaker-project.org/4985 This patch adds: start_time and finish_time attributes to <recipe> start_time and finish_time attributes to <task> start_time attribute to <result> Like all other timestamps in Beaker they are formatted as YYYY-mm-dd HH:MM:SS, expressed in UTC. Beaker 24.0 has been released. |