Skip to content

Commit

Permalink
Block on Autopilot in CI (#2941)
Browse files Browse the repository at this point in the history
Autopilot has been doing well enough that I think it's worth blocking
on it now in CI so we get more obvious coverage (rather than me
polling).

Co-authored-by: Robert Bailey <robertbailey@google.com>
  • Loading branch information
zmerlynn and roberthbailey committed Jan 30, 2023
1 parent 5ca4a36 commit 83e744d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ steps:
- 'us-west1'
- "${_REGISTRY}"
id: e2e-feature-gates-gke-autopilot
allowFailure: true # for now, run the step but don't block on it
waitFor:
- e2e-wait-to-become-leader

Expand All @@ -339,7 +338,6 @@ steps:
- 'us-west1'
- "${_REGISTRY}"
id: e2e-stable-gke-autopilot
allowFailure: true # for now, run the step but don't block on it
waitFor:
- e2e-feature-gates-gke-autopilot

Expand Down

0 comments on commit 83e744d

Please sign in to comment.