Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Dec 17, 2024
1 parent 761c1cd commit a2ffdfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/do_build_opencl_cts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
# do build
set -x
echo WHICH2 && which qemu-aarch64
echo CAT && cat ${{ steps.calc_vars.outputs.toolchain }}
echo CAT1 && cat ${{ steps.calc_vars.outputs.toolchain }}
echo FIND1 && sudo find / -name ld-linux-aarch64.so.1 || echo NOT FOUND
cmake -G Ninja $CMAKE_TOOLCHAIN $GITHUB_WORKSPACE/OpenCL-CTS \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
3 changes: 2 additions & 1 deletion .github/actions/run_opencl_cts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ runs:
CTS_FILTER: cts-3.0-online-ignore-linux-host.csv
CTS_TIMEOUT: 18:00:00 # OK for github?
run: |
echo FIND2 && sudo find / -name ld-linux-aarch64.so.1 || echo NOT FOUND
cd "$GITHUB_WORKSPACE/OpenCL-CTS"
echo "Running OpenCL CTS tests with CTS file $CTS_CSV_FILE with filter $CTS_FILTER"
set -x
echo WHICH3 && which qemu-aarch64
echo FIND2 && sudo find / -name ld-linux-aarch64.so.1 || echo NOT FOUND
python -u "$GITHUB_WORKSPACE/scripts/testing/run_cities.py" -v \
--color=always --timeout $CTS_TIMEOUT \
-b "$GITHUB_WORKSPACE/test_conformance" \
Expand Down

0 comments on commit a2ffdfe

Please sign in to comment.