Skip to content

Commit

Permalink
Lower limit to make the test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
rjanalik committed Oct 11, 2024
1 parent c605c62 commit 51dfc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/templates/test_image.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test_job_test_image_mpi-osu_bw-{{os}}{{osver}}-spack{{spackver}}-{{archstr[arch]
script:
- osu_bw | tee osu_bw-out.txt
- SIZE=4194304
- BW_THRESHOLD=15000
- BW_THRESHOLD=1500
- BW=$(awk "/^$SIZE/ {print \$2}" osu_bw-out.txt)
- RES=$(bc <<< "$BW > $BW_THRESHOLD")
- [ $RES -eq 1 ] # bc: true 1 false 0, bash: true 0 false 1
Expand Down

0 comments on commit 51dfc66

Please sign in to comment.