You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Previously the test matrix was defined in a local variable and only
accessible in the `.github/workflows/test.yaml` template. However, we
now also need access to the test matrix in the `renovate.json` template,
so that we can generate the correct list of `make gen-golden` commands
as Renovate post-upgrade tasks.
To allow this we move the test matrix configuration to global variable
`testMatrix`. During a transitional period, the GitHub actions template
will continue to read the test matrix from the file-level variable
`matrix`, but will fall back to the global variable `testMatrix` if the
file-level variable is missing.
All already onboarded components should migrate their test matrix (if
any) to global parametr `testMatrix`, to take advantage of having their
golden test outputs updated in Renovate PRs.
0 commit comments