File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments