Merge "Switch to bare-centos6 single-use nodes"
This commit is contained in:
commit
47a37dad50
@ -259,7 +259,7 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- gate-{name}-unittests-{env}:
|
- gate-{name}-unittests-{env}:
|
||||||
env: 26sa07
|
env: 26sa07
|
||||||
node: centos6
|
node: bare-centos6
|
||||||
- gate-{name}-unittests-{env}:
|
- gate-{name}-unittests-{env}:
|
||||||
env: 27sa07
|
env: 27sa07
|
||||||
- hook-{name}-rtfd
|
- hook-{name}-rtfd
|
||||||
@ -1685,13 +1685,13 @@
|
|||||||
# For anyone running without eventlet
|
# For anyone running without eventlet
|
||||||
- gate-{name}-tox-{envlist}:
|
- gate-{name}-tox-{envlist}:
|
||||||
envlist: py26-sa7-mysql
|
envlist: py26-sa7-mysql
|
||||||
node: centos6
|
node: bare-centos6
|
||||||
- gate-{name}-tox-{envlist}:
|
- gate-{name}-tox-{envlist}:
|
||||||
envlist: py27-sa8-mysql
|
envlist: py27-sa8-mysql
|
||||||
# For anyone running the latest without eventlet
|
# For anyone running the latest without eventlet
|
||||||
- gate-{name}-tox-{envlist}:
|
- gate-{name}-tox-{envlist}:
|
||||||
envlist: py26-sa9-mysql
|
envlist: py26-sa9-mysql
|
||||||
node: centos6
|
node: bare-centos6
|
||||||
- gate-{name}-tox-{envlist}:
|
- gate-{name}-tox-{envlist}:
|
||||||
envlist: py27-sa9-mysql
|
envlist: py27-sa9-mysql
|
||||||
|
|
||||||
@ -1749,10 +1749,10 @@
|
|||||||
envlist: wsme-tip
|
envlist: wsme-tip
|
||||||
- gate-{name}-tox-{envlist}:
|
- gate-{name}-tox-{envlist}:
|
||||||
envlist: ceilometer-stable
|
envlist: ceilometer-stable
|
||||||
node: centos6
|
node: bare-centos6
|
||||||
- gate-{name}-tox-{envlist}:
|
- gate-{name}-tox-{envlist}:
|
||||||
envlist: ceilometer-tip
|
envlist: ceilometer-tip
|
||||||
node: centos6
|
node: bare-centos6
|
||||||
- gate-{name}-tox-{envlist}:
|
- gate-{name}-tox-{envlist}:
|
||||||
envlist: ironic-tip
|
envlist: ironic-tip
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
branches:
|
branches:
|
||||||
- 'origin/{branch}'
|
- 'origin/{branch}'
|
||||||
|
|
||||||
node: centos6
|
node: bare-centos6
|
||||||
|
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
- test-results
|
- test-results
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
node: centos6
|
node: bare-centos6
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: 'gate-{name}-python27'
|
name: 'gate-{name}-python27'
|
||||||
|
@ -215,6 +215,14 @@ jobs:
|
|||||||
parameter-function: set_log_url
|
parameter-function: set_log_url
|
||||||
- name: ^.*(dsvm|devstack-vm).*$
|
- name: ^.*(dsvm|devstack-vm).*$
|
||||||
parameter-function: single_use_node
|
parameter-function: single_use_node
|
||||||
|
- name: '^(gate|periodic)-.*-python26.*$'
|
||||||
|
parameter-function: single_use_node
|
||||||
|
- name: gate-sqlalchemy-migrate-unittests-26sa07
|
||||||
|
parameter-function: single_use_node
|
||||||
|
- name: '^gate-taskflow-tox-py26-sa(7|9)-mysql$'
|
||||||
|
parameter-function: single_use_node
|
||||||
|
- name: '^gate-pecan-tox-ceilometer-(stable|tip)$'
|
||||||
|
parameter-function: single_use_node
|
||||||
# begin section to deal with transition to bare-precise
|
# begin section to deal with transition to bare-precise
|
||||||
- name: gate-config-layout
|
- name: gate-config-layout
|
||||||
parameter-function: single_use_node
|
parameter-function: single_use_node
|
||||||
|
Loading…
Reference in New Issue
Block a user