mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Fix runs-on for arm64 robustness.
Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
12
.github/workflows/robustness-nightly.yaml
vendored
12
.github/workflows/robustness-nightly.yaml
vendored
@@ -1,14 +1,14 @@
|
||||
---
|
||||
name: Robustness Nightly
|
||||
permissions: read-all
|
||||
on:
|
||||
on: pull_request
|
||||
# schedules always run against the main branch, hence we have to create separate jobs
|
||||
# with individual checkout actions for each of the active release branches
|
||||
schedule:
|
||||
- cron: '25 9 * * *' # runs every day at 09:25 UTC
|
||||
#schedule:
|
||||
# - cron: '25 9 * * *' # runs every day at 09:25 UTC
|
||||
|
||||
# workflow_dispatch enables manual testing of this job by maintainers
|
||||
workflow_dispatch:
|
||||
#workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
count: 80
|
||||
testTimeout: 200m
|
||||
artifactName: main-arm64
|
||||
runs-on: "['self-hosted', 'Linux', 'ARM64']"
|
||||
runs-on: "['actuated-arm64-8cpu-32gb']"
|
||||
release-35:
|
||||
uses: ./.github/workflows/robustness-template.yaml
|
||||
with:
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
count: 100
|
||||
testTimeout: 200m
|
||||
artifactName: release-35-arm64
|
||||
runs-on: "['self-hosted', 'Linux', 'ARM64']"
|
||||
runs-on: "['actuated-arm64-8cpu-32gb']"
|
||||
release-34:
|
||||
uses: ./.github/workflows/robustness-template.yaml
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user