From 4a44e3ae8b1e37a2ce88d7f49a43f7f70c20ecdd Mon Sep 17 00:00:00 2001 From: "Homayoon (Hue) Alimohammadi" Date: Wed, 23 Oct 2024 15:30:41 +0400 Subject: [PATCH] Include e2e tests in the CI --- .github/workflows/e2e.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 2fbbd3a3..b4ec01ae 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -65,6 +65,7 @@ jobs: - "Workload cluster creation" - "Workload cluster scaling" - "Workload cluster upgrade" + - "Orchestrated In place upgrades" # TODO(ben): Remove once all tests are running stable. fail-fast: false steps: