Remove pep8 canary builds.

It prevents the requirements job from running, leaving users with
a confusing error message instead of the helpful one provided by
a failing requirements job.

Change-Id: I67faed4866261c90b29875d75054f8d7ebe29f8d
Reviewed-on: https://review.openstack.org/26490
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2013-04-09 08:18:50 -07:00 committed by Jenkins
parent f1bda319fe
commit 17383e28a6

View File

@ -117,7 +117,6 @@ jobs:
- name: gate-openstack-manuals-validate - name: gate-openstack-manuals-validate
voting: false voting: false
- name: ^gate-.*-requirements$ - name: ^gate-.*-requirements$
voting: false
failure-message: Incompatible requirement found; see https://wiki.openstack.org/wiki/Requirements failure-message: Incompatible requirement found; see https://wiki.openstack.org/wiki/Requirements
files: files:
- '^tools/.*-requires$' - '^tools/.*-requires$'
@ -127,7 +126,7 @@ jobs:
projects: projects:
- name: openstack-infra/zuul - name: openstack-infra/zuul
check: check:
- gate-zuul-pep8: - gate-zuul-pep8
- gate-zuul-docs - gate-zuul-docs
- gate-zuul-pyflakes - gate-zuul-pyflakes
- gate-zuul-python26 - gate-zuul-python26
@ -316,8 +315,8 @@ projects:
- name: openstack/cinder - name: openstack/cinder
check: check:
- gate-cinder-pep8:
- gate-cinder-requirements - gate-cinder-requirements
- gate-cinder-pep8
- gate-cinder-docs - gate-cinder-docs
- gate-cinder-python26 - gate-cinder-python26
- gate-cinder-python26-rhel6 - gate-cinder-python26-rhel6
@ -350,8 +349,8 @@ projects:
- name: openstack/glance - name: openstack/glance
check: check:
- gate-glance-pep8:
- gate-glance-requirements - gate-glance-requirements
- gate-glance-pep8
- gate-glance-docs - gate-glance-docs
- gate-glance-python26 - gate-glance-python26
- gate-glance-python26-rhel6 - gate-glance-python26-rhel6
@ -384,8 +383,8 @@ projects:
- name: openstack/horizon - name: openstack/horizon
check: check:
- gate-horizon-pep8:
- gate-horizon-requirements - gate-horizon-requirements
- gate-horizon-pep8
- gate-horizon-docs - gate-horizon-docs
- gate-horizon-python26 - gate-horizon-python26
- gate-horizon-python26-rhel6 - gate-horizon-python26-rhel6
@ -420,8 +419,8 @@ projects:
- name: openstack/keystone - name: openstack/keystone
check: check:
- gate-keystone-pep8:
- gate-keystone-requirements - gate-keystone-requirements
- gate-keystone-pep8
- gate-keystone-docs - gate-keystone-docs
- gate-keystone-python26 - gate-keystone-python26
- gate-keystone-python26-rhel6 - gate-keystone-python26-rhel6
@ -456,8 +455,8 @@ projects:
- name: openstack/nova - name: openstack/nova
check: check:
- gate-nova-pep8:
- gate-nova-requirements - gate-nova-requirements
- gate-nova-pep8
- gate-nova-docs - gate-nova-docs
- gate-nova-python26 - gate-nova-python26
- gate-nova-python26-rhel6 - gate-nova-python26-rhel6
@ -492,8 +491,8 @@ projects:
- name: openstack/oslo-incubator - name: openstack/oslo-incubator
check: check:
- gate-oslo-incubator-pep8:
- gate-oslo-incubator-requirements - gate-oslo-incubator-requirements
- gate-oslo-incubator-pep8
- gate-oslo-incubator-docs - gate-oslo-incubator-docs
- gate-oslo-incubator-pyflakes - gate-oslo-incubator-pyflakes
- gate-oslo-incubator-python26 - gate-oslo-incubator-python26
@ -513,8 +512,8 @@ projects:
- name: openstack/oslo.config - name: openstack/oslo.config
check: check:
- gate-oslo.config-pep8:
- gate-oslo.config-requirements - gate-oslo.config-requirements
- gate-oslo.config-pep8
- gate-oslo.config-docs - gate-oslo.config-docs
- gate-oslo.config-python26 - gate-oslo.config-python26
- gate-oslo.config-python26-rhel6 - gate-oslo.config-python26-rhel6
@ -537,8 +536,8 @@ projects:
- name: openstack/quantum - name: openstack/quantum
check: check:
- gate-quantum-pep8:
- gate-quantum-requirements - gate-quantum-requirements
- gate-quantum-pep8
- gate-quantum-docs - gate-quantum-docs
- gate-quantum-python26 - gate-quantum-python26
- gate-quantum-python26-rhel6 - gate-quantum-python26-rhel6
@ -564,8 +563,8 @@ projects:
- name: openstack/swift - name: openstack/swift
check: check:
- gate-swift-pep8:
- gate-swift-requirements - gate-swift-requirements
- gate-swift-pep8
- gate-swift-docs - gate-swift-docs
- gate-swift-python26 - gate-swift-python26
- gate-swift-python26-rhel6 - gate-swift-python26-rhel6
@ -598,8 +597,8 @@ projects:
- name: openstack/python-ceilometerclient - name: openstack/python-ceilometerclient
check: check:
- gate-python-ceilometerclient-pep8:
- gate-python-ceilometerclient-requirements - gate-python-ceilometerclient-requirements
- gate-python-ceilometerclient-pep8
- gate-python-ceilometerclient-docs - gate-python-ceilometerclient-docs
- gate-python-ceilometerclient-python26 - gate-python-ceilometerclient-python26
- gate-python-ceilometerclient-python26-rhel6 - gate-python-ceilometerclient-python26-rhel6
@ -622,8 +621,8 @@ projects:
- name: openstack/python-cinderclient - name: openstack/python-cinderclient
check: check:
- gate-python-cinderclient-pep8:
- gate-python-cinderclient-requirements - gate-python-cinderclient-requirements
- gate-python-cinderclient-pep8
- gate-python-cinderclient-docs - gate-python-cinderclient-docs
- gate-python-cinderclient-python26 - gate-python-cinderclient-python26
- gate-python-cinderclient-python26-rhel6 - gate-python-cinderclient-python26-rhel6
@ -656,8 +655,8 @@ projects:
- name: openstack/python-glanceclient - name: openstack/python-glanceclient
check: check:
- gate-python-glanceclient-pep8:
- gate-python-glanceclient-requirements - gate-python-glanceclient-requirements
- gate-python-glanceclient-pep8
- gate-python-glanceclient-docs - gate-python-glanceclient-docs
- gate-python-glanceclient-python26 - gate-python-glanceclient-python26
- gate-python-glanceclient-python26-rhel6 - gate-python-glanceclient-python26-rhel6
@ -690,8 +689,8 @@ projects:
- name: openstack/python-keystoneclient - name: openstack/python-keystoneclient
check: check:
- gate-python-keystoneclient-pep8:
- gate-python-keystoneclient-requirements - gate-python-keystoneclient-requirements
- gate-python-keystoneclient-pep8
- gate-python-keystoneclient-docs - gate-python-keystoneclient-docs
- gate-python-keystoneclient-python26 - gate-python-keystoneclient-python26
- gate-python-keystoneclient-python26-rhel6 - gate-python-keystoneclient-python26-rhel6
@ -724,8 +723,8 @@ projects:
- name: openstack/python-novaclient - name: openstack/python-novaclient
check: check:
- gate-python-novaclient-pep8:
- gate-python-novaclient-requirements - gate-python-novaclient-requirements
- gate-python-novaclient-pep8
- gate-python-novaclient-docs - gate-python-novaclient-docs
- gate-python-novaclient-python26 - gate-python-novaclient-python26
- gate-python-novaclient-python26-rhel6 - gate-python-novaclient-python26-rhel6
@ -758,8 +757,8 @@ projects:
- name: openstack/python-openstackclient - name: openstack/python-openstackclient
check: check:
- gate-python-openstackclient-pep8:
- gate-python-openstackclient-requirements - gate-python-openstackclient-requirements
- gate-python-openstackclient-pep8
- gate-python-openstackclient-docs - gate-python-openstackclient-docs
- gate-python-openstackclient-python26 - gate-python-openstackclient-python26
- gate-python-openstackclient-python26-rhel6 - gate-python-openstackclient-python26-rhel6
@ -782,8 +781,8 @@ projects:
- name: openstack/python-quantumclient - name: openstack/python-quantumclient
check: check:
- gate-python-quantumclient-pep8:
- gate-python-quantumclient-requirements - gate-python-quantumclient-requirements
- gate-python-quantumclient-pep8
- gate-python-quantumclient-docs - gate-python-quantumclient-docs
- gate-python-quantumclient-python26 - gate-python-quantumclient-python26
- gate-python-quantumclient-python26-rhel6 - gate-python-quantumclient-python26-rhel6
@ -816,8 +815,8 @@ projects:
- name: openstack/python-swiftclient - name: openstack/python-swiftclient
check: check:
- gate-python-swiftclient-pep8:
- gate-python-swiftclient-requirements - gate-python-swiftclient-requirements
- gate-python-swiftclient-pep8
- gate-python-swiftclient-docs - gate-python-swiftclient-docs
- gate-python-swiftclient-python26 - gate-python-swiftclient-python26
- gate-python-swiftclient-python26-rhel6 - gate-python-swiftclient-python26-rhel6
@ -856,7 +855,7 @@ projects:
- name: openstack-dev/hacking - name: openstack-dev/hacking
check: check:
- gate-hacking-pep8: - gate-hacking-pep8
- gate-hacking-docs - gate-hacking-docs
- gate-hacking-python26 - gate-hacking-python26
- gate-hacking-python27 - gate-hacking-python27
@ -879,7 +878,7 @@ projects:
- name: openstack-dev/pbr - name: openstack-dev/pbr
check: check:
- gate-pbr-pep8: - gate-pbr-pep8
- gate-pbr-docs - gate-pbr-docs
- gate-pbr-python26 - gate-pbr-python26
- gate-pbr-python27 - gate-pbr-python27
@ -950,8 +949,8 @@ projects:
- name: openstack/tempest - name: openstack/tempest
check: check:
- gate-tempest-pep8:
- gate-tempest-requirements - gate-tempest-requirements
- gate-tempest-pep8
- gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
@ -959,8 +958,8 @@ projects:
- gate-tempest-devstack-vm-quantum - gate-tempest-devstack-vm-quantum
- gate-tempest-devstack-vm-quantum-full - gate-tempest-devstack-vm-quantum-full
gate: gate:
- gate-tempest-pep8
- gate-tempest-requirements - gate-tempest-requirements
- gate-tempest-pep8
- gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
@ -970,8 +969,8 @@ projects:
- name: openstack/ceilometer - name: openstack/ceilometer
check: check:
- gate-ceilometer-pep8:
- gate-ceilometer-requirements - gate-ceilometer-requirements
- gate-ceilometer-pep8
- gate-ceilometer-docs - gate-ceilometer-docs
- gate-ceilometer-python26 - gate-ceilometer-python26
- gate-ceilometer-python26-rhel6 - gate-ceilometer-python26-rhel6
@ -1001,7 +1000,7 @@ projects:
- name: stackforge/libra - name: stackforge/libra
check: check:
- gate-libra-pep8: - gate-libra-pep8
- gate-libra-python27 - gate-libra-python27
gate: gate:
- gate-libra-pep8 - gate-libra-pep8
@ -1009,7 +1008,7 @@ projects:
- name: stackforge/python-libraclient - name: stackforge/python-libraclient
check: check:
- gate-python-libraclient-pep8: - gate-python-libraclient-pep8
- gate-python-libraclient-python27 - gate-python-libraclient-python27
gate: gate:
- gate-python-libraclient-pep8 - gate-python-libraclient-pep8
@ -1018,7 +1017,7 @@ projects:
- name: stackforge/healthnmon - name: stackforge/healthnmon
check: check:
- gate-healthnmon-pep8: - gate-healthnmon-pep8
- gate-healthnmon-python27 - gate-healthnmon-python27
gate: gate:
- gate-healthnmon-pep8 - gate-healthnmon-pep8
@ -1026,8 +1025,8 @@ projects:
- name: openstack/heat - name: openstack/heat
check: check:
- gate-heat-pep8:
- gate-heat-requirements - gate-heat-requirements
- gate-heat-pep8
- gate-heat-python26 - gate-heat-python26
- gate-heat-python26-rhel6 - gate-heat-python26-rhel6
- gate-heat-python27 - gate-heat-python27
@ -1049,8 +1048,8 @@ projects:
- name: openstack/python-heatclient - name: openstack/python-heatclient
check: check:
- gate-python-heatclient-pep8:
- gate-python-heatclient-requirements - gate-python-heatclient-requirements
- gate-python-heatclient-pep8
- gate-python-heatclient-python26 - gate-python-heatclient-python26
- gate-python-heatclient-python26-rhel6 - gate-python-heatclient-python26-rhel6
- gate-python-heatclient-python27 - gate-python-heatclient-python27
@ -1072,8 +1071,8 @@ projects:
- name: openstack/heat-cfntools - name: openstack/heat-cfntools
check: check:
- gate-heat-cfntools-pep8:
- gate-heat-cfntools-requirements - gate-heat-cfntools-requirements
- gate-heat-cfntools-pep8
- gate-heat-cfntools-python26 - gate-heat-cfntools-python26
- gate-heat-cfntools-python26-rhel6 - gate-heat-cfntools-python26-rhel6
- gate-heat-cfntools-python27 - gate-heat-cfntools-python27
@ -1095,7 +1094,7 @@ projects:
- name: stackforge/reddwarf - name: stackforge/reddwarf
check: check:
- gate-reddwarf-pep8: - gate-reddwarf-pep8
- gate-reddwarf-python26 - gate-reddwarf-python26
- gate-reddwarf-python26-rhel6 - gate-reddwarf-python26-rhel6
- gate-reddwarf-python27 - gate-reddwarf-python27
@ -1114,7 +1113,7 @@ projects:
- name: stackforge/python-reddwarfclient - name: stackforge/python-reddwarfclient
check: check:
- gate-python-reddwarfclient-pep8: - gate-python-reddwarfclient-pep8
- gate-python-reddwarfclient-python26 - gate-python-reddwarfclient-python26
- gate-python-reddwarfclient-python26-rhel6 - gate-python-reddwarfclient-python26-rhel6
- gate-python-reddwarfclient-python27 - gate-python-reddwarfclient-python27
@ -1130,7 +1129,7 @@ projects:
- name: stackforge/marconi - name: stackforge/marconi
check: check:
- gate-marconi-pep8: - gate-marconi-pep8
- gate-marconi-python26 - gate-marconi-python26
- gate-marconi-python26-rhel6 - gate-marconi-python26-rhel6
- gate-marconi-python27 - gate-marconi-python27
@ -1141,7 +1140,7 @@ projects:
- name: stackforge/moniker - name: stackforge/moniker
check: check:
- gate-moniker-pyflakes: - gate-moniker-pyflakes
- gate-moniker-pep8 - gate-moniker-pep8
- gate-moniker-python26 - gate-moniker-python26
- gate-moniker-python26-rhel6 - gate-moniker-python26-rhel6
@ -1163,7 +1162,7 @@ projects:
- name: stackforge/python-monikerclient - name: stackforge/python-monikerclient
check: check:
- gate-python-monikerclient-pyflakes: - gate-python-monikerclient-pyflakes
- gate-python-monikerclient-pep8 - gate-python-monikerclient-pep8
- gate-python-monikerclient-python26 - gate-python-monikerclient-python26
- gate-python-monikerclient-python26-rhel6 - gate-python-monikerclient-python26-rhel6
@ -1185,7 +1184,7 @@ projects:
- name: stackforge/bufunfa - name: stackforge/bufunfa
check: check:
- gate-bufunfa-pep8: - gate-bufunfa-pep8
- gate-bufunfa-python26 - gate-bufunfa-python26
- gate-bufunfa-python26-rhel6 - gate-bufunfa-python26-rhel6
- gate-bufunfa-python27 - gate-bufunfa-python27
@ -1330,7 +1329,7 @@ projects:
- name: stackforge/diskimage-builder - name: stackforge/diskimage-builder
check: check:
- gate-diskimage-builder-pep8: - gate-diskimage-builder-pep8
- gate-diskimage-builder-python26 - gate-diskimage-builder-python26
- gate-diskimage-builder-python26-rhel6 - gate-diskimage-builder-python26-rhel6
- gate-diskimage-builder-python27 - gate-diskimage-builder-python27
@ -1343,7 +1342,7 @@ projects:
- name: stackforge/os-config-applier - name: stackforge/os-config-applier
check: check:
- gate-os-config-applier-pep8: - gate-os-config-applier-pep8
- gate-os-config-applier-python26 - gate-os-config-applier-python26
- gate-os-config-applier-python26-rhel6 - gate-os-config-applier-python26-rhel6
- gate-os-config-applier-python27 - gate-os-config-applier-python27
@ -1356,7 +1355,7 @@ projects:
- name: stackforge/tripleo-image-elements - name: stackforge/tripleo-image-elements
check: check:
- gate-tripleo-image-elements-pep8: - gate-tripleo-image-elements-pep8
- gate-tripleo-image-elements-python26 - gate-tripleo-image-elements-python26
- gate-tripleo-image-elements-python26-rhel6 - gate-tripleo-image-elements-python26-rhel6
- gate-tripleo-image-elements-python27 - gate-tripleo-image-elements-python27
@ -1369,7 +1368,7 @@ projects:
- name: stackforge/climate - name: stackforge/climate
check: check:
- gate-climate-pep8: - gate-climate-pep8
- gate-climate-python26 - gate-climate-python26
- gate-climate-python27 - gate-climate-python27
gate: gate:
@ -1385,7 +1384,7 @@ projects:
- name: openstack-infra/gear - name: openstack-infra/gear
check: check:
- gate-gear-pep8: - gate-gear-pep8
- gate-gear-python26 - gate-gear-python26
- gate-gear-python27 - gate-gear-python27
gate: gate:
@ -1409,7 +1408,7 @@ projects:
- name: stackforge/packstack - name: stackforge/packstack
check: check:
- gate-packstack-pep8: - gate-packstack-pep8
- gate-packstack-python26 - gate-packstack-python26
- gate-packstack-python26-rhel6 - gate-packstack-python26-rhel6
- gate-packstack-python27 - gate-packstack-python27
@ -1426,7 +1425,7 @@ projects:
- name: stackforge/savanna - name: stackforge/savanna
check: check:
- gate-savanna-pyflakes: - gate-savanna-pyflakes
- gate-savanna-pep8 - gate-savanna-pep8
- gate-savanna-python26 - gate-savanna-python26
- gate-savanna-python26-rhel6 - gate-savanna-python26-rhel6
@ -1446,7 +1445,7 @@ projects:
- name: stackforge/python-savannaclient - name: stackforge/python-savannaclient
check: check:
- gate-python-savannaclient-pyflakes: - gate-python-savannaclient-pyflakes
- gate-python-savannaclient-pep8 - gate-python-savannaclient-pep8
- gate-python-savannaclient-python26 - gate-python-savannaclient-python26
- gate-python-savannaclient-python26-rhel6 - gate-python-savannaclient-python26-rhel6