2020-11-24 02:02:04 +03:00
|
|
|
# Flakiness Dashboard Backend
|
|
|
|
|
|
|
|
This directory contains source code for the Azure function that we use to aggregate test reports.
|
2021-04-06 03:35:34 +03:00
|
|
|
The data is consumed by https://devops.aslushnikov.com/flakiness2.html
|
2022-03-01 12:21:00 +03:00
|
|
|
|
|
|
|
To publish function:
|
2023-01-23 17:52:44 +03:00
|
|
|
- install [Azure Functions Core Tools version 4.x.](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=v4%2Cmacos%2Ccsharp%2Cportal%2Cbash#v2).
|
2022-03-01 12:21:00 +03:00
|
|
|
- install Azure CLI && login via `az login`
|
2023-01-23 17:52:44 +03:00
|
|
|
- make sure to run `npm install` to populate `node_modules/` folder (this folder will be published as-is).
|
2022-03-01 12:21:00 +03:00
|
|
|
- run `func azure functionapp publish folio-flakiness-dashboard --javascript`
|