test-infra
test-infra copied to clipboard
Write to logs link to the oci-image-builder ado pipeline execution.
Description
Image-builder tool triggers oci-image-builder pipeline when running as a client. Until pipeline finish execution a client provides only messages that the pipeline is still running. Once pipeline finish, image-buidler tool fetches pipeline logs. The tool could write a log message with link to the ADO pipeline execution right after triggering it.
Reasons
With a link to the execution in a logs, a user can follow pipeline execution in a real time. The link will make explicit connection between GitHub workflow execution and ADO pipeline execution, making it easier to analyse and troubleshoot particular runs.
Acceptance Criteria
- [ ] Image-builder tool writes a link to the oci-image-builder ADO pipeline after triggering it.