Skip to content

Commit feb3f4e

Browse files
committed
Disable more arm64 jobs
1 parent d384e0f commit feb3f4e

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

.github/workflows/test-plan.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -863,20 +863,20 @@ jobs:
863863
path: tests/workflows/test-plan/plan
864864
label: test-plan test_plan_1_4
865865

866-
arm64:
867-
runs-on: buildjet-2vcpu-ubuntu-2204-arm
868-
name: Test on arm64
869-
env:
870-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
871-
steps:
872-
- name: Checkout
873-
uses: actions/checkout@v4
874-
875-
- name: Plan
876-
uses: ./terraform-plan
877-
with:
878-
path: tests/workflows/test-plan/plan
879-
label: arm64
866+
# arm64:
867+
# runs-on: buildjet-2vcpu-ubuntu-2204-arm
868+
# name: Test on arm64
869+
# env:
870+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
871+
# steps:
872+
# - name: Checkout
873+
# uses: actions/checkout@v4
874+
#
875+
# - name: Plan
876+
# uses: ./terraform-plan
877+
# with:
878+
# path: tests/workflows/test-plan/plan
879+
# label: arm64
880880

881881
always_new:
882882
runs-on: ubuntu-latest

.github/workflows/test-version.yaml

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -627,55 +627,55 @@ jobs:
627627
exit 1
628628
fi
629629
630-
arm64:
631-
runs-on: buildjet-2vcpu-ubuntu-2204-arm
632-
name: Version detection on arm
633-
steps:
634-
- name: Checkout
635-
uses: actions/checkout@v4
636-
637-
- name: Version unsupported on arm
638-
uses: ./terraform-version
639-
continue-on-error: true
640-
id: arm-unsupported
641-
env:
642-
TERRAFORM_VERSION: 0.12.0
643-
with:
644-
path: tests/workflows/test-version/empty
645-
646-
- name: Check failed to download unsupported platform
647-
run: |
648-
if [[ "${{ steps.arm-unsupported.outcome }}" != "failure" ]]; then
649-
echo "Did not fail correctly"
650-
exit 1
651-
fi
652-
653-
- name: Version doesn't exist
654-
uses: ./terraform-version
655-
continue-on-error: true
656-
id: no-such-version
657-
with:
658-
path: tests/workflows/test-version/nosuchversion
659-
660-
- name: Check failed to download no such version
661-
run: |
662-
if [[ "${{ steps.no-such-version.outcome }}" != "failure" ]]; then
663-
echo "Did not fail correctly"
664-
exit 1
665-
fi
666-
667-
- name: Test terraform-version
668-
uses: ./terraform-version
669-
id: terraform-version
670-
with:
671-
path: tests/workflows/test-version/tfswitch
672-
673-
- name: Check the version
674-
run: |
675-
if [[ "${{ steps.terraform-version.outputs.terraform }}" != "1.1.0" ]]; then
676-
echo "::error:: Terraform version not set from .tfswitchrc"
677-
exit 1
678-
fi
630+
# arm64:
631+
# runs-on: buildjet-2vcpu-ubuntu-2204-arm
632+
# name: Version detection on arm
633+
# steps:
634+
# - name: Checkout
635+
# uses: actions/checkout@v4
636+
#
637+
# - name: Version unsupported on arm
638+
# uses: ./terraform-version
639+
# continue-on-error: true
640+
# id: arm-unsupported
641+
# env:
642+
# TERRAFORM_VERSION: 0.12.0
643+
# with:
644+
# path: tests/workflows/test-version/empty
645+
#
646+
# - name: Check failed to download unsupported platform
647+
# run: |
648+
# if [[ "${{ steps.arm-unsupported.outcome }}" != "failure" ]]; then
649+
# echo "Did not fail correctly"
650+
# exit 1
651+
# fi
652+
#
653+
# - name: Version doesn't exist
654+
# uses: ./terraform-version
655+
# continue-on-error: true
656+
# id: no-such-version
657+
# with:
658+
# path: tests/workflows/test-version/nosuchversion
659+
#
660+
# - name: Check failed to download no such version
661+
# run: |
662+
# if [[ "${{ steps.no-such-version.outcome }}" != "failure" ]]; then
663+
# echo "Did not fail correctly"
664+
# exit 1
665+
# fi
666+
#
667+
# - name: Test terraform-version
668+
# uses: ./terraform-version
669+
# id: terraform-version
670+
# with:
671+
# path: tests/workflows/test-version/tfswitch
672+
#
673+
# - name: Check the version
674+
# run: |
675+
# if [[ "${{ steps.terraform-version.outputs.terraform }}" != "1.1.0" ]]; then
676+
# echo "::error:: Terraform version not set from .tfswitchrc"
677+
# exit 1
678+
# fi
679679

680680
terraform_opentofu_version:
681681
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)