From 78eb9908835104a2b43e6bd88ee119d786735cf2 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Fri, 26 Jan 2024 11:41:33 +0800 Subject: [PATCH] Update README.md --- .github/workflows/README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 07e855f51673..f19fb3f9241a 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -8,12 +8,14 @@ subgraph CleanUp and Summary end subgraph Functional Testings - functional-testing-20.04-->Part1-20.04 - functional-testing-20.04-->Part2-20.04 - functional-testing-20.04-->PartN-20.04 - functional-testing-22.04-->Part1-22.04 - functional-testing-22.04-->Part2-22.04 - functional-testing-22.04-->PartN-22.04 + functional-testing-20.04 + functional-testing-22.04 + Part1-20.04 + Part2-20.04 + PartN-20.04 + Part1-22.04 + Part2-22.04 + PartN-22.04 end subgraph Sanity and zloop Testings @@ -31,6 +33,13 @@ subgraph Code Checking + Building Build-Ubuntu-20.04-->zloop-checks-20.04 Build-Ubuntu-22.04-->zloop-checks-22.04 end + functional-testing-20.04-->Part1-20.04 + functional-testing-20.04-->Part2-20.04 + functional-testing-20.04-->PartN-20.04 + functional-testing-22.04-->Part1-22.04 + functional-testing-22.04-->Part2-22.04 + functional-testing-22.04-->PartN-22.04 + Part1-20.04-->CleanUp+nice+Summary Part2-20.04-->CleanUp+nice+Summary PartN-20.04-->CleanUp+nice+Summary