| commit | 0c9ebd400d9a65155516b770637030886df3fca6 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@kernel.org> | Thu Oct 02 09:06:38 2025 -0700 |
| committer | Paul E. McKenney <paulmck@kernel.org> | Sat Oct 04 02:50:21 2025 -0700 |
| tree | 8703d7d772b4cb5a416a4fbefed5d55e374d9790 | |
| parent | 15485edd7e1650b107c6febe3b9b13b5f6a7679e [diff] |
torture: Add kvm-series.sh to test commit/scenario combination This commit adds a kvm-series.sh script that takes a list of scenarios and a list of commits, and then runs each scenario on all of the commits. A given scenario is run on all the commits before advancing to the next scenario to minimize build times. The successes and failures are summarized at the end of the run. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>