Gehel has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/388118 )

Change subject: profile::discovery_dashboards: Remove forecasts dashboard
......................................................................


profile::discovery_dashboards: Remove forecasts dashboard

We're discontinuing daily forecasting of Search Platform metrics.

Bug: T112170
Change-Id: I8915a6a8da42c8eaeb2d35e60c75dcec67426327
---
M modules/profile/files/discovery_dashboards/index.html
M modules/profile/manifests/discovery_dashboards/development.pp
M modules/profile/manifests/discovery_dashboards/production.pp
3 files changed, 0 insertions(+), 17 deletions(-)

Approvals:
  jenkins-bot: Verified
  Chelsyx: Looks good to me, but someone else must approve
  Gehel: Looks good to me, approved



diff --git a/modules/profile/files/discovery_dashboards/index.html 
b/modules/profile/files/discovery_dashboards/index.html
index e583608..c745af9 100644
--- a/modules/profile/files/discovery_dashboards/index.html
+++ b/modules/profile/files/discovery_dashboards/index.html
@@ -106,11 +106,6 @@
         Dashboard for digging into search-engine-referred traffic. (<a 
href="https://phabricator.wikimedia.org/diffusion/WDWO/";>Code Repository</a>)
       </p>
 
-      <h3><a href = "./forecasts/">Daily Forecasts</a></h3>
-      <p class="caption">
-        Dashboard for viewing predicted Search Platform and Wikidata Query 
Service metrics. (<a 
href="https://phabricator.wikimedia.org/diffusion/WDDE/";>Code Repository</a>)
-      </p>
-
     </div>
     <div id="info">
 
diff --git a/modules/profile/manifests/discovery_dashboards/development.pp 
b/modules/profile/manifests/discovery_dashboards/development.pp
index be5e5d4..8295254 100644
--- a/modules/profile/manifests/discovery_dashboards/development.pp
+++ b/modules/profile/manifests/discovery_dashboards/development.pp
@@ -40,11 +40,5 @@
         notify    => Service['shiny-server'],
         branch    => 'develop',
     }
-    git::clone { 'wikimedia/discovery/delphi':
-        ensure    => 'latest',
-        directory => '/srv/shiny-server/forecasts',
-        notify    => Service['shiny-server'],
-        branch    => 'develop',
-    }
 
 }
diff --git a/modules/profile/manifests/discovery_dashboards/production.pp 
b/modules/profile/manifests/discovery_dashboards/production.pp
index 6c50f4c..f8c2b13 100644
--- a/modules/profile/manifests/discovery_dashboards/production.pp
+++ b/modules/profile/manifests/discovery_dashboards/production.pp
@@ -39,11 +39,5 @@
         notify    => Service['shiny-server'],
         branch    => 'master',
     }
-    git::clone { 'wikimedia/discovery/delphi':
-        ensure    => 'latest',
-        directory => '/srv/shiny-server/forecasts',
-        notify    => Service['shiny-server'],
-        branch    => 'master',
-    }
 
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/388118
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8915a6a8da42c8eaeb2d35e60c75dcec67426327
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Bearloga <[email protected]>
Gerrit-Reviewer: Bearloga <[email protected]>
Gerrit-Reviewer: Chelsyx <[email protected]>
Gerrit-Reviewer: Gehel <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to