Skip to content

Commit

Permalink
Make k8s-webhook job gating
Browse files Browse the repository at this point in the history
Now the gate is fixed by patches [0] and [1], this patch set reverts
the change that made openstack-helm-infra-kubernetes-keystone-auth
job non-gating to avoid a circular dependency. The job is once again
gating.

[0] https://review.openstack.org/#/c/571094/
[1] https://review.openstack.org/#/c/571093/

Change-Id: I34285e9e6ffa58964cd130451b25f93fee16d427
Signed-off-by: Tin Lam <[email protected]>
  • Loading branch information
stannum-l committed May 30, 2018
1 parent cb1c376 commit 40044a4
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
- ^doc/.*$
- ^releasenotes/.*$
- openstack-helm-infra-kubernetes-keystone-auth:
voting: false
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
Expand All @@ -61,13 +60,11 @@
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
# TODO(lamt): Need to reenable this once the circular dependencies between
# OSH and OSH-infra to fix the gate.
# - openstack-helm-infra-kubernetes-keystone-auth:
# irrelevant-files:
# - ^.*\.rst$
# - ^doc/.*$
# - ^releasenotes/.*$
- openstack-helm-infra-kubernetes-keystone-auth:
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$

- nodeset:
name: openstack-helm-single-node
Expand Down

0 comments on commit 40044a4

Please sign in to comment.