Hashar has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/366520 )

Change subject: Disable castor entirely
......................................................................

Disable castor entirely

Empty up the castor builder and publisher to disable it. The instance is
unreacheable.

Bug: T171148
Change-Id: I4109de23adc7f457701d19e49986b6876059d9d5
---
M jjb/castor.yaml
1 file changed, 6 insertions(+), 39 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/20/366520/1

diff --git a/jjb/castor.yaml b/jjb/castor.yaml
index bf0ba4d..514ebcb 100644
--- a/jjb/castor.yaml
+++ b/jjb/castor.yaml
@@ -1,51 +1,18 @@
 # CASTOR - CAche STORage
 #
-# Let us save package manager caches on a central instance and warm a cache
-# when a job runs on a Nodepool disposable instance.
-#
-
-# Entry point to save to the central cache
+# Emptied due to T171148
 - publisher:
     name: castor-save
     publishers:
-     - postbuildscript:
-         script-only-if-succeeded: True
-         builders:
-          - trigger-builds:
-              - project: castor-save
-                # Pass ZUUL and others
-                current-parameters: True
-                # Pass:
-                # - job name to namespace the central cache
-                # - ssh connection which holds the slave IP to which castor
-                #   will rsync from
-                predefined-parameters: |
-                    TRIGGERED_JOB_NAME=$JOB_NAME
-                    TRIGGERED_SSH_CONNECTION=$SSH_CONNECTION
-                # Must be blocking or the instance might be disposed
-                block: true
-                # Ignore any error
-                block-thresholds:
-                    build-step-failure-threshold: 'never'
-                    unstable-threshold: 'never'
-                    failure-threshold: 'never'
+        - postbuildscript:
+            script-only-if-succeed: True
+            builders:
+                - shell: echo "Castor is disabled 
https://phabricator.wikimedia.org/T171148";
 
-
-# Entry point to load cache from central cache
-#
-# Forge the namespace and rsync from central place.
-#
-# Transfer is done with rsync:// protocol fetching from the 'caches' rsync
-# module which is read-only.
-#
 - builder:
     name: castor-load
     builders:
-        - shell:
-            !include-raw:
-                - castor-define-namespace.bash
-                - castor-load-sync.bash
-
+        - shell: echo "Castor is disabled 
https://phabricator.wikimedia.org/T171148";
 
 # Job triggered on the central repository instance
 #

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4109de23adc7f457701d19e49986b6876059d9d5
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to