aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/toolchain.yml
Commit message (Collapse)AuthorAgeFilesLines
* CI: rework build workflow to have split target and subtarget directlyChristian Marangi2023-05-241-2/+4
| | | | | | | | | | | | | | | | | Instead of referring to a redundant job and ENV variables, rework build workflow to accept and require split target and subtarget and use them directly from inputs. Rework each user and pass a JSON of tuple to matrix include with each target/subtarget combination to test. Special notice this doesn't use the github actions matrix combination feature but reference each specific tuple of target and subtarget to test. Just a cleanup no behaviour change intended. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit eecc6e48117be26c2eefd9257cceb9d9b1e842f2) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* CI: add concurrency limits for pr testChristian Marangi2023-01-111-0/+4
| | | | | | | | | | | Add concurrency limits for pull request test so that on pull request refresh old jobs are cancelled. The group is created based on the github ref + workflow name and the workflow is cancelled only it it comes from a pull_request event. Push events are not affected by this limit. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* CI: introduce target toolchain testChristian Marangi2022-12-161-0/+64
Add test to build test toolchain for each target. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>