Gate: Move dev-deploy jobs to nonvoting temporarily

This changes the dev-deploy-ceph and dev-deploy-nfs jobs to
nonvoting jobs, until we can revisit the services being deployed
as part of these jobs. Currently, these jobs are pushing the
limits of a single nodepool VM which results in random failures in
the jobs themselves or the postrun jobs.

Change-Id: I9a6e68dc472b81b9c13b95520f4bef4cdb091beb
This commit is contained in:
Steve Wilkerson 2018-09-07 08:29:34 -05:00
parent 11f072639b
commit 06a58f9bd4

View File

@ -29,11 +29,17 @@
- ^doc/.*$
- ^releasenotes/.*$
- openstack-helm-infra-dev-deploy-ceph:
# NOTE(srwilkers): Changing the dev-deploy-ceph job to nonvoting
# until we can agree on the proper services to deploy with this job
voting: false
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- openstack-helm-infra-dev-deploy-nfs:
#NOTE(srwilkers): Changing the dev-deploy-nfs job to nonvoting until
# we can agree on the proper services to deploy with this job
voting: false
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
@ -61,16 +67,6 @@
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- openstack-helm-infra-dev-deploy-ceph:
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- openstack-helm-infra-dev-deploy-nfs:
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- openstack-helm-infra-openstack-support:
irrelevant-files:
- ^.*\.rst$