misc: Add test status badges to README.md

These allow visitors to the repository to quickly see the status of our
tests run on the develop branch.

Change-Id: I3658c0e0d9dea66feebd69588c8a29d369a0b43d
This commit is contained in:
Bobby R. Bruce
2023-08-28 22:58:14 -07:00
parent c218104f52
commit fee465c97c

View File

@@ -10,6 +10,15 @@ system software changes, and compile-time and run-time system optimizations.
The main website can be found at <http://www.gem5.org>. The main website can be found at <http://www.gem5.org>.
## Testing status
**Note**: These regard tests run on the develop branch of gem5:
<https://github.com/gem5/gem5/tree/develop>.
[![Daily Tests](https://github.com/gem5/gem5/actions/workflows/daily-tests.yaml/badge.svg)](https://github.com/gem5/gem5/actions/workflows/daily-tests.yaml)
[![Weekly Tests](https://github.com/gem5/gem5/actions/workflows/weekly-tests.yaml/badge.svg)](https://github.com/gem5/gem5/actions/workflows/weekly-tests.yaml)
[![Compiler Tests](https://github.com/gem5/gem5/actions/workflows/compiler-tests.yaml/badge.svg)](https://github.com/gem5/gem5/actions/workflows/compiler-tests.yaml)
## Getting started ## Getting started
A good starting point is <http://www.gem5.org/about>, and for A good starting point is <http://www.gem5.org/about>, and for