From fee465c97c462bb460eff0fcb18ec417f1e3cca8 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 28 Aug 2023 22:58:14 -0700 Subject: [PATCH] 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 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bd6db2fbd7..c7c0d14463 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ system software changes, and compile-time and run-time system optimizations. The main website can be found at . +## Testing status + +**Note**: These regard tests run on the develop branch of gem5: +. + +[![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 A good starting point is , and for