Merge "Stop running stable/folsom jobs"

This commit is contained in:
Jenkins 2013-11-14 11:57:07 +00:00 committed by Gerrit Code Review
commit 8fd9c0a4cc
9 changed files with 42 additions and 362 deletions

View File

@ -16,7 +16,7 @@ then
DOC_COMMENTS_ENABLED=0 DOC_COMMENTS_ENABLED=0
fi fi
# The stable/<releasename> branch should get published to /releasename, such as grizzly or folsom # The stable/<releasename> branch should get published to /releasename, such as icehouse or havana
if [[ $BRANCH =~ ^stable/(.*)$ ]] if [[ $BRANCH =~ ^stable/(.*)$ ]]
then then
DOC_RELEASE_PATH=${BASH_REMATCH[1]} DOC_RELEASE_PATH=${BASH_REMATCH[1]}

View File

@ -9,11 +9,6 @@
label-Code-Review = -2..+2 group ceilometer-core label-Code-Review = -2..+2 group ceilometer-core
label-Code-Review = -1..+1 group Registered Users label-Code-Review = -1..+1 group Registered Users
label-Approved = +0..+1 group ceilometer-core label-Approved = +0..+1 group ceilometer-core
[access "refs/heads/stable/folsom"]
exclusiveGroupPermissions = label-Code-Review label-Approved
label-Code-Review = -2..+2 group ceilometer-core
label-Code-Review = -1..+1 group Registered Users
label-Approved = +0..+1 group ceilometer-core
[project] [project]
state = active state = active
[receive] [receive]

View File

@ -1,54 +1,3 @@
- job-template:
name: '{pipeline}-tempest-devstack-vm-smoke'
node: '{node}'
wrappers:
- timeout:
timeout: 120
fail: true
- timestamps
builders:
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
- link-logs
publishers:
- devstack-logs
- console-log
- job:
name: check-tempest-devstack-vm-smoke-stable-folsom
node: devstack-precise || devstack-precise-check
wrappers:
- timeout:
timeout: 120
fail: true
- timestamps
builders:
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export ZUUL_BRANCH=stable/folsom
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
- link-logs
publishers:
- devstack-logs
- console-log
- job-template: - job-template:
name: '{pipeline}-tempest-devstack-vm-full' name: '{pipeline}-tempest-devstack-vm-full'
node: '{node}' node: '{node}'
@ -212,59 +161,6 @@
- console-log - console-log
- job-template:
name: '{pipeline}-tempest-devstack-vm-cinder'
node: '{node}'
wrappers:
- timeout:
timeout: 90
fail: true
- timestamps
builders:
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_CINDER=1
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
- link-logs
publishers:
- devstack-logs
- console-log
- job:
name: check-tempest-devstack-vm-cinder-stable-folsom
node: devstack-precise || devstack-precise-check
wrappers:
- timeout:
timeout: 90
fail: true
- timestamps
builders:
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_CINDER=1
export ZUUL_BRANCH=stable/folsom
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
- link-logs
publishers:
- devstack-logs
- console-log
- job-template: - job-template:
name: '{pipeline}-tempest-devstack-vm-neutron' name: '{pipeline}-tempest-devstack-vm-neutron'
node: '{node}' node: '{node}'
@ -638,64 +534,6 @@
- devstack-logs - devstack-logs
- console-log - console-log
- job:
name: periodic-tempest-devstack-vm-stable-folsom
node: devstack-precise
wrappers:
- timeout:
timeout: 90
fail: true
- timestamps
builders:
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export ZUUL_BRANCH=stable/folsom
unset ZUUL_PROJECT
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
- link-logs
publishers:
- devstack-logs-periodic
- console-log-periodic
- email:
recipients: openstack-stable-maint@lists.openstack.org
- job:
name: periodic-tempest-devstack-vm-cinder-stable-folsom
node: devstack-precise
wrappers:
- timeout:
timeout: 90
fail: true
- timestamps
builders:
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_CINDER=1
export ZUUL_BRANCH=stable/folsom
unset ZUUL_PROJECT
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
- link-logs
publishers:
- devstack-logs-periodic
- console-log-periodic
- email:
recipients: openstack-stable-maint@lists.openstack.org
- job: - job:
name: periodic-tempest-devstack-vm-stable-grizzly name: periodic-tempest-devstack-vm-stable-grizzly
@ -1042,9 +880,7 @@
- job-group: - job-group:
name: devstack-jobs name: devstack-jobs
jobs: jobs:
- '{pipeline}-tempest-devstack-vm-smoke'
- '{pipeline}-tempest-devstack-vm-full' - '{pipeline}-tempest-devstack-vm-full'
- '{pipeline}-tempest-devstack-vm-cinder'
- '{pipeline}-tempest-devstack-vm-neutron' - '{pipeline}-tempest-devstack-vm-neutron'
- '{pipeline}-tempest-devstack-vm-neutron-pg' - '{pipeline}-tempest-devstack-vm-neutron-pg'
- '{pipeline}-tempest-devstack-vm-neutron-isolated' - '{pipeline}-tempest-devstack-vm-neutron-isolated'

