Skip to content

Commit

Permalink
tests/CI: Stop using spread-arm
Browse files Browse the repository at this point in the history
Not needed anymore now we use new runners.

Signed-off-by: Paul Mars <[email protected]>
  • Loading branch information
upils committed Oct 4, 2024
1 parent ab01eb0 commit f78de93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/spread-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,10 @@ jobs:
echo "::add-matcher::.github/spread-problem-matcher.json"
BACKEND=google
SPREAD=spread
SERIES=${{ matrix.series }}

if [[ "${{ matrix.systems }}" =~ -arm- ]]; then
BACKEND=google-arm
SPREAD=spread-arm
fi

RUN_TESTS=""
Expand All @@ -134,8 +132,8 @@ jobs:
# "pipefail" ensures that a non-zero status from the spread is
# propagated; and we use a subshell as this option could trigger
# undesired changes elsewhere
echo "Running command: $SPREAD $RUN_TESTS"
(set -o pipefail; $SPREAD $RUN_TESTS | tee spread.log)
echo "Running command: spread $RUN_TESTS"
(set -o pipefail; spread $RUN_TESTS | tee spread.log)

- name: Discard spread workers
if: always()
Expand Down

0 comments on commit f78de93

Please sign in to comment.