From 5c10196186097b6a6c1fa2cd069f63414c7b8ea9 Mon Sep 17 00:00:00 2001 From: "Matthieu Baerts (NGI0)" Date: Mon, 20 May 2024 10:48:51 +0200 Subject: [PATCH] posts: ci feat: add Packetdrill subtests and website During this month, PacketDrill has been patched to be able to track subtests, and regressions are published on a website. Signed-off-by: Matthieu Baerts (NGI0) --- _posts/2024-04-08-CI-new-feat.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_posts/2024-04-08-CI-new-feat.md b/_posts/2024-04-08-CI-new-feat.md index 9ca1b57..d1e5e40 100644 --- a/_posts/2024-04-08-CI-new-feat.md +++ b/_posts/2024-04-08-CI-new-feat.md @@ -36,7 +36,9 @@ linked to the CI: - Using [runners with KVM support](https://github.com/multipath-tcp/mptcp_net-next/issues/474). - Validating [MPTCP BPF tests](https://github.com/multipath-tcp/mptcp_net-next/issues/406). - Switching to [`virtme-ng`](https://github.com/multipath-tcp/mptcp_net-next/issues/472). -- Tracking regressions by [publishing tests results](https://github.com/multipath-tcp/mptcp_net-next/issues/473). +- Tracking [PacketDrill subtests](https://github.com/google/packetdrill/pull/83). +- Tracking regressions by [publishing tests results](https://github.com/multipath-tcp/mptcp_net-next/issues/473), + and displaying them on a [website](https://ci-results.mptcp.dev/flakes.html). ### GitHub Actions and KVM support