View File

@ -24,8 +24,7 @@
keep-hierarchy: true keep-hierarchy: true
copy-after-failure: true copy-after-failure: true
# in zuul/layout.yaml specified to only run against stable/folsom and grizzly # in zuul/layout.yaml specified to only run against stable/grizzly
# branches.
- job: - job:
name: gate-openstack-manuals-validate name: gate-openstack-manuals-validate
node: precise node: precise

View File

@ -383,7 +383,6 @@
jobs: jobs:
- python-jobs - python-jobs
- python-folsom-bitrot-jobs
- python-grizzly-bitrot-jobs - python-grizzly-bitrot-jobs
- openstack-publish-jobs - openstack-publish-jobs
- translation-jobs - translation-jobs
@ -448,7 +447,6 @@
jobs: jobs:
- python-jobs - python-jobs
- python-folsom-bitrot-jobs
- python-grizzly-bitrot-jobs - python-grizzly-bitrot-jobs
- openstack-publish-jobs - openstack-publish-jobs
@ -509,7 +507,6 @@
jobs: jobs:
- python-jobs - python-jobs
- python-folsom-bitrot-jobs
- python-grizzly-bitrot-jobs - python-grizzly-bitrot-jobs
- openstack-publish-jobs - openstack-publish-jobs
- translation-jobs - translation-jobs
@ -569,7 +566,6 @@
jobs: jobs:
- python-jobs - python-jobs
- python-folsom-bitrot-jobs
- python-grizzly-bitrot-jobs - python-grizzly-bitrot-jobs
- openstack-publish-jobs - openstack-publish-jobs
- gate-{name}-pylint - gate-{name}-pylint
@ -1615,7 +1611,7 @@
profileos: "ubuntu" profileos: "ubuntu"
# in zuul/layout.yaml specified to only run against # in zuul/layout.yaml specified to only run against
# stable/folsom and grizzly branches. # stable/grizzly
- 'openstack-{oldmanual}-old' - 'openstack-{oldmanual}-old'
- openstack-{install}-{distribution}-old: - openstack-{install}-{distribution}-old:

View File

@ -96,18 +96,6 @@
node: '{node}' node: '{node}'
- job-group:
name: python-folsom-bitrot-jobs
branch: 'stable/folsom'
branch-name: 'stable-folsom'
email: openstack-stable-maint@lists.openstack.org
node: precise
jobs:
- 'periodic-{name}-python26-{branch-name}'
- 'periodic-{name}-python27-{branch-name}'
- 'periodic-{name}-docs-{branch-name}'
- job-group: - job-group:
name: python-grizzly-bitrot-jobs name: python-grizzly-bitrot-jobs
branch: 'stable/grizzly' branch: 'stable/grizzly'

View File

