mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
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 <ivan@vald.es>
This commit is contained in:
parent
bc9801f3f7
commit
6325cce0ac
5
.github/workflows/tests.yaml
vendored
5
.github/workflows/tests.yaml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user