From 17ab1fa6d2d1f041e548d8bf6190f82e9db321a8 Mon Sep 17 00:00:00 2001 From: James Blair Date: Tue, 29 Oct 2024 12:18:35 +1300 Subject: [PATCH] Remove defunct actuated arm64 workflows. Signed-off-by: James Blair --- .github/workflows/tests.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 1340e1851ed..6f9f6398592 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,13 +13,3 @@ jobs: 'linux-unit-4-cpu-race', 'linux-386-unit-1-cpu', 'all-build']" - arm64: - uses: ./.github/workflows/tests-template.yaml - with: - arch: arm64 - runs-on: actuated-arm64-8cpu-32gb - targets: "['linux-test-smoke', - 'linux-integration-1-cpu', - 'linux-integration-2-cpu', - 'linux-integration-4-cpu', - 'linux-unit-4-cpu-race']"