Skip to content

Commit

Permalink
github/workflows: remove arm64 robustness tests jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed Oct 29, 2024
1 parent 6664240 commit a1d8a84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/robustness_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,3 @@ jobs:
count: 100
testTimeout: 200m
runs-on: "['ubuntu-latest']"
arm64:
# GHA has a maximum amount of 6h execution time, we try to get done within 3h
uses: ./.github/workflows/robustness_template.yaml
with:
count: 100
testTimeout: 200m
runs-on: "['actuated-arm64-4cpu-8gb']"
6 changes: 0 additions & 6 deletions .github/workflows/robustness_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,3 @@ jobs:
count: 10
testTimeout: 30m
runs-on: "['ubuntu-latest']"
arm64:
uses: ./.github/workflows/robustness_template.yaml
with:
count: 10
testTimeout: 30m
runs-on: "['actuated-arm64-4cpu-8gb']"

0 comments on commit a1d8a84

Please sign in to comment.