Add Python 3.3 PyPI mirror jobs
* .../files/jenkins_job_builder/config/mirror.yaml: Add jobs to update pypi.openstack.org from the mirror33 slave both periodically and on demand. This will ensure that any Python 3.3 specific dependencies are captured appropriately. * .../files/zuul/layout.yaml: Run the .*-mirror-python33 jobs any time we also run the equivalent python26 or python27 jobs. Change-Id: Id5266921a4c858c6897a767a314eb1c0b658834e
This commit is contained in:
parent
992355d7fb
commit
e822538613
@ -72,3 +72,41 @@
|
|||||||
publishers:
|
publishers:
|
||||||
- link-logs
|
- link-logs
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: 'periodic-mirror-python33'
|
||||||
|
node: mirror33
|
||||||
|
concurrent: false
|
||||||
|
|
||||||
|
wrappers:
|
||||||
|
- timeout:
|
||||||
|
timeout: 60
|
||||||
|
fail: true
|
||||||
|
- timestamps
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- update-pypi-mirror
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- link-logs
|
||||||
|
- console-log-periodic
|
||||||
|
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: 'post-mirror-python33'
|
||||||
|
node: mirror33
|
||||||
|
concurrent: false
|
||||||
|
|
||||||
|
wrappers:
|
||||||
|
- timeout:
|
||||||
|
timeout: 60
|
||||||
|
fail: true
|
||||||
|
- timestamps
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- update-pypi-mirror
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- link-logs
|
||||||
|
- console-log
|
||||||
|
@ -213,6 +213,7 @@ projects:
|
|||||||
- zuul-pypi-upload:
|
- zuul-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
periodic:
|
periodic:
|
||||||
- periodic-test
|
- periodic-test
|
||||||
|
|
||||||
@ -236,6 +237,7 @@ projects:
|
|||||||
- nose-html-output-pypi-upload:
|
- nose-html-output-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack-infra/gerrit
|
- name: openstack-infra/gerrit
|
||||||
check:
|
check:
|
||||||
@ -259,6 +261,7 @@ projects:
|
|||||||
- gerritbot-pypi-upload:
|
- gerritbot-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack-infra/gerritlib
|
- name: openstack-infra/gerritlib
|
||||||
check:
|
check:
|
||||||
@ -272,6 +275,7 @@ projects:
|
|||||||
- gerritlib-pypi-upload:
|
- gerritlib-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack-infra/jeepyb
|
- name: openstack-infra/jeepyb
|
||||||
check:
|
check:
|
||||||
@ -287,6 +291,7 @@ projects:
|
|||||||
- jeepyb-pypi-upload:
|
- jeepyb-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack-infra/jenkins-job-builder
|
- name: openstack-infra/jenkins-job-builder
|
||||||
check:
|
check:
|
||||||
@ -312,6 +317,7 @@ projects:
|
|||||||
- jenkins-job-builder-pypi-upload:
|
- jenkins-job-builder-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack-infra/lodgeit
|
- name: openstack-infra/lodgeit
|
||||||
check:
|
check:
|
||||||
@ -385,6 +391,7 @@ projects:
|
|||||||
- reviewday-pypi-upload:
|
- reviewday-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack-infra/reviewstats
|
- name: openstack-infra/reviewstats
|
||||||
check:
|
check:
|
||||||
@ -412,6 +419,7 @@ projects:
|
|||||||
- storyboard-pypi-upload:
|
- storyboard-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack-infra/odsreg
|
- name: openstack-infra/odsreg
|
||||||
check:
|
check:
|
||||||
@ -433,6 +441,7 @@ projects:
|
|||||||
- statusbot-pypi-upload:
|
- statusbot-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack/cinder
|
- name: openstack/cinder
|
||||||
check:
|
check:
|
||||||
@ -746,6 +755,7 @@ projects:
|
|||||||
- oslo.config-pypi-upload:
|
- oslo.config-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- oslo.config-docs
|
- oslo.config-docs
|
||||||
|
|
||||||
- name: openstack/oslo.messaging
|
- name: openstack/oslo.messaging
|
||||||
@ -771,6 +781,7 @@ projects:
|
|||||||
- oslo.messaging-pypi-upload:
|
- oslo.messaging-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- oslo.messaging-docs
|
- oslo.messaging-docs
|
||||||
|
|
||||||
- name: openstack/oslo.sphinx
|
- name: openstack/oslo.sphinx
|
||||||
@ -789,6 +800,7 @@ projects:
|
|||||||
- oslo.sphinx-pypi-upload:
|
- oslo.sphinx-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack/neutron
|
- name: openstack/neutron
|
||||||
check:
|
check:
|
||||||
@ -883,6 +895,7 @@ projects:
|
|||||||
- python-ceilometerclient-pypi-upload:
|
- python-ceilometerclient-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- python-ceilometerclient-docs
|
- python-ceilometerclient-docs
|
||||||
|
|
||||||
- name: openstack/python-cinderclient
|
- name: openstack/python-cinderclient
|
||||||
@ -923,6 +936,7 @@ projects:
|
|||||||
- python-cinderclient-pypi-upload:
|
- python-cinderclient-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- python-cinderclient-docs
|
- python-cinderclient-docs
|
||||||
|
|
||||||
- name: openstack/python-glanceclient
|
- name: openstack/python-glanceclient
|
||||||
@ -963,6 +977,7 @@ projects:
|
|||||||
- python-glanceclient-pypi-upload:
|
- python-glanceclient-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- python-glanceclient-docs
|
- python-glanceclient-docs
|
||||||
|
|
||||||
- name: openstack/python-keystoneclient
|
- name: openstack/python-keystoneclient
|
||||||
@ -1003,6 +1018,7 @@ projects:
|
|||||||
- python-keystoneclient-pypi-upload:
|
- python-keystoneclient-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- python-keystoneclient-docs
|
- python-keystoneclient-docs
|
||||||
|
|
||||||
- name: openstack/python-novaclient
|
- name: openstack/python-novaclient
|
||||||
@ -1043,6 +1059,7 @@ projects:
|
|||||||
- python-novaclient-pypi-upload:
|
- python-novaclient-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- python-novaclient-docs
|
- python-novaclient-docs
|
||||||
|
|
||||||
- name: openstack/python-openstackclient
|
- name: openstack/python-openstackclient
|
||||||
@ -1068,6 +1085,7 @@ projects:
|
|||||||
- python-openstackclient-pypi-upload:
|
- python-openstackclient-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- python-openstackclient-docs
|
- python-openstackclient-docs
|
||||||
|
|
||||||
- name: openstack/python-neutronclient
|
- name: openstack/python-neutronclient
|
||||||
@ -1108,6 +1126,7 @@ projects:
|
|||||||
- python-neutronclient-pypi-upload:
|
- python-neutronclient-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- python-neutronclient-docs
|
- python-neutronclient-docs
|
||||||
|
|
||||||
- name: openstack/python-swiftclient
|
- name: openstack/python-swiftclient
|
||||||
@ -1133,6 +1152,7 @@ projects:
|
|||||||
- python-swiftclient-pypi-upload:
|
- python-swiftclient-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- python-swiftclient-docs
|
- python-swiftclient-docs
|
||||||
|
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
@ -1145,9 +1165,11 @@ projects:
|
|||||||
post:
|
post:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
periodic:
|
periodic:
|
||||||
- periodic-mirror-python26
|
- periodic-mirror-python26
|
||||||
- periodic-mirror-python27
|
- periodic-mirror-python27
|
||||||
|
- periodic-mirror-python33
|
||||||
|
|
||||||
- name: openstack-dev/grenade
|
- name: openstack-dev/grenade
|
||||||
check:
|
check:
|
||||||
@ -1182,6 +1204,7 @@ projects:
|
|||||||
- hacking-pypi-upload:
|
- hacking-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack-dev/pbr
|
- name: openstack-dev/pbr
|
||||||
check:
|
check:
|
||||||
@ -1225,6 +1248,7 @@ projects:
|
|||||||
- pbr-pypi-upload:
|
- pbr-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack-dev/devstack
|
- name: openstack-dev/devstack
|
||||||
check:
|
check:
|
||||||
@ -1449,6 +1473,7 @@ projects:
|
|||||||
- python-heatclient-pypi-upload:
|
- python-heatclient-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- python-heatclient-docs
|
- python-heatclient-docs
|
||||||
|
|
||||||
- name: openstack/heat-cfntools
|
- name: openstack/heat-cfntools
|
||||||
@ -1472,6 +1497,7 @@ projects:
|
|||||||
- heat-cfntools-pypi-upload:
|
- heat-cfntools-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- heat-cfntools-docs
|
- heat-cfntools-docs
|
||||||
|
|
||||||
- name: openstack/heat-templates
|
- name: openstack/heat-templates
|
||||||
@ -1529,6 +1555,7 @@ projects:
|
|||||||
- python-troveclient-pypi-upload:
|
- python-troveclient-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: stackforge/marconi
|
- name: stackforge/marconi
|
||||||
check:
|
check:
|
||||||
@ -1568,6 +1595,7 @@ projects:
|
|||||||
- designate-pypi-upload:
|
- designate-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: stackforge/python-designateclient
|
- name: stackforge/python-designateclient
|
||||||
check:
|
check:
|
||||||
@ -1589,6 +1617,7 @@ projects:
|
|||||||
- python-designateclient-pypi-upload:
|
- python-designateclient-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: stackforge/bindep
|
- name: stackforge/bindep
|
||||||
check:
|
check:
|
||||||
@ -1609,6 +1638,7 @@ projects:
|
|||||||
- bindep-pypi-upload:
|
- bindep-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: stackforge/billingstack
|
- name: stackforge/billingstack
|
||||||
check:
|
check:
|
||||||
@ -1630,6 +1660,7 @@ projects:
|
|||||||
- billingstack-pypi-upload:
|
- billingstack-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
|
|
||||||
- name: stackforge/bufunfa
|
- name: stackforge/bufunfa
|
||||||
@ -1784,6 +1815,7 @@ projects:
|
|||||||
- git-review-pypi-upload:
|
- git-review-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack/openstack-planet
|
- name: openstack/openstack-planet
|
||||||
check:
|
check:
|
||||||
@ -1909,6 +1941,7 @@ projects:
|
|||||||
- gear-pypi-upload:
|
- gear-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack-infra/gearman-plugin
|
- name: openstack-infra/gearman-plugin
|
||||||
check:
|
check:
|
||||||
@ -1977,6 +2010,7 @@ projects:
|
|||||||
- savanna-pypi-upload:
|
- savanna-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- hook-savanna-rtfd
|
- hook-savanna-rtfd
|
||||||
|
|
||||||
- name: stackforge/python-savannaclient
|
- name: stackforge/python-savannaclient
|
||||||
@ -1999,6 +2033,7 @@ projects:
|
|||||||
- python-savannaclient-pypi-upload:
|
- python-savannaclient-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- hook-python-savannaclient-rtfd
|
- hook-python-savannaclient-rtfd
|
||||||
|
|
||||||
- name: stackforge/savanna-dashboard
|
- name: stackforge/savanna-dashboard
|
||||||
@ -2021,6 +2056,7 @@ projects:
|
|||||||
- savanna-dashboard-pypi-upload:
|
- savanna-dashboard-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
- hook-savanna-dashboard-rtfd
|
- hook-savanna-dashboard-rtfd
|
||||||
|
|
||||||
- name: stackforge/savanna-extra
|
- name: stackforge/savanna-extra
|
||||||
@ -2305,6 +2341,7 @@ projects:
|
|||||||
- python-muranoclient-pypi-upload:
|
- python-muranoclient-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: stackforge/opencafe
|
- name: stackforge/opencafe
|
||||||
check:
|
check:
|
||||||
@ -2580,3 +2617,4 @@ projects:
|
|||||||
- pycadf-pypi-upload:
|
- pycadf-pypi-upload:
|
||||||
- post-mirror-python26
|
- post-mirror-python26
|
||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
Loading…
x
Reference in New Issue
Block a user