Skip to content

Commit

Permalink
Merge pull request #844 from ivanvc/remove-arm-github-workflows
Browse files Browse the repository at this point in the history
github/workflows: remove arm64 jobs
  • Loading branch information
ahrtr authored Oct 29, 2024
2 parents 12749bc + a1d8a84 commit ad96be0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 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']"
14 changes: 0 additions & 14 deletions .github/workflows/tests_arm64.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ test-failpoint:
@echo "[failpoint] array freelist test"
BBOLT_VERIFY=all TEST_FREELIST_TYPE=array go test -v ${TESTFLAGS} -timeout 30m ./tests/failpoint

.PHONY: test-robustness # Running robustness tests requires root permission
.PHONY: test-robustness # Running robustness tests requires root permission for now
# TODO: Remove sudo once we fully migrate to the prow infrastructure
test-robustness: gofail-enable build
sudo env PATH=$$PATH go test -v ${TESTFLAGS} ./tests/dmflakey -test.root
sudo env PATH=$(PWD)/bin:$$PATH go test -v ${TESTFLAGS} ${ROBUSTNESS_TESTFLAGS} ./tests/robustness -test.root
Expand Down

0 comments on commit ad96be0

Please sign in to comment.