Use rackspace for tempest check tests

* modules/openstack_project/files/zuul/openstack_functions.py: Update
single use function to select rackspace for tempest check tests.

Change-Id: I9f930dbddb2284e6c5a9672f454456b98953967a
This commit is contained in:
Monty Taylor 2013-09-27 11:04:52 -04:00 committed by James E. Blair
parent a416de2099
commit 92b938735a

View File

@ -12,6 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
def set_log_url(item, job, params):
if hasattr(item.change, 'refspec'):
path = "%s/%s/%s/%s" % (
@ -31,3 +32,5 @@ def set_log_url(item, job, params):
def single_use_node(item, job, params):
set_log_url(item, job, params)
params['OFFLINE_NODE_WHEN_COMPLETE'] = '1'
if params['ZUUL_PIPELINE'] == 'check':
params['NODE_LABEL'] = 'devstack-precise-check'