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:
parent
11f072639b
commit
06a58f9bd4
16
.zuul.yaml
16
.zuul.yaml
@ -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$
|
||||
|
Loading…
Reference in New Issue
Block a user