Align the stars to deploy latest OpenStack on June 7th
* Pin Tempest on Ubuntu. Latest Mitaka release on Xenial broke Tempest tests. * Bump RDO to latest repo so we can test Octavia & also unpin Tempest (Ceilometer Tempest tests were broken). * Unpin Tempest for centos7 jobs. Change-Id: Id550290bf9ebb2c6190072b3e8a4c501f535b2d5
This commit is contained in:
parent
5a9364ecd0
commit
427f6dda0a
@ -24,7 +24,7 @@ class openstack_integration::repos {
|
|||||||
manage_epel => false,
|
manage_epel => false,
|
||||||
repo_hash => {
|
repo_hash => {
|
||||||
'newton-current' => {
|
'newton-current' => {
|
||||||
'baseurl' => 'https://trunk.rdoproject.org/centos7-master/37/b3/37b3d1d6eedadfd0a7e0496f0cfe9c4fe345006b_f558a9b0/',
|
'baseurl' => 'https://trunk.rdoproject.org/centos7-master/46/92/4692a339455c1921a8867f5fdf1c0d6ad1e36632_4bd3bb8f/',
|
||||||
'descr' => 'Newton current',
|
'descr' => 'Newton current',
|
||||||
'gpgcheck' => 'no',
|
'gpgcheck' => 'no',
|
||||||
'priority' => 1,
|
'priority' => 1,
|
||||||
|
@ -214,9 +214,11 @@ TESTS="${TESTS} TestManageQueue"
|
|||||||
print_header 'Running Tempest'
|
print_header 'Running Tempest'
|
||||||
cd /tmp/openstack/tempest
|
cd /tmp/openstack/tempest
|
||||||
|
|
||||||
# see context:
|
if uses_debs; then
|
||||||
# https://review.openstack.org/#/c/325520/
|
# TODO: we need to find why tempest tests fail when running
|
||||||
git checkout c9e37ae50f8f87bb39d64295bfd40c515b4edeba
|
# latest Ubuntu Mitaka on Xenial and recent Tempest.
|
||||||
|
git checkout c9e37ae50f8f87bb39d64295bfd40c515b4edeba
|
||||||
|
fi
|
||||||
|
|
||||||
tox -eall-plugin -- --concurrency=2 $TESTS
|
tox -eall-plugin -- --concurrency=2 $TESTS
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user