From e81f41207332950e0f58b6a913a7fb2e2b917163 Mon Sep 17 00:00:00 2001 From: Amanuel Engeda <74629455+engedaam@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:45:24 -0700 Subject: [PATCH] ci: Update Commit used for the Upgrade tests for release-v0.37.x (#7093) --- .github/workflows/e2e-matrix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-matrix.yaml b/.github/workflows/e2e-matrix.yaml index df781412619f..40a51c30b740 100644 --- a/.github/workflows/e2e-matrix.yaml +++ b/.github/workflows/e2e-matrix.yaml @@ -96,7 +96,7 @@ jobs: statuses: write # ./.github/actions/commit-status/start uses: ./.github/workflows/e2e-upgrade.yaml with: - from_git_ref: b3076dca62a81caae2d3c4af4fd378c83a901c48 + from_git_ref: 68e9812d523fa085bd3961488eb51901dcaa0adb to_git_ref: ${{ inputs.git_ref }} region: ${{ inputs.region }} k8s_version: ${{ inputs.k8s_version }}