Skip to content

Commit 53927a0

Browse files
First
1 parent 0a10490 commit 53927a0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/actions/run_opencl_cts/action.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ runs:
1717
- name: Run opencl cts
1818
shell: bash
1919
env:
20-
CTS_PROFILE: {{ -p qemu --qemu '/usr/bin/qemu-aarch64 -L /usr/aarch64-linux-gnu' }}
20+
CTS_PROFILE: -p qemu --qemu '/usr/bin/qemu-aarch64 -L /usr/aarch64-linux-gnu'
2121
run: |
22-
set -x
2322
echo CTS_PROFILE IS $CTS_PROFILE
24-
python -u "$GITHUB_WORKSPACE/scripts/testing/run_cities.py" -v \
25-
$CTS_PROFILE \
26-
-i "$GITHUB_WORKSPACE/source/cl/scripts/$CTS_FILTER"

0 commit comments

Comments
 (0)