Skip to content

Commit ac26d67

Browse files
committed
less E2E tests, no windows on benchmarks change
1 parent 5931af9 commit ac26d67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/sycl-detect-changes.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,4 @@ jobs:
117117
done
118118
echo "benchmarks_only=$has_benchmarks_only" >> $GITHUB_OUTPUT
119119
120-
- run: echo '${{ steps.result.outputs.result }} ${{ steps.benchmark_only.outputs.result }}'
121-
120+
- run: echo '${{ steps.result.outputs.result }} ${{ steps.benchmarks_only.outputs.result }}'

.github/workflows/sycl-linux-precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
changes: ${{ needs.detect_changes.outputs.filters }}
6060

6161
toolchain_artifact: sycl_linux_default
62-
e2e_binaries_artifact: e2e_bin
62+
e2e_binaries_artifact: ${{ needs.detect_changes.outputs.benchmarks_only != 'false' && 'e2e_bin' || '' }}
6363
e2e_binaries_preview_artifact: e2e_bin_preview
6464

6565
# Build and run native cpu e2e tests separately as cannot currently

.github/workflows/sycl-windows-precommit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
- 'devops/containers/**'
2727
- 'devops/actions/build_container/**'
2828
- 'devops/compat_ci_exclude.sycl-rel-6_2'
29+
- 'devops/scripts/benchmarks/**'
2930
- 'unified-runtime/examples/**'
3031
- 'unified-runtime/scripts/**'
3132
- 'unified-runtime/test/**'

0 commit comments

Comments
 (0)