Azure / Azure/azure-functions-dotnet-worker
Update CI pipelines to ensure E2E tests run for extension changes
- Dominant language
- C#
- Stars
- 466
- Forks
- 215
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 7
Description
Currently, when you make a change to an extension, say CosmosDB, the dotnet worker pipeline does not run and so the E2E tests do not run. The Cosmos CI pipeline also just builds the extension and does not run any tests. We can either:
a) Make it so that the worker pipeline runs on every change
b) Update the extension pipelines to run unit and E2E tests
> example cosmos pipeline run on a PR: https://azfunc.visualstudio.com/Azure%20Functions/_build/results?buildId=156396&view=logs&j=1372d9e0-5cd3-5ef5-5e82-7ce7a218d320&t=89898c79-b51f-5488-1a35-13c9114bcb3d
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.