We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a10490 commit 53927a0Copy full SHA for 53927a0
.github/actions/run_opencl_cts/action.yml
@@ -17,10 +17,6 @@ runs:
17
- name: Run opencl cts
18
shell: bash
19
env:
20
- CTS_PROFILE: {{ -p qemu --qemu '/usr/bin/qemu-aarch64 -L /usr/aarch64-linux-gnu' }}
+ CTS_PROFILE: -p qemu --qemu '/usr/bin/qemu-aarch64 -L /usr/aarch64-linux-gnu'
21
run: |
22
- set -x
23
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