jenkins-bot has submitted this change and it was merged.

Change subject: Delete unused pywikibot-core-tests
......................................................................


Delete unused pywikibot-core-tests

The job is no more triggered since dfa3c375 (January 2014).

Change-Id: I3d117d22a5ac0824f7cabeace159a07fb5d4549a
---
M jjb/pywikibot.yaml
1 file changed, 0 insertions(+), 36 deletions(-)

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



diff --git a/jjb/pywikibot.yaml b/jjb/pywikibot.yaml
index a94a45d..03944f2 100644
--- a/jjb/pywikibot.yaml
+++ b/jjb/pywikibot.yaml
@@ -1,38 +1,3 @@
-# Template used to run the pywikibot/core test suite via
-#   python setup.py test
-- job-template:
-    name: 'pywikibot-core-tests'
-    # Needs an internet access to run tests against wikis
-    #node: hasContintPackages && UbuntuPrecise
-    node: gallium
-    defaults: use-remote-zuul
-
-    triggers:
-     - zuul
-
-    builders:
-    # Zuul uses Python str.format(obj) for {config} substitutions
-    # Escape as {foo} as {{key}} to avoid triggering a KeyError in Zuul parser
-     - shell: |
-        cd externals/httplib2
-        python setup.py bdist
-        cd ../..
-        #
-        export PYTHONPATH=`pwd`/externals/httplib2/python2
-        export PYWIKIBOT2_DIR=`pwd`
-        cat > user-config.py << EOF
-        mylang = 'en'
-        family = 'wikipedia'
-        usernames['wikipedia']['en'] = 'Pywikibot-test'
-        password_file = 'passwordfile'
-        EOF
-        #
-        cat > passwordfile << EOF
-        ('Pywikibot-test', '...password...')
-        EOF
-        # hack to make sure we do not download dependencies from pip
-        http_proxy=nowhere https_proxy=nowhere python setup.py test
-
 - project:
     name: 'pywikibot-bots-CommonsDelinker'
     toxenv:
@@ -56,7 +21,6 @@
      - nose34  # must only trigger the '-trusty' version
 
     jobs:
-     - pywikibot-core-tests
      - '{name}-tox-{toxenv}'
      - '{name}-tox-{toxenv}-trusty'
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3d117d22a5ac0824f7cabeace159a07fb5d4549a
Gerrit-PatchSet: 2
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to