Move Rally to OpenStack
Rally is official OpenStack project and should be moved to openstack/ namespace Approved commit to governance repository: https://review.openstack.org/#/c/169357/ Change-Id: I4dbcab83747a48fe0beae4b5b09b51d3c35093c8
This commit is contained in:
parent
d2674086b9
commit
e381454729
@ -1057,6 +1057,9 @@
|
|||||||
groups:
|
groups:
|
||||||
- tempest
|
- tempest
|
||||||
description: OpenStack QA Specifications
|
description: OpenStack QA Specifications
|
||||||
|
- project: openstack/rally
|
||||||
|
description: Rally provides a framework for performance analysis and benchmarking of
|
||||||
|
individual OpenStack components as well as full production OpenStack cloud deployments
|
||||||
- project: openstack/requirements
|
- project: openstack/requirements
|
||||||
description: Global requirements for OpenStack
|
description: Global requirements for OpenStack
|
||||||
- project: openstack/sahara
|
- project: openstack/sahara
|
||||||
@ -2138,8 +2141,6 @@
|
|||||||
in a variety of programming languages on OpenStack.
|
in a variety of programming languages on OpenStack.
|
||||||
- project: stackforge/radar
|
- project: stackforge/radar
|
||||||
description: dashboard for ci reporting
|
description: dashboard for ci reporting
|
||||||
- project: stackforge/rally
|
|
||||||
description: Benchmark System for OpenStack
|
|
||||||
- project: stackforge/refstack
|
- project: stackforge/refstack
|
||||||
description: Vendor-facing API for registration of interop-compliance
|
description: Vendor-facing API for registration of interop-compliance
|
||||||
use-storyboard: true
|
use-storyboard: true
|
||||||
|
@ -987,7 +987,7 @@ openstack-rally:
|
|||||||
- change-merged
|
- change-merged
|
||||||
- x-vrif-minus-2
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
- stackforge/rally
|
- openstack/rally
|
||||||
- stackforge/python-rallyclient
|
- stackforge/python-rallyclient
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
@ -1639,6 +1639,26 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- specs-jobs
|
- specs-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: rally
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
- rally-jobs
|
||||||
|
- hook-{name}-rtfd
|
||||||
|
- gate-rally-install-{node}:
|
||||||
|
node: bare-precise
|
||||||
|
- gate-rally-install-{node}:
|
||||||
|
node: bare-centos6
|
||||||
|
- gate-rally-dsvm-verify
|
||||||
|
- gate-{name}-tox-{envlist}:
|
||||||
|
envlist: self
|
||||||
|
- gate-rally-dsvm-neutron-{name}:
|
||||||
|
name: unstable
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: requirements
|
name: requirements
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
@ -4974,26 +4994,6 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
|
||||||
name: rally
|
|
||||||
node: 'bare-precise || bare-trusty'
|
|
||||||
tarball-site: tarballs.openstack.org
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
- python-jobs
|
|
||||||
- pypi-jobs
|
|
||||||
- rally-jobs
|
|
||||||
- hook-{name}-rtfd
|
|
||||||
- gate-rally-install-{node}:
|
|
||||||
node: bare-precise
|
|
||||||
- gate-rally-install-{node}:
|
|
||||||
node: bare-centos6
|
|
||||||
- gate-rally-dsvm-verify
|
|
||||||
- gate-{name}-tox-{envlist}:
|
|
||||||
envlist: self
|
|
||||||
- gate-rally-dsvm-neutron-{name}:
|
|
||||||
name: unstable
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: refstack
|
name: refstack
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
- devstack-checkout
|
- devstack-checkout
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
export PROJECTS="stackforge/rally $PROJECTS"
|
export PROJECTS="openstack/rally $PROJECTS"
|
||||||
export PROJECTS="openstack/ceilometer $PROJECTS"
|
export PROJECTS="openstack/ceilometer $PROJECTS"
|
||||||
export CEILOMETER_NOTIFICATION_TOPICS=notifications,profiler
|
export CEILOMETER_NOTIFICATION_TOPICS=notifications,profiler
|
||||||
export DEVSTACK_GATE_NEUTRON={neutron}
|
export DEVSTACK_GATE_NEUTRON={neutron}
|
||||||
@ -86,7 +86,7 @@
|
|||||||
- devstack-checkout
|
- devstack-checkout
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
export PROJECTS="stackforge/rally $PROJECTS"
|
export PROJECTS="openstack/rally $PROJECTS"
|
||||||
export PROJECTS="openstack/ceilometer $PROJECTS"
|
export PROJECTS="openstack/ceilometer $PROJECTS"
|
||||||
export PROJECTS="openstack/designate $PROJECTS"
|
export PROJECTS="openstack/designate $PROJECTS"
|
||||||
export PROJECTS="openstack/python-designateclient $PROJECTS"
|
export PROJECTS="openstack/python-designateclient $PROJECTS"
|
||||||
@ -129,7 +129,7 @@
|
|||||||
- devstack-checkout
|
- devstack-checkout
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
export PROJECTS="stackforge/rally $PROJECTS"
|
export PROJECTS="openstack/rally $PROJECTS"
|
||||||
export PROJECTS="stackforge/murano $PROJECTS"
|
export PROJECTS="stackforge/murano $PROJECTS"
|
||||||
export PROJECTS="stackforge/murano-dashboard $PROJECTS"
|
export PROJECTS="stackforge/murano-dashboard $PROJECTS"
|
||||||
export PROJECTS="stackforge/python-muranoclient $PROJECTS"
|
export PROJECTS="stackforge/python-muranoclient $PROJECTS"
|
||||||
@ -167,7 +167,7 @@
|
|||||||
- devstack-checkout
|
- devstack-checkout
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
export PROJECTS="stackforge/rally $PROJECTS"
|
export PROJECTS="openstack/rally $PROJECTS"
|
||||||
export PROJECTS="stackforge/mistral $PROJECTS"
|
export PROJECTS="stackforge/mistral $PROJECTS"
|
||||||
export PROJECTS="stackforge/python-mistralclient $PROJECTS"
|
export PROJECTS="stackforge/python-mistralclient $PROJECTS"
|
||||||
|
|
||||||
@ -362,7 +362,7 @@
|
|||||||
- devstack-checkout
|
- devstack-checkout
|
||||||
- shell: |
|
- shell: |
|
||||||
#/bin/bash -xe
|
#/bin/bash -xe
|
||||||
export PROJECTS="stackforge/rally $PROJECTS"
|
export PROJECTS="openstack/rally $PROJECTS"
|
||||||
export ENABLED_SERVICES=rally
|
export ENABLED_SERVICES=rally
|
||||||
|
|
||||||
function pre_test_hook {
|
function pre_test_hook {
|
||||||
@ -411,7 +411,7 @@
|
|||||||
- devstack-checkout
|
- devstack-checkout
|
||||||
- shell: |
|
- shell: |
|
||||||
#/bin/bash -xe
|
#/bin/bash -xe
|
||||||
export PROJECTS="stackforge/rally $PROJECTS"
|
export PROJECTS="openstack/rally $PROJECTS"
|
||||||
export DEVSTACK_GATE_EXERCISES=0
|
export DEVSTACK_GATE_EXERCISES=0
|
||||||
export DEVSTACK_GATE_TIMEOUT=120
|
export DEVSTACK_GATE_TIMEOUT=120
|
||||||
export ENABLED_SERVICES=rally
|
export ENABLED_SERVICES=rally
|
||||||
|
@ -2917,6 +2917,40 @@ projects:
|
|||||||
post:
|
post:
|
||||||
- static-ossa-publish
|
- static-ossa-publish
|
||||||
|
|
||||||
|
- name: openstack/rally
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: python-jobs
|
||||||
|
- name: python26-jobs
|
||||||
|
- name: python3-jobs
|
||||||
|
- name: check-requirements
|
||||||
|
- name: docs-on-rtfd
|
||||||
|
- name: publish-to-pypi
|
||||||
|
check:
|
||||||
|
- rally-coverage
|
||||||
|
- gate-rally-install-bare-centos6
|
||||||
|
- gate-rally-install-bare-precise
|
||||||
|
- gate-rally-dsvm-rally
|
||||||
|
- gate-rally-dsvm-neutron-rally
|
||||||
|
- gate-rally-dsvm-neutron-unstable
|
||||||
|
- gate-rally-dsvm-cli
|
||||||
|
- gate-rally-dsvm-verify
|
||||||
|
- gate-rally-tox-self
|
||||||
|
gate:
|
||||||
|
- gate-rally-install-bare-centos6
|
||||||
|
- gate-rally-install-bare-precise
|
||||||
|
- gate-rally-dsvm-rally
|
||||||
|
- gate-rally-dsvm-neutron-rally
|
||||||
|
- gate-rally-dsvm-cli
|
||||||
|
- gate-rally-dsvm-verify
|
||||||
|
post:
|
||||||
|
- rally-coverage
|
||||||
|
experimental:
|
||||||
|
- gate-rally-dsvm-murano-rally
|
||||||
|
- gate-rally-dsvm-mistral-rally
|
||||||
|
- gate-rally-dsvm-designate-rally
|
||||||
|
- gate-rally-dsvm-zaqar-rally
|
||||||
|
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
@ -6622,40 +6656,6 @@ projects:
|
|||||||
- name: merge-check
|
- name: merge-check
|
||||||
- name: noop-jobs
|
- name: noop-jobs
|
||||||
|
|
||||||
- name: stackforge/rally
|
|
||||||
template:
|
|
||||||
- name: merge-check
|
|
||||||
- name: python-jobs
|
|
||||||
- name: python26-jobs
|
|
||||||
- name: python3-jobs
|
|
||||||
- name: check-requirements
|
|
||||||
- name: docs-on-rtfd
|
|
||||||
- name: publish-to-pypi
|
|
||||||
check:
|
|
||||||
- rally-coverage
|
|
||||||
- gate-rally-install-bare-centos6
|
|
||||||
- gate-rally-install-bare-precise
|
|
||||||
- gate-rally-dsvm-rally
|
|
||||||
- gate-rally-dsvm-neutron-rally
|
|
||||||
- gate-rally-dsvm-neutron-unstable
|
|
||||||
- gate-rally-dsvm-cli
|
|
||||||
- gate-rally-dsvm-verify
|
|
||||||
- gate-rally-tox-self
|
|
||||||
gate:
|
|
||||||
- gate-rally-install-bare-centos6
|
|
||||||
- gate-rally-install-bare-precise
|
|
||||||
- gate-rally-dsvm-rally
|
|
||||||
- gate-rally-dsvm-neutron-rally
|
|
||||||
- gate-rally-dsvm-cli
|
|
||||||
- gate-rally-dsvm-verify
|
|
||||||
post:
|
|
||||||
- rally-coverage
|
|
||||||
experimental:
|
|
||||||
- gate-rally-dsvm-murano-rally
|
|
||||||
- gate-rally-dsvm-mistral-rally
|
|
||||||
- gate-rally-dsvm-designate-rally
|
|
||||||
- gate-rally-dsvm-zaqar-rally
|
|
||||||
|
|
||||||
- name: stackforge/refstack
|
- name: stackforge/refstack
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user