From 8d8ac9cd9227f1a8e3d1be4012340bf844d07edc Mon Sep 17 00:00:00 2001 From: Simon Beal <5381483+muddyfish@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:37:00 +0000 Subject: [PATCH] Build on ubuntu22-04 (#361) *Issue #, if available:* N/A *Description of changes:* Builds were segfaulting (https://github.com/awslabs/mountpoint-s3-csi-driver/actions/runs/12986609886/job/36213821655). By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- .github/matrix.yaml | 4 ---- .github/workflows/e2e-tests.yaml | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/matrix.yaml b/.github/matrix.yaml index 2d035403..3c04b4b7 100644 --- a/.github/matrix.yaml +++ b/.github/matrix.yaml @@ -22,10 +22,6 @@ matrix: arch: "arm" family: "Ubuntu2204" kubernetes-version: "1.31.0" - - cluster-type: "eksctl" - arch: "arm" - family: "Ubuntu2204" - kubernetes-version: "1.32.1" exclude: - cluster-type: "kops" family: "Bottlerocket" diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 0581b677..7d25b11f 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -26,7 +26,7 @@ jobs: name: Build Matrix uses: ./.github/workflows/build_matrix.yaml build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # FIXME - https://github.com/actions/runner-images/issues/11471 environment: ${{ inputs.environment }} permissions: id-token: write @@ -65,7 +65,7 @@ jobs: # so we disable it to ensure all resources created during test are properly cleaned up. fail-fast: false matrix: ${{ fromJson(needs.build_matrix.outputs.matrix) }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # FIXME - https://github.com/actions/runner-images/issues/11471 environment: ${{ inputs.environment }} permissions: id-token: write