@ -16,27 +16,15 @@ pipelines:
jobs: jobs:
- name: ^.*$ - name: ^.*$
parameter-function: set_log_url parameter-function: set_log_url
- name: gate-tempest-devstack-vm-cinder
branch: stable/folsom
- name: gate-tempest-devstack-vm-smoke
branch: stable/folsom
- name: gate-tempest-devstack-vm-full
branch: ^(?!stable/folsom).*$
- name: gate-tempest-devstack-vm-neutron
branch: ^(?!stable/folsom).*$
- name: gate-tempest-devstack-vm-neutron-full - name: gate-tempest-devstack-vm-neutron-full
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
voting: false voting: false
- name: gate-tempest-devstack-vm-postgres-full - name: gate-tempest-devstack-vm-postgres-full
branch: ^(?!stable/folsom).*$
voting: false voting: false
- name: gate-grenade-devstack-vm - name: gate-grenade-devstack-vm
branch: ^(?!stable/folsom).*$
voting: false voting: false
- name: gate-nova-pylint - name: gate-nova-pylint
voting: false voting: false
- name: gate-nova-python26
branch: ^(?!stable/folsom).*$
- name: dev-zuul-coverage - name: dev-zuul-coverage
voting: false voting: false
- name: dev-heat-coverage - name: dev-heat-coverage
@ -63,7 +51,7 @@ jobs:
success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/doc/build/html/ success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/doc/build/html/
- name: ^gate-.*-requirements$ - name: ^gate-.*-requirements$
failure-message: Incompatible requirement found; see https://wiki.openstack.org/wiki/Requirements failure-message: Incompatible requirement found; see https://wiki.openstack.org/wiki/Requirements
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/(grizzly|havana)).*$
files: files:
- '^tools/.*-requires$' - '^tools/.*-requires$'
- '^.*requirements.txt$' - '^.*requirements.txt$'
@ -153,9 +141,7 @@ projects:
- gate-cinder-docs - gate-cinder-docs
- gate-cinder-python26 - gate-cinder-python26
- gate-cinder-python27 - gate-cinder-python27
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-grenade-devstack-vm - gate-grenade-devstack-vm
@ -167,9 +153,7 @@ projects:
- gate-glance-docs - gate-glance-docs
- gate-glance-python26 - gate-glance-python26
- gate-glance-python27 - gate-glance-python27
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-grenade-devstack-vm - gate-grenade-devstack-vm
@ -182,9 +166,7 @@ projects:
- gate-horizon-python26 - gate-horizon-python26
- gate-horizon-python27 - gate-horizon-python27
- gate-horizon-selenium - gate-horizon-selenium
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-grenade-devstack-vm - gate-grenade-devstack-vm
@ -196,9 +178,7 @@ projects:
- gate-keystone-docs - gate-keystone-docs
- gate-keystone-python26 - gate-keystone-python26
- gate-keystone-python27 - gate-keystone-python27
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-grenade-devstack-vm - gate-grenade-devstack-vm
@ -210,9 +190,7 @@ projects:
- gate-nova-docs - gate-nova-docs
- gate-nova-python26 - gate-nova-python26
- gate-nova-python27 - gate-nova-python27
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-grenade-devstack-vm - gate-grenade-devstack-vm
@ -268,9 +246,7 @@ projects:
- gate-swift-docs - gate-swift-docs
- gate-swift-python26 - gate-swift-python26
- gate-swift-python27 - gate-swift-python27
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-grenade-devstack-vm - gate-grenade-devstack-vm
@ -290,10 +266,8 @@ projects:
- gate-python-cinderclient-docs - gate-python-cinderclient-docs
- gate-python-cinderclient-python26 - gate-python-cinderclient-python26
- gate-python-cinderclient-python27 - gate-python-cinderclient-python27
- 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
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-grenade-devstack-vm - gate-grenade-devstack-vm
@ -304,10 +278,8 @@ projects:
- gate-python-glanceclient-docs - gate-python-glanceclient-docs
- gate-python-glanceclient-python26 - gate-python-glanceclient-python26
- gate-python-glanceclient-python27 - gate-python-glanceclient-python27
- 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
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-grenade-devstack-vm - gate-grenade-devstack-vm
@ -318,10 +290,8 @@ projects:
- gate-python-keystoneclient-docs - gate-python-keystoneclient-docs
- gate-python-keystoneclient-python26 - gate-python-keystoneclient-python26
- gate-python-keystoneclient-python27 - gate-python-keystoneclient-python27
- 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
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-grenade-devstack-vm - gate-grenade-devstack-vm
@ -332,10 +302,8 @@ projects:
- gate-python-novaclient-docs - gate-python-novaclient-docs
- gate-python-novaclient-python26 - gate-python-novaclient-python26
- gate-python-novaclient-python27 - gate-python-novaclient-python27
- 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
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-grenade-devstack-vm - gate-grenade-devstack-vm
@ -354,10 +322,8 @@ projects:
- gate-python-neutronclient-docs - gate-python-neutronclient-docs
- gate-python-neutronclient-python26 - gate-python-neutronclient-python26
- gate-python-neutronclient-python27 - gate-python-neutronclient-python27
- 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
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-grenade-devstack-vm - gate-grenade-devstack-vm
@ -395,18 +361,14 @@ projects:
- name: openstack-dev/devstack - name: openstack-dev/devstack
check: check:
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-grenade-devstack-vm - gate-grenade-devstack-vm
- name: openstack-infra/devstack-gate - name: openstack-infra/devstack-gate
check: check:
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-grenade-devstack-vm - gate-grenade-devstack-vm
@ -417,10 +379,8 @@ projects:
check: check:
- gate-tempest-requirements - gate-tempest-requirements
- gate-tempest-pep8 - gate-tempest-pep8
- 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
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-neutron-full - gate-tempest-devstack-vm-neutron-full

View File

