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:
Guilherme Steinmüller 2019-05-22 04:43:31 +00:00
parent b6eed437de
commit f8e04e4564
2 changed files with 1 additions and 10 deletions

View File

@ -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

View File

@ -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