Skip to content

Commit

Permalink
Run the tests just once
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Matyas authored and JanMatCodasip committed Mar 16, 2022
1 parent 6bb8b69 commit 70e082f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tools/riscv-openocd-ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@ git --no-pager log --no-walk --pretty=short
# Use slightly more jobs than CPUs. Observed that this still speeds up the testing.
cd debug
JOBS=$(($(nproc) + 2))

# Temporary: Run the testing 10 times to have higher chance of catching intermittent failures
for i in {1..5}; do
make -k -j$JOBS all || true
done
make -k -j$JOBS all || true

0 comments on commit 70e082f

Please sign in to comment.