This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Commit 77a146b
committed
Add logic to generate Renovate
We generate section `postUpgradeTasks` in `renovate.json` for components
which have golden tests enabled. To determine the command to execute, we
check if the component has matrix tests configured (based on parameter
`testMatrix`). We use the `make gen-golden-all` as the command for
components with matrix tests and `make gen-golden` for other components.postUpgradeTasks
1 parent c57bfeb commit 77a146b
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
7 | 21 | | |
8 | 22 | | |
9 | 23 | | |
| |||
0 commit comments