From feb3f4ea92ea01f7edb8b0ffd2e62b5e2376b35e Mon Sep 17 00:00:00 2001 From: Daniel Flook Date: Thu, 1 Aug 2024 18:03:21 +0100 Subject: [PATCH] Disable more arm64 jobs --- .github/workflows/test-plan.yaml | 28 ++++----- .github/workflows/test-version.yaml | 98 ++++++++++++++--------------- 2 files changed, 63 insertions(+), 63 deletions(-) diff --git a/.github/workflows/test-plan.yaml b/.github/workflows/test-plan.yaml index 49eff598..a50de6ef 100644 --- a/.github/workflows/test-plan.yaml +++ b/.github/workflows/test-plan.yaml @@ -863,20 +863,20 @@ jobs: path: tests/workflows/test-plan/plan label: test-plan test_plan_1_4 - arm64: - runs-on: buildjet-2vcpu-ubuntu-2204-arm - name: Test on arm64 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Plan - uses: ./terraform-plan - with: - path: tests/workflows/test-plan/plan - label: arm64 +# arm64: +# runs-on: buildjet-2vcpu-ubuntu-2204-arm +# name: Test on arm64 +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# steps: +# - name: Checkout +# uses: actions/checkout@v4 +# +# - name: Plan +# uses: ./terraform-plan +# with: +# path: tests/workflows/test-plan/plan +# label: arm64 always_new: runs-on: ubuntu-latest diff --git a/.github/workflows/test-version.yaml b/.github/workflows/test-version.yaml index 00aecf18..108b6764 100644 --- a/.github/workflows/test-version.yaml +++ b/.github/workflows/test-version.yaml @@ -627,55 +627,55 @@ jobs: exit 1 fi - arm64: - runs-on: buildjet-2vcpu-ubuntu-2204-arm - name: Version detection on arm - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Version unsupported on arm - uses: ./terraform-version - continue-on-error: true - id: arm-unsupported - env: - TERRAFORM_VERSION: 0.12.0 - with: - path: tests/workflows/test-version/empty - - - name: Check failed to download unsupported platform - run: | - if [[ "${{ steps.arm-unsupported.outcome }}" != "failure" ]]; then - echo "Did not fail correctly" - exit 1 - fi - - - name: Version doesn't exist - uses: ./terraform-version - continue-on-error: true - id: no-such-version - with: - path: tests/workflows/test-version/nosuchversion - - - name: Check failed to download no such version - run: | - if [[ "${{ steps.no-such-version.outcome }}" != "failure" ]]; then - echo "Did not fail correctly" - exit 1 - fi - - - name: Test terraform-version - uses: ./terraform-version - id: terraform-version - with: - path: tests/workflows/test-version/tfswitch - - - name: Check the version - run: | - if [[ "${{ steps.terraform-version.outputs.terraform }}" != "1.1.0" ]]; then - echo "::error:: Terraform version not set from .tfswitchrc" - exit 1 - fi +# arm64: +# runs-on: buildjet-2vcpu-ubuntu-2204-arm +# name: Version detection on arm +# steps: +# - name: Checkout +# uses: actions/checkout@v4 +# +# - name: Version unsupported on arm +# uses: ./terraform-version +# continue-on-error: true +# id: arm-unsupported +# env: +# TERRAFORM_VERSION: 0.12.0 +# with: +# path: tests/workflows/test-version/empty +# +# - name: Check failed to download unsupported platform +# run: | +# if [[ "${{ steps.arm-unsupported.outcome }}" != "failure" ]]; then +# echo "Did not fail correctly" +# exit 1 +# fi +# +# - name: Version doesn't exist +# uses: ./terraform-version +# continue-on-error: true +# id: no-such-version +# with: +# path: tests/workflows/test-version/nosuchversion +# +# - name: Check failed to download no such version +# run: | +# if [[ "${{ steps.no-such-version.outcome }}" != "failure" ]]; then +# echo "Did not fail correctly" +# exit 1 +# fi +# +# - name: Test terraform-version +# uses: ./terraform-version +# id: terraform-version +# with: +# path: tests/workflows/test-version/tfswitch +# +# - name: Check the version +# run: | +# if [[ "${{ steps.terraform-version.outputs.terraform }}" != "1.1.0" ]]; then +# echo "::error:: Terraform version not set from .tfswitchrc" +# exit 1 +# fi terraform_opentofu_version: runs-on: ubuntu-latest