Merge pull request #18599 from k8s-infra-cherrypick-robot/cherry-pick… #15204
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
on: [push, pull_request] | |
jobs: | |
amd64: | |
uses: ./.github/workflows/tests-template.yaml | |
with: | |
arch: amd64 | |
runs-on: ubuntu-latest | |
targets: "['linux-test-smoke', | |
'linux-integration-1-cpu', | |
'linux-integration-2-cpu', | |
'linux-integration-4-cpu', | |
'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']" |