Dzahn has submitted this change and it was merged.

Change subject: contint: Remove integration/kss.git
......................................................................


contint: Remove integration/kss.git

The integration/kss.git was meant to hold http://warpspire.com/kss/
which is a documentation tool for stylesheets.  The repo has been
created in Gerrit and configured to be deployed on slaves.

We never populated anything in the repository. Since we can now rely on
composer/npm to grab it in jobs that rely on it, lets phase out the
integration/kss.git repo and the puppet related configuration.

Bug: T92482
Change-Id: I7d413e71f1aa5d88643ff2785d1cbd7baeb33ecb
---
M manifests/role/ci.pp
M manifests/role/deployment.pp
M modules/contint/manifests/slave-scripts.pp
3 files changed, 0 insertions(+), 11 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/manifests/role/ci.pp b/manifests/role/ci.pp
index f53abde..760f110 100644
--- a/manifests/role/ci.pp
+++ b/manifests/role/ci.pp
@@ -145,7 +145,6 @@
 
     package {
         [
-            'integration/kss',
             'integration/mediawiki-tools-codesniffer',
             'integration/phpunit',
             'integration/phpcs',
diff --git a/manifests/role/deployment.pp b/manifests/role/deployment.pp
index 3e17919..e552167 100644
--- a/manifests/role/deployment.pp
+++ b/manifests/role/deployment.pp
@@ -2,9 +2,6 @@
 # Troubleshooting: 
https://wikitech.wikimedia.org/wiki/Trebuchet#Troubleshooting
 class role::deployment::config {
     $repo_config = {
-        'integration/kss' => {
-            'upstream' => 'https://gerrit.wikimedia.org/r/integration/kss',
-        },
         'integration/mediawiki-tools-codesniffer' => {
             'upstream' => 
'https://gerrit.wikimedia.org/r/mediawiki/tools/codesniffer',
         },
diff --git a/modules/contint/manifests/slave-scripts.pp 
b/modules/contint/manifests/slave-scripts.pp
index 7365478..16770b0 100644
--- a/modules/contint/manifests/slave-scripts.pp
+++ b/modules/contint/manifests/slave-scripts.pp
@@ -26,13 +26,6 @@
         origin             => 
'https://gerrit.wikimedia.org/r/p/integration/jenkins.git',
         recurse_submodules => true,
     }
-
-    git::clone { 'jenkins CI kss':
-        ensure             => 'latest',
-        directory          => '/srv/deployment/integration/kss',
-        origin             => 
'https://gerrit.wikimedia.org/r/p/integration/kss.git',
-        recurse_submodules => true,
-    }
     git::clone { 'jenkins CI Composer':
         ensure             => 'latest',
         directory          => '/srv/deployment/integration/composer',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7d413e71f1aa5d88643ff2785d1cbd7baeb33ecb
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to