Skip to content

Commit 69e0ad5

Browse files
committed
add commented windows precommit run for new-offload-model
1 parent 97bb2d8 commit 69e0ad5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,21 @@ jobs:
255255
extra_lit_opts: --param sycl_build_targets="spir"
256256
cxx: ${{ inputs.cxx }}
257257

258+
#- name: Build E2E tests with New Offload Model
259+
# if: |
260+
# inputs.e2e_binaries_artifact &&
261+
# !cancelled() &&
262+
# steps.build.conclusion == 'success' &&
263+
# contains(github.event.pull_request.labels.*.name, "new-offload-model")
264+
# uses: ./devops/actions/run-tests/windows/e2e
265+
# with:
266+
# ref: ${{ inputs.ref || github.sha }}
267+
# testing_mode: build-only
268+
# target_devices: all
269+
# binaries_artifact: ${{ inputs.e2e_binaries_artifact }}
270+
# extra_lit_opts: --param sycl_build_targets="spir" --param enable_new_offload_model=True
271+
# cxx: ${{ inputs.cxx }}
272+
258273
- name: Detect hung tests
259274
if: always()
260275
shell: powershell

0 commit comments

Comments
 (0)