Kacper Małachowski

Results 18 comments of Kacper Małachowski

Meeting notes (16.05): - [x] Prepare ADR for using controllers in merge queue - [x] Standarise naming pattern of jobs and rules - [x] Group controllers by purpose (e.g. building...

I would say it's completed. It won't be need for workflow controllers after split of monorepo

I think any way of relying on ADO logs is inconvenient. We should find a dedicated format and provide e.g. an artifact in that format that's available through standard API...

@dekiel Artifact storing can be handled by azure directly, with dedicated function that already exists in ado client package provided by microsoft. Retry mechanism is well implemented on our side...

# What we know so fat? ## Github Do Not allow dynamic change of docker image used in github action. Such approach is causing the syntax error when running the...

> @KacperMalachowski I did a quick look on EventArc docs. For pubsub triggers, EventArc is not able to filter the delivery based on message attributes. This must be done in...

Example for enablingauto merge from GHA: https://github.com/KacperMalachowski/static-serve/blob/main/.github/workflows/dependabot-approve.yml#L25