We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96fa0d commit 96023e5Copy full SHA for 96023e5
devops/actions/run-tests/benchmark/action.yml
@@ -193,7 +193,7 @@ runs:
193
echo "-----"
194
195
WORKDIR="$(realpath ./llvm_test_workdir)"
196
- if [ -n "$WORKDIR" ] && [ -d "$WORKDIR" ]; then rm -rf "$WORKDIR" ; fi
+ if [ -n "$WORKDIR" ] && [ -d "$WORKDIR" ] && [[ "$WORKDIR" == *llvm_test_workdir* ]]; then rm -rf "$WORKDIR" ; fi
197
198
taskset -c "$CORES" ./devops/scripts/benchmarks/main.py "$WORKDIR" \
199
--sycl "$(realpath ./toolchain)" \
0 commit comments