Skip to content

Commit 84be1e1

Browse files
committed
fix passing workflow input arguments
1 parent d55b7c7 commit 84be1e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,10 @@ jobs:
169169
with:
170170
name: "E2E with enabled NewOffloadModel"
171171
runner: ${{ inputs.runner }}
172-
image_options: ${{ inputs.image_options }}
173172
tests_selector: e2e
174-
testing_mode: "full"
175173
target_devices: ${{ inputs.target_devices }}
176174
extra_lit_opts: "--param enable_new_offload_model=True"
177-
tests_ref: ${{ github.sha }}
178-
toolchain_artifact: ${{ needs.build-win.outputs.toolchain_artifact }}
179175
toolchain_artifact_filename: ${{ needs.build-win.outputs.toolchain_artifact_filename }}
180-
toolchain_decompress_command: ${{ needs.build-win.outputs.toolchain_decompress_command }}
181176

182177
#e2e_with_NewOffloadModel:
183178
# runs-on: [Linux, build]

0 commit comments

Comments
 (0)