Skip to content

Commit 502aaf8

Browse files
jatinwadhwa921ankitm3k
authored andcommitted
Support for Debug and RelWithDebInfo in Internal CI
1 parent f89f64e commit 502aaf8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/linux_openvino_ci_intel.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ jobs:
2222
name: Build and Test OpenVINO EP (AlamLinux8, Py3.12)
2323
# Use the reusable workflow as the other Linux CI pipelines
2424
uses: ./.github/workflows/reusable_linux_build_intel.yml
25+
strategy:
26+
matrix:
27+
build_config: [Release, Debug, RelWithDebInfo]
2528
with:
2629
pool_name: "onnxruntime-github-Ubuntu2204-AMD-CPU"
27-
build_config: Release
30+
build_config: ${{ matrix.build_config }}
2831
# Architecture: OpenVino only supports Intel X64
2932
architecture: x64
3033
dockerfile_path: tools/ci_build/github/linux/docker/inference/x86_64/python/openvino/Dockerfile

0 commit comments

Comments
 (0)