From 6325cce0ac25d7f6242b740e59cbd1d635e85550 Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Fri, 12 Jul 2024 22:40:59 -0700 Subject: [PATCH] github: remove amd64 test actions The pull-etcd-unit-test-amd64, pull-etcd-unit-test-386, pull-etcd-integration-1-cpu-amd64, pull-etcd-integration-2-cpu-amd64 and pull-etcd-integration-8-cpu-amd64 jobs are already running on the prow infrastructure. It is safe to remove these duplicated workloads from GitHub actions. Signed-off-by: Ivan Valdes --- .github/workflows/tests.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b6d743b2361..3bf39ccb951 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -3,11 +3,6 @@ name: Tests on: [push, pull_request] permissions: read-all jobs: - amd64: - uses: ./.github/workflows/tests-template.yaml - with: - arch: amd64 - runs-on: ubuntu-latest arm64: uses: ./.github/workflows/tests-template.yaml with: