Skip to content

Commit

Permalink
Temporary: Reduced the cycle count to 5 to meet Gitlab CI timeouts
Browse files Browse the repository at this point in the history
Change-Id: If2787cf050886f0347fa913357bfdb16ef5a5c14
Signed-off-by: Jan Matyas <[email protected]>
  • Loading branch information
Jan Matyas authored and JanMatCodasip committed Mar 16, 2022
1 parent 21fa9c0 commit 6bb8b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/riscv-openocd-ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ cd debug
JOBS=$(($(nproc) + 2))

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

0 comments on commit 6bb8b69

Please sign in to comment.