Drop v2 registry job and ubuntu-xenial nodeset
The registry service was scheduled for removal in the S cycle, for that reason we don't need the job Also we don't have support for xenial anymore so we are replacing to ubuntu bionic in the nfs job. Change-Id: Iccb14a8a16af8404e448e3a201e3389bf0356978
This commit is contained in:
parent
b6eed437de
commit
f8e04e4564
@ -13,16 +13,9 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-v2_registry_enabled
|
||||
parent: openstack-ansible-functional
|
||||
nodeset: ubuntu-xenial
|
||||
vars:
|
||||
tox_env: v2_registry_enabled
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-nfs_glance
|
||||
parent: openstack-ansible-functional
|
||||
nodeset: ubuntu-xenial
|
||||
nodeset: ubuntu-bionic
|
||||
vars:
|
||||
tox_env: nfs
|
||||
|
@ -24,8 +24,6 @@
|
||||
check:
|
||||
jobs:
|
||||
- openstack-ansible-nfs_glance
|
||||
- openstack-ansible-v2_registry_enabled
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-nfs_glance
|
||||
- openstack-ansible-v2_registry_enabled
|
||||
|
Loading…
Reference in New Issue
Block a user