diff --git a/modules/jenkins/files/slave_scripts/docbook-properties.sh b/modules/jenkins/files/slave_scripts/docbook-properties.sh index 013749916b..cae88cb953 100644 --- a/modules/jenkins/files/slave_scripts/docbook-properties.sh +++ b/modules/jenkins/files/slave_scripts/docbook-properties.sh @@ -16,7 +16,7 @@ then DOC_COMMENTS_ENABLED=0 fi -# The stable/ branch should get published to /releasename, such as grizzly or folsom +# The stable/ branch should get published to /releasename, such as icehouse or havana if [[ $BRANCH =~ ^stable/(.*)$ ]] then DOC_RELEASE_PATH=${BASH_REMATCH[1]} diff --git a/modules/openstack_project/files/gerrit/acls/openstack/ceilometer.config b/modules/openstack_project/files/gerrit/acls/openstack/ceilometer.config index fdd512f475..7989ea05df 100644 --- a/modules/openstack_project/files/gerrit/acls/openstack/ceilometer.config +++ b/modules/openstack_project/files/gerrit/acls/openstack/ceilometer.config @@ -9,11 +9,6 @@ label-Code-Review = -2..+2 group ceilometer-core label-Code-Review = -1..+1 group Registered Users 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] state = active [receive] diff --git a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml index 2c1dc52aff..81c09d23de 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml @@ -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: name: '{pipeline}-tempest-devstack-vm-full' node: '{node}' @@ -212,59 +161,6 @@ - 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: name: '{pipeline}-tempest-devstack-vm-neutron' node: '{node}' @@ -638,64 +534,6 @@ - devstack-logs - 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: name: periodic-tempest-devstack-vm-stable-grizzly @@ -1042,9 +880,7 @@ - job-group: name: devstack-jobs jobs: - - '{pipeline}-tempest-devstack-vm-smoke' - '{pipeline}-tempest-devstack-vm-full' - - '{pipeline}-tempest-devstack-vm-cinder' - '{pipeline}-tempest-devstack-vm-neutron' - '{pipeline}-tempest-devstack-vm-neutron-pg' - '{pipeline}-tempest-devstack-vm-neutron-isolated' diff --git a/modules/openstack_project/files/jenkins_job_builder/config/manuals.yaml b/modules/openstack_project/files/jenkins_job_builder/config/manuals.yaml index 84cd2f6508..0bdeeabdf5 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/manuals.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/manuals.yaml @@ -24,8 +24,7 @@ keep-hierarchy: true copy-after-failure: true -# in zuul/layout.yaml specified to only run against stable/folsom and grizzly -# branches. +# in zuul/layout.yaml specified to only run against stable/grizzly - job: name: gate-openstack-manuals-validate node: precise diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index 6825098b73..b47a286ec8 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -383,7 +383,6 @@ jobs: - python-jobs - - python-folsom-bitrot-jobs - python-grizzly-bitrot-jobs - openstack-publish-jobs - translation-jobs @@ -448,7 +447,6 @@ jobs: - python-jobs - - python-folsom-bitrot-jobs - python-grizzly-bitrot-jobs - openstack-publish-jobs @@ -509,7 +507,6 @@ jobs: - python-jobs - - python-folsom-bitrot-jobs - python-grizzly-bitrot-jobs - openstack-publish-jobs - translation-jobs @@ -569,7 +566,6 @@ jobs: - python-jobs - - python-folsom-bitrot-jobs - python-grizzly-bitrot-jobs - openstack-publish-jobs - gate-{name}-pylint @@ -1615,7 +1611,7 @@ profileos: "ubuntu" # in zuul/layout.yaml specified to only run against - # stable/folsom and grizzly branches. + # stable/grizzly - 'openstack-{oldmanual}-old' - openstack-{install}-{distribution}-old: diff --git a/modules/openstack_project/files/jenkins_job_builder/config/python-bitrot-jobs.yaml b/modules/openstack_project/files/jenkins_job_builder/config/python-bitrot-jobs.yaml index 4f5d7a303a..28c1eb142b 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/python-bitrot-jobs.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/python-bitrot-jobs.yaml @@ -96,18 +96,6 @@ 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: name: python-grizzly-bitrot-jobs branch: 'stable/grizzly' diff --git a/modules/openstack_project/files/zuul/layout-dev.yaml b/modules/openstack_project/files/zuul/layout-dev.yaml index da5797bb5c..a91c3ffbbe 100644 --- a/modules/openstack_project/files/zuul/layout-dev.yaml +++ b/modules/openstack_project/files/zuul/layout-dev.yaml @@ -16,27 +16,15 @@ pipelines: jobs: - name: ^.*$ 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 - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ voting: false - name: gate-tempest-devstack-vm-postgres-full - branch: ^(?!stable/folsom).*$ voting: false - name: gate-grenade-devstack-vm - branch: ^(?!stable/folsom).*$ voting: false - name: gate-nova-pylint voting: false - - name: gate-nova-python26 - branch: ^(?!stable/folsom).*$ - name: dev-zuul-coverage voting: false - name: dev-heat-coverage @@ -63,7 +51,7 @@ jobs: success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/doc/build/html/ - name: ^gate-.*-requirements$ failure-message: Incompatible requirement found; see https://wiki.openstack.org/wiki/Requirements - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/(grizzly|havana)).*$ files: - '^tools/.*-requires$' - '^.*requirements.txt$' @@ -153,9 +141,7 @@ projects: - gate-cinder-docs - gate-cinder-python26 - gate-cinder-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron - gate-grenade-devstack-vm @@ -167,9 +153,7 @@ projects: - gate-glance-docs - gate-glance-python26 - gate-glance-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron - gate-grenade-devstack-vm @@ -182,9 +166,7 @@ projects: - gate-horizon-python26 - gate-horizon-python27 - gate-horizon-selenium - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron - gate-grenade-devstack-vm @@ -196,9 +178,7 @@ projects: - gate-keystone-docs - gate-keystone-python26 - gate-keystone-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron - gate-grenade-devstack-vm @@ -210,9 +190,7 @@ projects: - gate-nova-docs - gate-nova-python26 - gate-nova-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron - gate-grenade-devstack-vm @@ -268,9 +246,7 @@ projects: - gate-swift-docs - gate-swift-python26 - gate-swift-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-postgres-full - gate-grenade-devstack-vm @@ -290,10 +266,8 @@ projects: - gate-python-cinderclient-docs - gate-python-cinderclient-python26 - gate-python-cinderclient-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron - gate-grenade-devstack-vm @@ -304,10 +278,8 @@ projects: - gate-python-glanceclient-docs - gate-python-glanceclient-python26 - gate-python-glanceclient-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron - gate-grenade-devstack-vm @@ -318,10 +290,8 @@ projects: - gate-python-keystoneclient-docs - gate-python-keystoneclient-python26 - gate-python-keystoneclient-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron - gate-grenade-devstack-vm @@ -332,10 +302,8 @@ projects: - gate-python-novaclient-docs - gate-python-novaclient-python26 - gate-python-novaclient-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron - gate-grenade-devstack-vm @@ -354,10 +322,8 @@ projects: - gate-python-neutronclient-docs - gate-python-neutronclient-python26 - gate-python-neutronclient-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron - gate-grenade-devstack-vm @@ -395,18 +361,14 @@ projects: - name: openstack-dev/devstack check: - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron - gate-grenade-devstack-vm - name: openstack-infra/devstack-gate check: - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron - gate-grenade-devstack-vm @@ -417,10 +379,8 @@ projects: check: - gate-tempest-requirements - gate-tempest-pep8 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron-full diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 52b08adf0b..19365528a4 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -109,48 +109,33 @@ jobs: parameter-function: set_log_url - name: ^.*devstack-vm.*$ 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$ - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: ^(gate|check)-tempest-devstack-vm-neutron-isolated$ - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: ^(gate|check)-tempest-devstack-vm-neutron-pg-isolated$ - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: ^(gate|check)-tempest-devstack-vm-neutron-full$ - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ voting: false - - name: ^(gate|check)-tempest-devstack-vm-postgres-full$ - branch: ^(?!stable/folsom).*$ - name: gate-tempest-devstack-vm-heat-slow - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ voting: false - name: ^(gate|check)-devstack-vm-cells$ - branch: ^(?!stable/folsom).*$ voting: false - name: ^(gate|check)-tempest-devstack-vm-large-ops$ - branch: ^(?!stable/(folsom|grizzly)).*$ - voting: true + branch: ^(?!stable/grizzly).*$ - name: ^(gate|check)-tempest-devstack-vm-neutron-large-ops$ - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ voting: false - name: ^(gate|check)-tempest-devstack-vm-cells$ - branch: ^(?!stable/folsom).*$ voting: false - name: ^(gate|check)-tempest-devstack-vm-cells-full$ - branch: ^(?!stable/folsom).*$ voting: false - name: ^(gate|check)-grenade-devstack-vm$ - branch: ^(?!stable/(folsom|grizzly)).*$ - voting: true + branch: ^(?!stable/grizzly).*$ - name: gate-tempest-python27 - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ # only here until stable is votable, then merge # back to a single job - name: gate-grenade-devstack-vm-stable @@ -159,19 +144,15 @@ jobs: # Remove when gate-grenade-devstack-vm-stable is # merged into gate-grenade-devstack-vm - name: gate-grenade-noop - branch: ^(stable/(folsom|grizzly)).*$ + branch: ^(stable/grizzly).*$ - name: gate-devstack-bash8 - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: gate-tempest-docs - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: tempest-docs - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: ^(gate|check)-swift-devstack-vm-functional$ - branch: ^(?!stable/(folsom|grizzly)).*$ - - name: check-tempest-devstack-vm-cinder-stable-folsom - voting: false - - name: check-tempest-devstack-vm-smoke-stable-folsom - voting: false + branch: ^(?!stable/grizzly).*$ - name: check-tempest-devstack-vm-full-stable-grizzly voting: false - name: check-tempest-devstack-vm-neutron-stable-grizzly @@ -187,12 +168,10 @@ jobs: - name: gate-nova-pylint voting: false - name: gate-cinder-pylint - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ voting: false - name: gate-horizon-python27-django14 - branch: ^(?!stable/(folsom|grizzly)).*$ - - name: gate-nova-python26 - branch: ^(?!stable/folsom).*$ + branch: ^(?!stable/grizzly).*$ - name: dev-zuul-coverage voting: false - name: jenkins-job-builder-compare-xml @@ -224,55 +203,55 @@ jobs: branch: ^master$ # Documentation targets for master and future stable branches: - name: openstack-config-reference - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: openstack-install-deploy-guide-debian - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: openstack-install-deploy-guide-fedora - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: openstack-install-deploy-guide-opensuse - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: openstack-install-deploy-guide-ubuntu - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: gate-openstack-manuals-validate-niceness - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ voting: false - name: gate-openstack-manuals-validate-syntax - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: gate-openstack-manuals-validate-deletions - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: gate-openstack-manuals-validate-build - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ # Deprecated documentation targets: - name: openstack-block-storage-admin-old - branch: stable/(grizzly|folsom) + branch: stable/grizzly - name: openstack-compute-admin-old - branch: stable/(grizzly|folsom) + branch: stable/grizzly - name: openstack-network-connectivity-admin-old - branch: stable/(grizzly|folsom) + branch: stable/grizzly - name: openstack-basic-install-fedora-old - branch: stable/(grizzly|foslom) + branch: stable/grizzly - name: openstack-basic-install-ubuntu-old - branch: stable/(grizzly|folsom) + branch: stable/grizzly - name: openstack-openstack-install-fedora-old - branch: stable/(grizzly|folsom) + branch: stable/grizzly - name: openstack-openstack-install-ubuntu-old - branch: stable/(grizzly|folsom) + branch: stable/grizzly - name: gate-openstack-manuals-validate - branch: stable/(grizzly|folsom) + branch: stable/grizzly - name: ^gate-.*-docs$ success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/doc/build/html/ - name: infra-publications-publish branch: ^(?!master).*$ - name: ^gate-.*-requirements$ failure-message: Incompatible requirement found; see https://wiki.openstack.org/wiki/Requirements - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/(grizzly|havana)).*$ files: - '^tools/.*-requires$' - '^.*requirements.txt$' - name: ^gate-requirements-pep8$ - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: ^gate-requirements-(python27|pypy)$ - branch: ^(?!stable/(folsom|grizzly)).*$ + branch: ^(?!stable/grizzly).*$ - name: manuals-upstream-translation-update branch: ^master$ - name: gate-hacking-python33 @@ -629,9 +608,7 @@ projects: - gate-cinder-python26 - gate-cinder-python27 - gate-cinder-pylint - - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops @@ -643,9 +620,7 @@ projects: - gate-cinder-pep8 - gate-cinder-python26 - gate-cinder-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops @@ -678,9 +653,7 @@ projects: - gate-glance-docs - gate-glance-python26 - gate-glance-python27 - - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops @@ -692,9 +665,7 @@ projects: - gate-glance-pep8 - gate-glance-python26 - gate-glance-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops @@ -715,9 +686,6 @@ projects: - glance-merge-release-tags periodic: - 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-python26-stable-grizzly - periodic-glance-python27-stable-grizzly @@ -731,9 +699,7 @@ projects: - gate-horizon-python27 - gate-horizon-python27-django14 - gate-horizon-selenium - - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops @@ -747,9 +713,7 @@ projects: - gate-horizon-python27 - gate-horizon-python27-django14 - gate-horizon-selenium - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops @@ -769,9 +733,6 @@ projects: - horizon-docs - horizon-merge-release-tags periodic: - - periodic-horizon-docs-stable-folsom - - periodic-horizon-python26-stable-folsom - - periodic-horizon-python27-stable-folsom - periodic-horizon-docs-stable-grizzly - periodic-horizon-python26-stable-grizzly - periodic-horizon-python27-stable-grizzly @@ -806,9 +767,7 @@ projects: - gate-keystone-docs - gate-keystone-python26 - gate-keystone-python27 - - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops @@ -821,9 +780,7 @@ projects: - gate-keystone-pep8 - gate-keystone-python26 - gate-keystone-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops @@ -846,9 +803,6 @@ projects: - keystone-merge-release-tags periodic: - 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-python26-stable-grizzly - periodic-keystone-python27-stable-grizzly @@ -860,9 +814,7 @@ projects: - gate-nova-docs - gate-nova-python26 - gate-nova-python27 - - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops @@ -876,9 +828,7 @@ projects: - gate-nova-pep8 - gate-nova-python26 - gate-nova-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops @@ -901,9 +851,6 @@ projects: - nova-merge-release-tags periodic: - 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-python26-stable-grizzly - periodic-nova-python27-stable-grizzly @@ -1111,9 +1058,7 @@ projects: - gate-swift-python26 - gate-swift-python27 - check-swift-devstack-vm-functional - - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-large-ops @@ -1126,9 +1071,7 @@ projects: - gate-swift-python26 - gate-swift-python27 - gate-swift-devstack-vm-functional - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-large-ops @@ -1201,10 +1144,8 @@ projects: - gate-python-cinderclient-python26 - gate-python-cinderclient-python27 - gate-python-cinderclient-python33 - - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - check-tempest-devstack-vm-postgres-full - - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-neutron-large-ops @@ -1216,10 +1157,8 @@ projects: - gate-python-cinderclient-python26 - gate-python-cinderclient-python27 - gate-python-cinderclient-python33 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-neutron-large-ops @@ -1248,10 +1187,8 @@ projects: - gate-python-glanceclient-python26 - gate-python-glanceclient-python27 - gate-python-glanceclient-python33 - - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - check-tempest-devstack-vm-postgres-full - - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-neutron-large-ops @@ -1262,10 +1199,8 @@ projects: - gate-python-glanceclient-pep8 - gate-python-glanceclient-python26 - gate-python-glanceclient-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-neutron-large-ops @@ -1294,10 +1229,8 @@ projects: - gate-python-keystoneclient-python26 - gate-python-keystoneclient-python27 - gate-python-keystoneclient-python33 - - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - check-tempest-devstack-vm-postgres-full - - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-neutron-large-ops @@ -1308,10 +1241,8 @@ projects: - gate-python-keystoneclient-pep8 - gate-python-keystoneclient-python26 - gate-python-keystoneclient-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-neutron-large-ops @@ -1341,10 +1272,8 @@ projects: - gate-python-novaclient-python27 - gate-python-novaclient-python33 - gate-python-novaclient-pypy - - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - check-tempest-devstack-vm-postgres-full - - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-neutron-large-ops @@ -1357,10 +1286,8 @@ projects: - gate-python-novaclient-python27 - gate-python-novaclient-python33 - gate-python-novaclient-pypy - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-neutron-large-ops @@ -1417,10 +1344,8 @@ projects: - gate-python-neutronclient-python27 - gate-python-neutronclient-python33 - gate-python-neutronclient-pypy - - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - check-tempest-devstack-vm-postgres-full - - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-neutron - check-tempest-devstack-vm-neutron-pg - check-tempest-devstack-vm-neutron-isolated @@ -1435,10 +1360,8 @@ projects: - gate-python-neutronclient-python26 - gate-python-neutronclient-python27 - gate-python-neutronclient-pypy - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-neutron-pg - gate-tempest-devstack-vm-neutron-isolated @@ -1585,9 +1508,7 @@ projects: - gate-pbr-python33 - gate-pbr-pypy - check-requirements-integration - - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops @@ -1602,9 +1523,7 @@ projects: - gate-pbr-python33 - gate-pbr-pypy - gate-requirements-integration - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops @@ -1631,9 +1550,7 @@ projects: - name: openstack-dev/devstack check: - gate-devstack-bash8 - - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops @@ -1642,9 +1559,7 @@ projects: - check-swift-devstack-vm-functional gate: - gate-devstack-bash8 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops @@ -1673,8 +1588,6 @@ projects: - gate-tempest-devstack-vm-neutron-large-ops - check-grenade-devstack-vm - 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-neutron-stable-grizzly - check-tempest-devstack-vm-postgres-full-stable-grizzly @@ -1706,7 +1619,6 @@ projects: - name: z/tempest gate: - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-neutron-full @@ -1719,10 +1631,8 @@ projects: - gate-tempest-pep8 - gate-tempest-docs - gate-tempest-python27 - - check-tempest-devstack-vm-smoke - check-tempest-devstack-vm-full - check-tempest-devstack-vm-postgres-full - - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-neutron-large-ops @@ -1732,10 +1642,8 @@ projects: - gate-tempest-pep8 - gate-tempest-docs - gate-tempest-python27 - - gate-tempest-devstack-vm-smoke - gate-tempest-devstack-vm-full - gate-tempest-devstack-vm-postgres-full - - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron - gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-neutron-large-ops @@ -1750,8 +1658,6 @@ projects: - tempest-docs - tempest-branch-tarball periodic: - - periodic-tempest-devstack-vm-stable-folsom - - periodic-tempest-devstack-vm-cinder-stable-folsom - periodic-tempest-devstack-vm-stable-grizzly - periodic-tempest-devstack-vm-neutron-stable-grizzly - periodic-tempest-devstack-vm-postgres-stable-grizzly diff --git a/tools/invite2summit/settings.py.sample b/tools/invite2summit/settings.py.sample index ae5c8a4a14..00107a9b7c 100644 --- a/tools/invite2summit/settings.py.sample +++ b/tools/invite2summit/settings.py.sample @@ -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 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 for free registration to the whole event. Please use the following code: