bedrock
bedrock copied to clipboard
Create a working example of introspection that runs via service hooks
As a: developer/operator
I want: to introspect my services
So that: the bash script which updates storage is not cluttering my pipelines
Describe the solution you'd like: Refer to spike and the design doc repo that came as an artifact of that spike
- [ ] Create a sample pipeline end-end that sends data to introspection storage
- [ ] SRC to ACR pipeline via service hooks should not need to use artifact
- [ ] ACR to HLD release creates an artifact with the hld commit Id and the details needed by introspection, and pushes the artifact. This artifact is read by the azure function
- [ ] HLD to manifest build pipeline creates an artifact with the manifest commit id, and so on
- [ ] a working example of an azure function that reads messages pushed to the queue by service hooks and pushes them to storage