From a26a6879ce738fcd1b0e6514142df97732edcad1 Mon Sep 17 00:00:00 2001 From: Patrick Stephens Date: Fri, 20 Oct 2023 08:55:07 +0100 Subject: [PATCH] workflows: update Actuated sizes Signed-off-by: Patrick Stephens --- .github/actionlint.yml | 3 +-- .github/workflows/call-build-linux-packages.yaml | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/actionlint.yml b/.github/actionlint.yml index 692d0852527..e532ef52cf7 100644 --- a/.github/actionlint.yml +++ b/.github/actionlint.yml @@ -1,4 +1,3 @@ self-hosted-runner: labels: - - actuated - - actuated-aarch64 + - actuated-arm64-8cpu-16gb diff --git a/.github/workflows/call-build-linux-packages.yaml b/.github/workflows/call-build-linux-packages.yaml index b8000225abe..17bc6975e54 100644 --- a/.github/workflows/call-build-linux-packages.yaml +++ b/.github/workflows/call-build-linux-packages.yaml @@ -106,7 +106,7 @@ jobs: name: ${{ matrix.distro }} package build and stage to S3 environment: ${{ inputs.environment }} # Ensure for OSS Fluent Bit repo we enable usage of Actuated runners for ARM builds, for forks it should keep existing ubuntu-latest usage. - runs-on: ${{ (contains(matrix.distro, 'arm' ) && (github.repository == 'fluent/fluent-bit') && 'actuated-aarch64') || 'ubuntu-latest' }} + runs-on: ${{ (contains(matrix.distro, 'arm' ) && (github.repository == 'fluent/fluent-bit') && 'actuated-arm64-8cpu-16gb') || 'ubuntu-latest' }} permissions: contents: read strategy: @@ -123,7 +123,7 @@ jobs: - name: Set up Actuated mirror if: contains(matrix.distro, 'arm' ) && (github.repository == 'fluent/fluent-bit') uses: self-actuated/hub-mirror@master - + - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -137,7 +137,7 @@ jobs: echo "$INPUT --> $output" echo "replaced=$output" >> "$GITHUB_OUTPUT" shell: bash - env: + env: INPUT: ${{ matrix.distro }} - name: fluent-bit - ${{ matrix.distro }} artifacts