Stop running stable/folsom jobs
The OpenStack Havana release heralds end of support for Folsom, so stop testing it. * modules/jenkins/files/slave_scripts/docbook-properties.sh: Remove folsom-specific settings. * .../openstack_project/files/gerrit/acls/openstack/ceilometer.config: Get rid of the stable/folsom ACL override. * .../jenkins_job_builder/config/devstack-gate.yaml * .../manuals.yaml * .../projects.yaml * .../python-bitrot-jobs.yaml * modules/openstack_project/files/zuul/layout-dev.yaml * .../layout.yaml: Remove all folsom-only jobs and clean up configuration and comments associated with them. * tools/invite2summit/settings.py.sample: Adjust usage comment to no longer refer to Folsom. Change-Id: Ieb38a74e6945abe2e40cd3e1cd23b52fbd826933
This commit is contained in:
parent
c5ddd9ea23
commit
2f8a91ef22
@ -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]}
|
||||||
|
@ -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]
|
||||||
|
@ -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'
|
||||||
|
@ -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
|
||||||
|
@ -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:
|
||||||
|
@ -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'
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
@ -629,9 +608,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
|
||||||
@ -643,9 +620,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
|
||||||
@ -678,9 +653,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
|
||||||
@ -692,9 +665,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
|
||||||
@ -715,9 +686,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
|
||||||
@ -731,9 +699,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
|
||||||
@ -747,9 +713,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
|
||||||
@ -769,9 +733,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
|
||||||
@ -806,9 +767,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
|
||||||
@ -821,9 +780,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
|
||||||
@ -846,9 +803,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
|
||||||
@ -860,9 +814,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
|
||||||
@ -876,9 +828,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
|
||||||
@ -901,9 +851,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
|
||||||
@ -1111,9 +1058,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
|
||||||
@ -1126,9 +1071,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
|
||||||
@ -1201,10 +1144,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
|
||||||
@ -1216,10 +1157,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
|
||||||
@ -1248,10 +1187,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
|
||||||
@ -1262,10 +1199,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
|
||||||
@ -1294,10 +1229,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
|
||||||
@ -1308,10 +1241,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
|
||||||
@ -1341,10 +1272,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
|
||||||
@ -1357,10 +1286,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
|
||||||
@ -1417,10 +1344,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
|
||||||
@ -1435,10 +1360,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
|
||||||
@ -1585,9 +1508,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
|
||||||
@ -1602,9 +1523,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
|
||||||
@ -1631,9 +1550,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
|
||||||
@ -1642,9 +1559,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
|
||||||
@ -1673,8 +1588,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
|
||||||
@ -1706,7 +1619,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
|
||||||
@ -1719,10 +1631,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
|
||||||
@ -1732,10 +1642,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
|
||||||
@ -1750,8 +1658,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
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user