mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Run robustness tests on arm64.
Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
parent
2a0c989662
commit
09ae3a641c
8
.github/workflows/robustness-nightly.yaml
vendored
8
.github/workflows/robustness-nightly.yaml
vendored
@ -14,6 +14,14 @@ jobs:
|
|||||||
count: 100
|
count: 100
|
||||||
testTimeout: 200m
|
testTimeout: 200m
|
||||||
artifactName: main
|
artifactName: main
|
||||||
|
main-arm64:
|
||||||
|
uses: ./.github/workflows/robustness-template.yaml
|
||||||
|
with:
|
||||||
|
etcdBranch: main
|
||||||
|
count: 100
|
||||||
|
testTimeout: 200m
|
||||||
|
artifactName: main-arm64
|
||||||
|
runs-on: "['self-hosted', 'Linux', 'ARM64']"
|
||||||
release-35:
|
release-35:
|
||||||
uses: ./.github/workflows/robustness-template.yaml
|
uses: ./.github/workflows/robustness-template.yaml
|
||||||
with:
|
with:
|
||||||
|
6
.github/workflows/robustness-template.yaml
vendored
6
.github/workflows/robustness-template.yaml
vendored
@ -15,13 +15,17 @@ on:
|
|||||||
artifactName:
|
artifactName:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
runs-on:
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: "['ubuntu-latest']"
|
||||||
permissions: read-all
|
permissions: read-all
|
||||||
jobs:
|
jobs:
|
||||||
goversion:
|
goversion:
|
||||||
uses: ./.github/workflows/go-version.yaml
|
uses: ./.github/workflows/go-version.yaml
|
||||||
test:
|
test:
|
||||||
timeout-minutes: 210
|
timeout-minutes: 210
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ fromJson(inputs.runs-on) }}
|
||||||
needs: goversion
|
needs: goversion
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
8
.github/workflows/robustness.yaml
vendored
8
.github/workflows/robustness.yaml
vendored
@ -9,3 +9,11 @@ jobs:
|
|||||||
count: 15
|
count: 15
|
||||||
testTimeout: 30m
|
testTimeout: 30m
|
||||||
artifactName: main
|
artifactName: main
|
||||||
|
main-arm64:
|
||||||
|
uses: ./.github/workflows/robustness-template.yaml
|
||||||
|
with:
|
||||||
|
etcdBranch: main
|
||||||
|
count: 15
|
||||||
|
testTimeout: 30m
|
||||||
|
artifactName: main-arm64
|
||||||
|
runs-on: "['self-hosted', 'Linux', 'ARM64']"
|
Loading…
x
Reference in New Issue
Block a user