Skip to content

Commit 7bf09d3

Browse files
author
Alexander Batashev
authored
[CI] Enable more test configs in pre-commit (#5677)
1 parent ffaaa35 commit 7bf09d3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/sycl_linux_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
build_configure_extra_args:
3333
type: string
3434
required: false
35-
default: "--hip --cuda"
35+
default: "--hip --cuda --enable-esimd-emulator"
3636
build_artifact_suffix:
3737
type: string
3838
required: true

.github/workflows/sycl_precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
build_cache_size: "8G"
4040
build_artifact_suffix: "default"
4141
build_cache_suffix: "default"
42-
lts_config: "hip_amdgpu;ocl_x64;ocl_gen9;l0_gen9"
42+
lts_config: "hip_amdgpu;ocl_x64;ocl_gen9;l0_gen9;esimd_emu"

devops/test_configs.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@
3636
"check_sycl_all": "opencl:cpu,host",
3737
"cmake_args": ""
3838
},
39+
{
40+
"config": "esimd_emu",
41+
"name": "ESIMD Emu LLVM Test Suite",
42+
"runs-on": [
43+
"Linux",
44+
"x64"
45+
],
46+
"image": "${{ inputs.intel_drivers_image }}",
47+
"container_options": "-u 1001",
48+
"check_sycl_all": "ext_intel_esimd_emulator:gpu",
49+
"cmake_args": ""
50+
},
3951
{
4052
"config": "hip_amdgpu",
4153
"name": "HIP AMDGPU LLVM Test Suite",

0 commit comments

Comments
 (0)