Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CI: rework build workflow to have split target and subtarget directly | Christian Marangi | 2023-05-24 | 1 | -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 test | Christian Marangi | 2023-01-11 | 1 | -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 test | Christian Marangi | 2022-12-16 | 1 | -0/+64 |
Add test to build test toolchain for each target. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> |