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

Change subject: Remove mw-teardown-{database] macros
......................................................................

Remove mw-teardown-{database] macros

No more needed since the jobs are now running on Nodepool instances.

Update:
    mwext-Wikibase-client-tests-mysql-hhvm-jessie
    mwext-Wikibase-client-tests-mysql-php55-trusty
    mwext-Wikibase-client-tests-sqlite-hhvm-jessie
    mwext-Wikibase-client-tests-sqlite-php55-trusty
    mwext-Wikibase-repo-tests-sqlite-hhvm-jessie
    mwext-Wikibase-repo-tests-sqlite-php55-trusty

Change-Id: Iac8806c5ea45def47a716f1de2cfd780dc723b1b
---
M jjb/macro.yaml
M jjb/mediawiki-extensions.yaml
M jjb/wikidata.yaml
3 files changed, 0 insertions(+), 23 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/25/362425/1

diff --git a/jjb/macro.yaml b/jjb/macro.yaml
index 0062117..3a399c1 100644
--- a/jjb/macro.yaml
+++ b/jjb/macro.yaml
@@ -390,13 +390,11 @@
     builders:
         - shell: 
"/srv/deployment/integration/slave-scripts/bin/mw-run-update-script.sh"
 
-# ALWAYS pair with 'mw-teardown-sqlite' publisher to ensure we don't leave 
temporary files behind
 - builder:
     name: mw-install-sqlite
     builders:
      - shell: 
"/srv/deployment/integration/slave-scripts/bin/mw-install-sqlite.sh"
 
-# ALWAYS pair with 'mw-teardown-mysql' publisher to ensure we don't leave 
temporary files behind
 - builder:
     name: mw-install-mysql
     builders:
@@ -408,25 +406,6 @@
      - postbuildscript:
          builders:
           - shell: 
"/srv/deployment/integration/slave-scripts/bin/mw-teardown.sh"
-         # Postbuild options are confusing, setting both to false ensures the 
script always runs.
-         onsuccess: False
-         onfailure: False
-
-- publisher:
-    name: mw-teardown-sqlite
-    publishers:
-     - postbuildscript:
-         builders:
-          - shell: 
"/srv/deployment/integration/slave-scripts/bin/mw-teardown.sh"
-         onsuccess: False
-         onfailure: False
-
-- publisher:
-    name: mw-teardown-mysql
-    publishers:
-     - postbuildscript:
-         builders:
-          - shell: 
"/srv/deployment/integration/slave-scripts/bin/mw-teardown-mysql.sh"
          # Postbuild options are confusing, setting both to false ensures the 
script always runs.
          onsuccess: False
          onfailure: False
diff --git a/jjb/mediawiki-extensions.yaml b/jjb/mediawiki-extensions.yaml
index 3efe742..a511262 100644
--- a/jjb/mediawiki-extensions.yaml
+++ b/jjb/mediawiki-extensions.yaml
@@ -60,7 +60,6 @@
             git submodule status
          fi
 
-# ALWAYS pair with 'mw-teardown-mysql'
 - builder:
     name: prepare-mediawiki-zuul-project
     builders:
diff --git a/jjb/wikidata.yaml b/jjb/wikidata.yaml
index f4b4168..32a265d 100644
--- a/jjb/wikidata.yaml
+++ b/jjb/wikidata.yaml
@@ -53,7 +53,6 @@
      - archive-log-dir
      - junit:
         results: 'log/junit*.xml'
-     - 'mw-teardown-{dbflavor}'
 
 - project:
     name: wikidata

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac8806c5ea45def47a716f1de2cfd780dc723b1b
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