C-Docs: Add links to C-Dash apps 91/40991/1
authorTibor Frank <[email protected]>
Thu, 30 May 2024 06:52:32 +0000 (06:52 +0000)
committerTibor Frank <[email protected]>
Thu, 30 May 2024 06:52:32 +0000 (06:52 +0000)
Change-Id: I1bb9b3af12737203d45f981b80be88290d2c7be4
Signed-off-by: Tibor Frank <[email protected]>
docs/content/_index.md
docs/content/dashboard/_index.md [new file with mode: 0644]
docs/data/variables.yaml
docs/layouts/shortcodes/dashboard_url.html [new file with mode: 0644]

index f2736d5..1caa6b2 100644 (file)
@@ -46,4 +46,12 @@ type: "docs"
      packet path thru server SUTs, three distinct logical topology types are
      used for VPP DUT data plane testing.
    - **[VPP Startup Settings]({{< relref "/infrastructure/vpp_startup_settings" >}})**:
-     List of common settings applied to all tests and test dependent settings.
\ No newline at end of file
+     List of common settings applied to all tests and test dependent settings.
+5. [PERFORMANCE DASHBOARD]({{< dashboard_url >}})
+   - **[Performance Trending]({{< dashboard_url >}}trending)**
+   - **[Per Release Performance]({{< dashboard_url >}}report)**
+   - **[Per Release Performance Comparisons]({{< dashboard_url >}}comparisons)**
+   - **[Per Release Coverage Data]({{< dashboard_url >}}coverage)**
+   - **[Test Jobs Statistics]({{< dashboard_url >}}stats)**
+   - **[Failures and Anomalies]({{< dashboard_url >}}news)**
+   - **[Search Tests]({{< dashboard_url >}}search)**
\ No newline at end of file
diff --git a/docs/content/dashboard/_index.md b/docs/content/dashboard/_index.md
new file mode 100644 (file)
index 0000000..fac194d
--- /dev/null
@@ -0,0 +1,15 @@
+---
+bookCollapseSection: false
+bookFlatSection: true
+title: "Performance Dashboard"
+weight: 5
+---
+
+# [Performance Dashboard]({{< dashboard_url >}})
+- **[Performance Trending]({{< dashboard_url >}}trending)**
+- **[Per Release Performance]({{< dashboard_url >}}report)**
+- **[Per Release Performance Comparisons]({{< dashboard_url >}}comparisons)**
+- **[Per Release Coverage Data]({{< dashboard_url >}}coverage)**
+- **[Test Jobs Statistics]({{< dashboard_url >}}stats)**
+- **[Failures and Anomalies]({{< dashboard_url >}}news)**
+- **[Search Tests]({{< dashboard_url >}}search)**
index 76b2677..c4f1f03 100644 (file)
@@ -1,2 +1,3 @@
 release_csit: "CSIT 24.06"
-release_vpp: "VPP 24.06"
\ No newline at end of file
+release_vpp: "VPP 24.06"
+dashboard_url: "https://csit.fd.io/"
\ No newline at end of file
diff --git a/docs/layouts/shortcodes/dashboard_url.html b/docs/layouts/shortcodes/dashboard_url.html
new file mode 100644 (file)
index 0000000..d073879
--- /dev/null
@@ -0,0 +1 @@
+{{ .Site.Data.variables.dashboard_url }}
\ No newline at end of file