Skip to content

bug 1400258 - cot verification should write to live_backing.log #179

@escapewindow

Description

@escapewindow

Right now, we write our cot log to public/logs/chain_of_trust.log. If this passes, then we start writing public/logs/live_backing.log using the task output. This works in the standard case, where cot verification passes.

When cot fails, treeherder doesn't show the cot failure, because it doesn't know about chain_of_trust.log. We could solve this by teaching treeherder about this log, or we could solve by:

  • writing the chain of trust log to public/logs/live_backing.log, and EITHER

  • moving the chain of trust log to public/logs/chain_of_trust.log on success, OR

  • appending the task log to the chain of trust log at public/logs/live_backing.log, depending on whether we prefer 2 different log files or not.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions