From 83e744dd0041c86bdc00b1885960cb578ae20b1d Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Mon, 30 Jan 2023 15:51:40 -0800 Subject: [PATCH] Block on Autopilot in CI (#2941) 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 --- cloudbuild.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index da8c455ae7..d70a2e2918 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -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 @@ -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