aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
2024-02-27CI: Update upload-artifact action to v4Alasdair1-2/+2
2023-11-29Some simple CI housekeepingAlasdair2-6/+6
Update the versions of some of the Github actions, as some of the older action versions used parts of the github API that are deprecated and due to be removed.
2023-06-15Run the pre-commit checks as part of CIAlex Richardson1-4/+6
Do this before installing sail or building the model to avoid wasting CI time if these basic checks are failing.
2023-03-14Add a new recipe to run the Sail tests manually via GH Actions (#229)billmcspadden-riscvRafael Sene1-1/+1
Signed-off-by: Rafael Sene <rafael@riscv.org>
2023-03-07Bump CI to Ubuntu 22.04 (#228)Jessica Clarke1-3/+1
Ubuntu 18.04 is being sunset.
2022-02-16Run ISA tests in CI (#134)Jessica Clarke2-8/+69
* test: Ignore generated XML output * run_tests: Build RVFI emulators too Can't run tests with them though as they're built for direct instruction injection (RVFI-DII) via an instruction stream over a network socket, not fetching instructions from memory, so this remains just a build test. * run_tests/run_fp_tests: Print summary and give meaningful exit code * run_tests/run_fp_tests: Include tests and failures in top-level XML entity * run_tests/run_fp_tests: Use failure not error for XML output The former is the standard tag for normal test failures, the latter is for catastrophic things like test harness errors. * Run ISA tests in CI
2021-06-25Also run GitHub actions for PRsAlexander Richardson1-1/+1
2021-06-25Add a github action to check simulators build.Robert Norton1-0/+24