aboutsummaryrefslogtreecommitdiffstats
path: root/ci/meta-virtualization.yml
AgeCommit message (Collapse)Author
2024-04-29CI: add Kas schema commentsRoss Burton
Add YAML language server comments so that IDEs know what schema to use for the Kas files. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2024-02-15CI: use https: to fetch meta-virtualizationRoss Burton
Some firewalls may reject git: traffic, so use https. Signed-off-by: Ross Burton <ross.burton@arm.com>
2023-11-07CI: use nanbield branch for meta-virtualizationRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2023-10-19CI: track nanbield branchesRoss Burton
meta-clang and meta-virtualisation don't yet have nanbield branches, so we need to use master for those at the moment. Signed-off-by: Ross Burton <ross.burton@arm.com>
2023-07-04CI: use branch, not refspecRoss Burton
Kas 3.3 uses branch and commit keys instead of a general-purpose refspec. Change the base to use branch:mickledore and remove the explicit use of master for meta-virtualization now that a mickledore branch exists there too now. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2023-07-04CI: update to Kas format 14Ross Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2023-04-14CI: track mickledore branchJon Mason
Signed-off-by: Jon Mason <jon.mason@arm.com>
2022-05-10CI: use kirkstone branches for meta-clang and meta-virtualizationRoss Burton
These branches have kirkstone branches now, so use them. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2022-04-27CI: use kirkstone branch, not masterRoss Burton
Until we have released and branched meta-arm we're tracking kirkstone, not master. oe-core has branched and master is changing fast, so switch the default branch now. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2022-03-07Revert "CI: apply in-flight patches to fix lopper and python-dtc"Ross Burton
This reverts commit 628719c5a537e1e644be4be8be0638359473162c.
2022-02-28CI: apply in-flight patches to fix lopper and python-dtcRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com>
2021-12-10CI: update for new Kas include semanticsRoss Burton
With Kas 2.6 included YAML files need to be relative to the repository, not the including file: https://kas.readthedocs.io/en/latest/format-changelog.html#version-11 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-08-13ci: move meta-virtualization back to master branchJon Mason
Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-08-06CI: move xen specific changes out of gem5-arm64-xen.ymlJon Mason
Move the xen specific changes out of gem5-arm64-xen.yml. This allows for other xen machines in the CI. Adding Xen machines for qemuarm and qemuarm64 allows for more testing, which should be expanded when the Xen Test Framework in meta-virtualization is expanded to work on arm machines. Signed-off-by: Jon Mason <jon.mason@arm.com>