@ -109,48 +109,33 @@ jobs:
parameter-function: set_log_url parameter-function: set_log_url
- name: ^.*devstack-vm.*$ - name: ^.*devstack-vm.*$
parameter-function: single_use_node parameter-function: single_use_node
- name: ^(gate|check)-tempest-devstack-vm-cinder$
branch: stable/folsom
- name: ^(gate|check)-tempest-devstack-vm-smoke$
branch: stable/folsom
- name: ^(gate|check)-tempest-devstack-vm-full$
branch: ^(?!stable/folsom).*$
- name: ^(gate|check)-tempest-devstack-vm-neutron$
branch: ^(?!stable/folsom).*$
- name: ^(gate|check)-tempest-devstack-vm-neutron-pg$ - name: ^(gate|check)-tempest-devstack-vm-neutron-pg$
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: ^(gate|check)-tempest-devstack-vm-neutron-isolated$ - name: ^(gate|check)-tempest-devstack-vm-neutron-isolated$
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: ^(gate|check)-tempest-devstack-vm-neutron-pg-isolated$ - name: ^(gate|check)-tempest-devstack-vm-neutron-pg-isolated$
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: ^(gate|check)-tempest-devstack-vm-neutron-full$ - name: ^(gate|check)-tempest-devstack-vm-neutron-full$
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
voting: false voting: false
- name: ^(gate|check)-tempest-devstack-vm-postgres-full$
branch: ^(?!stable/folsom).*$
- name: gate-tempest-devstack-vm-heat-slow - name: gate-tempest-devstack-vm-heat-slow
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
voting: false voting: false
- name: ^(gate|check)-devstack-vm-cells$ - name: ^(gate|check)-devstack-vm-cells$
branch: ^(?!stable/folsom).*$
voting: false voting: false
- name: ^(gate|check)-tempest-devstack-vm-large-ops$ - name: ^(gate|check)-tempest-devstack-vm-large-ops$
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
voting: true
- name: ^(gate|check)-tempest-devstack-vm-neutron-large-ops$ - name: ^(gate|check)-tempest-devstack-vm-neutron-large-ops$
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
voting: false voting: false
- name: ^(gate|check)-tempest-devstack-vm-cells$ - name: ^(gate|check)-tempest-devstack-vm-cells$
branch: ^(?!stable/folsom).*$
voting: false voting: false
- name: ^(gate|check)-tempest-devstack-vm-cells-full$ - name: ^(gate|check)-tempest-devstack-vm-cells-full$
branch: ^(?!stable/folsom).*$
voting: false voting: false
- name: ^(gate|check)-grenade-devstack-vm$ - name: ^(gate|check)-grenade-devstack-vm$
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
voting: true
- name: gate-tempest-python27 - name: gate-tempest-python27
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
# only here until stable is votable, then merge # only here until stable is votable, then merge
# back to a single job # back to a single job
- name: gate-grenade-devstack-vm-stable - name: gate-grenade-devstack-vm-stable
@ -159,19 +144,15 @@ jobs:
# Remove when gate-grenade-devstack-vm-stable is # Remove when gate-grenade-devstack-vm-stable is
# merged into gate-grenade-devstack-vm # merged into gate-grenade-devstack-vm
- name: gate-grenade-noop - name: gate-grenade-noop
branch: ^(stable/(folsom|grizzly)).*$ branch: ^(stable/grizzly).*$
- name: gate-devstack-bash8 - name: gate-devstack-bash8
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: gate-tempest-docs - name: gate-tempest-docs
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: tempest-docs - name: tempest-docs
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: ^(gate|check)-swift-devstack-vm-functional$ - name: ^(gate|check)-swift-devstack-vm-functional$
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: check-tempest-devstack-vm-cinder-stable-folsom
voting: false
- name: check-tempest-devstack-vm-smoke-stable-folsom
voting: false
- name: check-tempest-devstack-vm-full-stable-grizzly - name: check-tempest-devstack-vm-full-stable-grizzly
voting: false voting: false
- name: check-tempest-devstack-vm-neutron-stable-grizzly - name: check-tempest-devstack-vm-neutron-stable-grizzly
@ -187,12 +168,10 @@ jobs:
- name: gate-nova-pylint - name: gate-nova-pylint
voting: false voting: false
- name: gate-cinder-pylint - name: gate-cinder-pylint
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
voting: false voting: false
- name: gate-horizon-python27-django14 - name: gate-horizon-python27-django14
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: gate-nova-python26
branch: ^(?!stable/folsom).*$
- name: dev-zuul-coverage - name: dev-zuul-coverage
voting: false voting: false
- name: jenkins-job-builder-compare-xml - name: jenkins-job-builder-compare-xml
@ -224,55 +203,55 @@ jobs:
branch: ^master$ branch: ^master$
# Documentation targets for master and future stable branches: # Documentation targets for master and future stable branches:
- name: openstack-config-reference - name: openstack-config-reference
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: openstack-install-deploy-guide-debian - name: openstack-install-deploy-guide-debian
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: openstack-install-deploy-guide-fedora - name: openstack-install-deploy-guide-fedora
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: openstack-install-deploy-guide-opensuse - name: openstack-install-deploy-guide-opensuse
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: openstack-install-deploy-guide-ubuntu - name: openstack-install-deploy-guide-ubuntu
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: gate-openstack-manuals-validate-niceness - name: gate-openstack-manuals-validate-niceness
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
voting: false voting: false
- name: gate-openstack-manuals-validate-syntax - name: gate-openstack-manuals-validate-syntax
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: gate-openstack-manuals-validate-deletions - name: gate-openstack-manuals-validate-deletions
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: gate-openstack-manuals-validate-build - name: gate-openstack-manuals-validate-build
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
# Deprecated documentation targets: # Deprecated documentation targets:
- name: openstack-block-storage-admin-old - name: openstack-block-storage-admin-old
branch: stable/(grizzly|folsom) branch: stable/grizzly
- name: openstack-compute-admin-old - name: openstack-compute-admin-old
branch: stable/(grizzly|folsom) branch: stable/grizzly
- name: openstack-network-connectivity-admin-old - name: openstack-network-connectivity-admin-old
branch: stable/(grizzly|folsom) branch: stable/grizzly
- name: openstack-basic-install-fedora-old - name: openstack-basic-install-fedora-old
branch: stable/(grizzly|foslom) branch: stable/grizzly
- name: openstack-basic-install-ubuntu-old - name: openstack-basic-install-ubuntu-old
branch: stable/(grizzly|folsom) branch: stable/grizzly
- name: openstack-openstack-install-fedora-old - name: openstack-openstack-install-fedora-old
branch: stable/(grizzly|folsom) branch: stable/grizzly
- name: openstack-openstack-install-ubuntu-old - name: openstack-openstack-install-ubuntu-old
branch: stable/(grizzly|folsom) branch: stable/grizzly
- name: gate-openstack-manuals-validate - name: gate-openstack-manuals-validate
branch: stable/(grizzly|folsom) branch: stable/grizzly
- name: ^gate-.*-docs$ - name: ^gate-.*-docs$
success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/doc/build/html/ success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/doc/build/html/
- name: infra-publications-publish - name: infra-publications-publish
branch: ^(?!master).*$ branch: ^(?!master).*$
- name: ^gate-.*-requirements$ - name: ^gate-.*-requirements$
failure-message: Incompatible requirement found; see https://wiki.openstack.org/wiki/Requirements failure-message: Incompatible requirement found; see https://wiki.openstack.org/wiki/Requirements
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/(grizzly|havana)).*$
files: files:
- '^tools/.*-requires$' - '^tools/.*-requires$'
- '^.*requirements.txt$' - '^.*requirements.txt$'
- name: ^gate-requirements-pep8$ - name: ^gate-requirements-pep8$
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: ^gate-requirements-(python27|pypy)$ - name: ^gate-requirements-(python27|pypy)$
branch: ^(?!stable/(folsom|grizzly)).*$ branch: ^(?!stable/grizzly).*$
- name: manuals-upstream-translation-update - name: manuals-upstream-translation-update
branch: ^master$ branch: ^master$
- name: gate-hacking-python33 - name: gate-hacking-python33
@ -623,9 +602,7 @@ projects:
- gate-cinder-python26 - gate-cinder-python26
- gate-cinder-python27 - gate-cinder-python27
- gate-cinder-pylint - gate-cinder-pylint
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full - check-tempest-devstack-vm-full
- check-tempest-devstack-vm-cinder
- check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-postgres-full
- check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -637,9 +614,7 @@ projects:
- gate-cinder-pep8 - gate-cinder-pep8
- gate-cinder-python26 - gate-cinder-python26
- gate-cinder-python27 - gate-cinder-python27
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -672,9 +647,7 @@ projects:
- gate-glance-docs - gate-glance-docs
- gate-glance-python26 - gate-glance-python26
- gate-glance-python27 - gate-glance-python27
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full - check-tempest-devstack-vm-full
- check-tempest-devstack-vm-cinder
- check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-postgres-full
- check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -686,9 +659,7 @@ projects:
- gate-glance-pep8 - gate-glance-pep8
- gate-glance-python26 - gate-glance-python26
- gate-glance-python27 - gate-glance-python27
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -709,9 +680,6 @@ projects:
- glance-merge-release-tags - glance-merge-release-tags
periodic: periodic:
- glance-propose-translation-update - glance-propose-translation-update
- periodic-glance-docs-stable-folsom
- periodic-glance-python26-stable-folsom
- periodic-glance-python27-stable-folsom
- periodic-glance-docs-stable-grizzly - periodic-glance-docs-stable-grizzly
- periodic-glance-python26-stable-grizzly - periodic-glance-python26-stable-grizzly
- periodic-glance-python27-stable-grizzly - periodic-glance-python27-stable-grizzly
@ -725,9 +693,7 @@ projects:
- gate-horizon-python27 - gate-horizon-python27
- gate-horizon-python27-django14 - gate-horizon-python27-django14
- gate-horizon-selenium - gate-horizon-selenium
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full - check-tempest-devstack-vm-full
- check-tempest-devstack-vm-cinder
- check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-postgres-full
- check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -741,9 +707,7 @@ projects:
- gate-horizon-python27 - gate-horizon-python27
- gate-horizon-python27-django14 - gate-horizon-python27-django14
- gate-horizon-selenium - gate-horizon-selenium
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -763,9 +727,6 @@ projects:
- horizon-docs - horizon-docs
- horizon-merge-release-tags - horizon-merge-release-tags
periodic: periodic:
- periodic-horizon-docs-stable-folsom
- periodic-horizon-python26-stable-folsom
- periodic-horizon-python27-stable-folsom
- periodic-horizon-docs-stable-grizzly - periodic-horizon-docs-stable-grizzly
- periodic-horizon-python26-stable-grizzly - periodic-horizon-python26-stable-grizzly
- periodic-horizon-python27-stable-grizzly - periodic-horizon-python27-stable-grizzly
@ -800,9 +761,7 @@ projects:
- gate-keystone-docs - gate-keystone-docs
- gate-keystone-python26 - gate-keystone-python26
- gate-keystone-python27 - gate-keystone-python27
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full - check-tempest-devstack-vm-full
- check-tempest-devstack-vm-cinder
- check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-postgres-full
- check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -815,9 +774,7 @@ projects:
- gate-keystone-pep8 - gate-keystone-pep8
- gate-keystone-python26 - gate-keystone-python26
- gate-keystone-python27 - gate-keystone-python27
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -840,9 +797,6 @@ projects:
- keystone-merge-release-tags - keystone-merge-release-tags
periodic: periodic:
- keystone-propose-translation-update - keystone-propose-translation-update
- periodic-keystone-docs-stable-folsom
- periodic-keystone-python26-stable-folsom
- periodic-keystone-python27-stable-folsom
- periodic-keystone-docs-stable-grizzly - periodic-keystone-docs-stable-grizzly
- periodic-keystone-python26-stable-grizzly - periodic-keystone-python26-stable-grizzly
- periodic-keystone-python27-stable-grizzly - periodic-keystone-python27-stable-grizzly
@ -854,9 +808,7 @@ projects:
- gate-nova-docs - gate-nova-docs
- gate-nova-python26 - gate-nova-python26
- gate-nova-python27 - gate-nova-python27
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full - check-tempest-devstack-vm-full
- check-tempest-devstack-vm-cinder
- check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-postgres-full
- check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -870,9 +822,7 @@ projects:
- gate-nova-pep8 - gate-nova-pep8
- gate-nova-python26 - gate-nova-python26
- gate-nova-python27 - gate-nova-python27
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -895,9 +845,6 @@ projects:
- nova-merge-release-tags - nova-merge-release-tags
periodic: periodic:
- nova-propose-translation-update - nova-propose-translation-update
- periodic-nova-docs-stable-folsom
- periodic-nova-python26-stable-folsom
- periodic-nova-python27-stable-folsom
- periodic-nova-docs-stable-grizzly - periodic-nova-docs-stable-grizzly
- periodic-nova-python26-stable-grizzly - periodic-nova-python26-stable-grizzly
- periodic-nova-python27-stable-grizzly - periodic-nova-python27-stable-grizzly
@ -1105,9 +1052,7 @@ projects:
- gate-swift-python26 - gate-swift-python26
- gate-swift-python27 - gate-swift-python27
- check-swift-devstack-vm-functional - check-swift-devstack-vm-functional
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full - check-tempest-devstack-vm-full
- check-tempest-devstack-vm-cinder
- check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron
- check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -1120,9 +1065,7 @@ projects:
- gate-swift-python26 - gate-swift-python26
- gate-swift-python27 - gate-swift-python27
- gate-swift-devstack-vm-functional - gate-swift-devstack-vm-functional
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -1195,10 +1138,8 @@ projects:
- gate-python-cinderclient-python26 - gate-python-cinderclient-python26
- gate-python-cinderclient-python27 - gate-python-cinderclient-python27
- gate-python-cinderclient-python33 - gate-python-cinderclient-python33
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full - check-tempest-devstack-vm-full
- check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-postgres-full
- check-tempest-devstack-vm-cinder
- check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
- gate-tempest-devstack-vm-neutron-large-ops - gate-tempest-devstack-vm-neutron-large-ops
@ -1210,10 +1151,8 @@ projects:
- gate-python-cinderclient-python26 - gate-python-cinderclient-python26
- gate-python-cinderclient-python27 - gate-python-cinderclient-python27
- gate-python-cinderclient-python33 - gate-python-cinderclient-python33
- 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
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
- gate-tempest-devstack-vm-neutron-large-ops - gate-tempest-devstack-vm-neutron-large-ops
@ -1242,10 +1181,8 @@ projects:
- gate-python-glanceclient-python26 - gate-python-glanceclient-python26
- gate-python-glanceclient-python27 - gate-python-glanceclient-python27
- gate-python-glanceclient-python33 - gate-python-glanceclient-python33
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full - check-tempest-devstack-vm-full
- check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-postgres-full
- check-tempest-devstack-vm-cinder
- check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
- gate-tempest-devstack-vm-neutron-large-ops - gate-tempest-devstack-vm-neutron-large-ops
@ -1256,10 +1193,8 @@ projects:
- gate-python-glanceclient-pep8 - gate-python-glanceclient-pep8
- gate-python-glanceclient-python26 - gate-python-glanceclient-python26
- gate-python-glanceclient-python27 - gate-python-glanceclient-python27
- 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
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
- gate-tempest-devstack-vm-neutron-large-ops - gate-tempest-devstack-vm-neutron-large-ops
@ -1288,10 +1223,8 @@ projects:
- gate-python-keystoneclient-python26 - gate-python-keystoneclient-python26
- gate-python-keystoneclient-python27 - gate-python-keystoneclient-python27
- gate-python-keystoneclient-python33 - gate-python-keystoneclient-python33
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full - check-tempest-devstack-vm-full
- check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-postgres-full
- check-tempest-devstack-vm-cinder
- check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
- gate-tempest-devstack-vm-neutron-large-ops - gate-tempest-devstack-vm-neutron-large-ops
@ -1302,10 +1235,8 @@ projects:
- gate-python-keystoneclient-pep8 - gate-python-keystoneclient-pep8
- gate-python-keystoneclient-python26 - gate-python-keystoneclient-python26
- gate-python-keystoneclient-python27 - gate-python-keystoneclient-python27
- 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
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
- gate-tempest-devstack-vm-neutron-large-ops - gate-tempest-devstack-vm-neutron-large-ops
@ -1335,10 +1266,8 @@ projects:
- gate-python-novaclient-python27 - gate-python-novaclient-python27
- gate-python-novaclient-python33 - gate-python-novaclient-python33
- gate-python-novaclient-pypy - gate-python-novaclient-pypy
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full - check-tempest-devstack-vm-full
- check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-postgres-full
- check-tempest-devstack-vm-cinder
- check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
- gate-tempest-devstack-vm-neutron-large-ops - gate-tempest-devstack-vm-neutron-large-ops
@ -1351,10 +1280,8 @@ projects:
- gate-python-novaclient-python27 - gate-python-novaclient-python27
- gate-python-novaclient-python33 - gate-python-novaclient-python33
- gate-python-novaclient-pypy - gate-python-novaclient-pypy
- 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
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
- gate-tempest-devstack-vm-neutron-large-ops - gate-tempest-devstack-vm-neutron-large-ops
@ -1411,10 +1338,8 @@ projects:
- gate-python-neutronclient-python27 - gate-python-neutronclient-python27
- gate-python-neutronclient-python33 - gate-python-neutronclient-python33
- gate-python-neutronclient-pypy - gate-python-neutronclient-pypy
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full - check-tempest-devstack-vm-full
- check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-postgres-full
- check-tempest-devstack-vm-cinder
- check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron
- check-tempest-devstack-vm-neutron-pg - check-tempest-devstack-vm-neutron-pg
- check-tempest-devstack-vm-neutron-isolated - check-tempest-devstack-vm-neutron-isolated
@ -1429,10 +1354,8 @@ projects:
- gate-python-neutronclient-python26 - gate-python-neutronclient-python26
- gate-python-neutronclient-python27 - gate-python-neutronclient-python27
- gate-python-neutronclient-pypy - gate-python-neutronclient-pypy
- 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
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-neutron-pg - gate-tempest-devstack-vm-neutron-pg
- gate-tempest-devstack-vm-neutron-isolated - gate-tempest-devstack-vm-neutron-isolated
@ -1579,9 +1502,7 @@ projects:
- gate-pbr-python33 - gate-pbr-python33
- gate-pbr-pypy - gate-pbr-pypy
- check-requirements-integration - check-requirements-integration
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full - check-tempest-devstack-vm-full
- check-tempest-devstack-vm-cinder
- check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-postgres-full
- check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -1596,9 +1517,7 @@ projects:
- gate-pbr-python33 - gate-pbr-python33
- gate-pbr-pypy - gate-pbr-pypy
- gate-requirements-integration - gate-requirements-integration
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -1625,9 +1544,7 @@ projects:
- name: openstack-dev/devstack - name: openstack-dev/devstack
check: check:
- gate-devstack-bash8 - gate-devstack-bash8
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full - check-tempest-devstack-vm-full
- check-tempest-devstack-vm-cinder
- check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-postgres-full
- check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -1636,9 +1553,7 @@ projects:
- check-swift-devstack-vm-functional - check-swift-devstack-vm-functional
gate: gate:
- gate-devstack-bash8 - gate-devstack-bash8
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
@ -1667,8 +1582,6 @@ projects:
- gate-tempest-devstack-vm-neutron-large-ops - gate-tempest-devstack-vm-neutron-large-ops
- check-grenade-devstack-vm - check-grenade-devstack-vm
- check-swift-devstack-vm-functional - check-swift-devstack-vm-functional
- check-tempest-devstack-vm-cinder-stable-folsom
- check-tempest-devstack-vm-smoke-stable-folsom
- check-tempest-devstack-vm-full-stable-grizzly - check-tempest-devstack-vm-full-stable-grizzly
- check-tempest-devstack-vm-neutron-stable-grizzly - check-tempest-devstack-vm-neutron-stable-grizzly
- check-tempest-devstack-vm-postgres-full-stable-grizzly - check-tempest-devstack-vm-postgres-full-stable-grizzly
@ -1700,7 +1613,6 @@ projects:
- name: z/tempest - name: z/tempest
gate: gate:
- 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
- gate-tempest-devstack-vm-neutron-full - gate-tempest-devstack-vm-neutron-full
@ -1713,10 +1625,8 @@ projects:
- gate-tempest-pep8 - gate-tempest-pep8
- gate-tempest-docs - gate-tempest-docs
- gate-tempest-python27 - gate-tempest-python27
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full - check-tempest-devstack-vm-full
- check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-postgres-full
- check-tempest-devstack-vm-cinder
- check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
- gate-tempest-devstack-vm-neutron-large-ops - gate-tempest-devstack-vm-neutron-large-ops
@ -1726,10 +1636,8 @@ projects:
- gate-tempest-pep8 - gate-tempest-pep8
- gate-tempest-docs - gate-tempest-docs
- gate-tempest-python27 - gate-tempest-python27
- 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
- gate-tempest-devstack-vm-cinder
- gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron
- gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-large-ops
- gate-tempest-devstack-vm-neutron-large-ops - gate-tempest-devstack-vm-neutron-large-ops
@ -1744,8 +1652,6 @@ projects:
- tempest-docs - tempest-docs
- tempest-branch-tarball - tempest-branch-tarball
periodic: periodic:
- periodic-tempest-devstack-vm-stable-folsom
- periodic-tempest-devstack-vm-cinder-stable-folsom
- periodic-tempest-devstack-vm-stable-grizzly - periodic-tempest-devstack-vm-stable-grizzly
- periodic-tempest-devstack-vm-neutron-stable-grizzly - periodic-tempest-devstack-vm-neutron-stable-grizzly
- periodic-tempest-devstack-vm-postgres-stable-grizzly - periodic-tempest-devstack-vm-postgres-stable-grizzly

View File

@ -25,7 +25,7 @@ in Portland from April 15 to April 18, 2013. We issue free passes to
recent contributors to encourage them to join the OpenStack Summit recent contributors to encourage them to join the OpenStack Summit
and participate to shaping the next release at the Design Summit. and participate to shaping the next release at the Design Summit.
You've been identified as a contributor in the Folsom and/or Grizzly You've been identified as a contributor in the Havana and/or Icehouse
development cycles and therefore have been granted a personal code development cycles and therefore have been granted a personal code
for free registration to the whole event. Please use the following for free registration to the whole event. Please use the following
code: code: