Skip to content

Commit

Permalink
ci: require kind_deploy test to pass
Browse files Browse the repository at this point in the history
Deploying the controller is an important test, it should come up and
reach the Running state.

Signed-off-by: Niels de Vos <[email protected]>
  • Loading branch information
nixpanic committed Apr 13, 2022
1 parent 67deb90 commit 07d703f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ queue_rules:
- "status-success=build_sidecar"
- "status-success=go_mod_verify"
- "status-success=go_mod_vendor"
- "status-success=kind_deploy"

pull_request_rules:
- name: remove outdated approvals
Expand All @@ -37,6 +38,7 @@ pull_request_rules:
- "status-success=build_sidecar"
- "status-success=go_mod_verify"
- "status-success=go_mod_vendor"
- "status-success=kind_deploy"
- "status-success=make_test"
actions:
queue: {}
Expand All @@ -56,6 +58,7 @@ pull_request_rules:
- "status-success=build_sidecar"
- "status-success=go_mod_verify"
- "status-success=go_mod_vendor"
- "status-success=kind_deploy"
- "status-success=make_test"
actions:
queue: {}
Expand Down

0 comments on commit 07d703f

Please sign in to comment.