jenkins.plone.org/master: Merge pull request #208 from plone/remove-zope-jobs
GitHub <jenkins-z4DKO/[email protected]> Tue, 01 Aug 2017 13:43:50 -0700 (PDT)
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: jenkins.plone.org Branch: refs/heads/master Date: 2017-08-01T22:43:42+02:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: https://github.com/plone/jenkins.plone.org/commit/b7afcdae8029a148e2e7ed4a4c51758d58df4ee2 Merge pull request #208 from plone/remove-zope-jobs Remove zope/CMF related jobs Files changed: M jobs/jobs.yml D jobs/scripts/zope-cmf.sh D jobs/scripts/zope.sh D jobs/scripts/ztk.sh diff --git a/jobs/jobs.yml b/jobs/jobs.yml index 01e4236..447bfab 100644 --- a/jobs/jobs.yml +++ b/jobs/jobs.yml @@ -269,38 +269,6 @@ - 'py3-test' -- project: - name: ZTK (Zope Toolkit) - pyversion: - - '27': - pybinary: '$PYTHON27' - - '35': - pybinary: '$PYTHON35' - jobs: - - 'zope-ztk-{pyversion}' - - -- project: - name: Zope2 - pyversion: - - '27': - pybinary: '$PYTHON27' - - '35': - pybinary: '$PYTHON35' - jobs: - - 'zope-{pyversion}' - - -- project: - name: CMF - pyversion: - - '27': - pybinary: '$PYTHON27' - - '35': - pybinary: '$PYTHON35' - jobs: - - 'zope-cmf-{pyversion}' - - project: name: QA scripts @@ -888,102 +856,6 @@ <<: *plone -- job-template: - name: zope-ztk-{pyversion} - display-name: Zope Toolkit py{pyversion} - - scm: - - git: - url: git://github.com/zopefoundation/zopetoolkit.git - branches: - - 'master' - - triggers: - - timed: '@weekly' - - builders: - - shell: - !include-raw: scripts/ztk.sh - - publishers: - - email-ext: - recipients: [email protected], gerken-Hgn/qBBDvdzwVR/[email protected] - reply-to: - content-type: default - regression: true - failure: true - improvement: false - still-failing: false - fixed: false - - wrappers: - - custom-workspace-cleanup - - <<: *plone - - -- job-template: - name: zope-{pyversion} - display-name: Zope2 py{pyversion} - - scm: - - git: - url: git://github.com/zopefoundation/Zope.git - branches: - - 'master' - - triggers: - - timed: '@weekly' - - builders: - - shell: - !include-raw: scripts/zope.sh - - publishers: - - custom-junit - - wrappers: - - custom-workspace-cleanup - - <<: *plone - - -- job-template: - name: zope-cmf-{pyversion} - display-name: CMF py{pyversion} - - scm: - - git: - url: git://github.com/plone/buildout.coredev.git - branches: - - '5.1' - - triggers: - - timed: '@weekly' - - builders: - - shell: - !include-raw: scripts/zope-cmf.sh - - publishers: - - custom-junit - - - email-ext: - recipients: [email protected] - reply-to: - content-type: default - regression: true - failure: true - improvement: true - still-failing: true - fixed: true - - wrappers: - - custom-workspace-cleanup - - <<: *plone - - - job: name: qa-pending-releases display-name: Pending releases diff --git a/jobs/scripts/zope-cmf.sh b/jobs/scripts/zope-cmf.sh deleted file mode 100644 index e760fba..0000000 --- a/jobs/scripts/zope-cmf.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash -{pybinary} bootstrap.py -c experimental/cmf.cfg -bin/buildout -c experimental/cmf.cfg -bin/jenkins-test --xml diff --git a/jobs/scripts/zope.sh b/jobs/scripts/zope.sh deleted file mode 100644 index 6d55370..0000000 --- a/jobs/scripts/zope.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env bash -cat > jenkins.cfg << EOF -[buildout] -extends = buildout.cfg -parts += - jenkins-test - -[jenkins-test] -recipe = collective.xmltestreport -eggs = - \${{alltests:eggs}} - -[versions] -collective.xmltestreport = 1.3.3 -EOF -{pybinary} bootstrap.py -c jenkins.cfg -bin/buildout -c jenkins.cfg -bin/jenkins-test --xml diff --git a/jobs/scripts/ztk.sh b/jobs/scripts/ztk.sh deleted file mode 100644 index ab2fffc..0000000 --- a/jobs/scripts/ztk.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash -{pybinary} bootstrap.py -c development-python2.cfg -bin/buildout -t 3 -v -c development-python2.cfg -rm src/zope.component/src/zope/component/tests/test_standalone.py -bin/test-ztk ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot