Skip to content

Commit 343e8ee

Browse files
STAGING set dashboard URL to staging.kernelci.org
1 parent 23c72c1 commit 343e8ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kernelci.org/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ footer_about_disable = false
7979
[[menu.main]]
8080
identifier = "dashboard"
8181
name = "Dashboard"
82-
url = "https://linux.kernelci.org/job"
82+
url = "https://staging.kernelci.org/job"
8383

8484
[[menu.main]]
8585
identifier = "lf"

kernelci.org/content/en/_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{{< blocks/cover title="Welcome to KernelCI" image_anchor="top" height="full" color="blue" >}}
77
<div class="mx-auto">
8-
<a class="btn btn-lg btn-primary mr-3 mb-4" href="https://linux.kernelci.org/job/">
8+
<a class="btn btn-lg btn-primary mr-3 mb-4" href="https://staging.kernelci.org/job/">
99
Dashboard <i class="fas fa-arrow-alt-circle-right ml-2"></i>
1010
</a>
1111
<p class="lead mt-5 mb-5 font-weight-bold">Ensuring the quality, stability and long-term maintenance of the Linux kernel</p>
@@ -19,7 +19,7 @@
1919
{{% /blocks/lead %}}
2020

2121
{{< blocks/section color="dark" >}}
22-
{{% blocks/feature icon="fa-chart-line" title="Dashboard" url="https://linux.kernelci.org/job/" %}}
22+
{{% blocks/feature icon="fa-chart-line" title="Dashboard" url="https://staging.kernelci.org/job/" %}}
2323
See the latest KernelCI test results.
2424
{{% /blocks/feature %}}
2525

0 commit comments

Comments
 (0)