We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89f64e commit 502aaf8Copy full SHA for 502aaf8
.github/workflows/linux_openvino_ci_intel.yml
@@ -22,9 +22,12 @@ jobs:
22
name: Build and Test OpenVINO EP (AlamLinux8, Py3.12)
23
# Use the reusable workflow as the other Linux CI pipelines
24
uses: ./.github/workflows/reusable_linux_build_intel.yml
25
+ strategy:
26
+ matrix:
27
+ build_config: [Release, Debug, RelWithDebInfo]
28
with:
29
pool_name: "onnxruntime-github-Ubuntu2204-AMD-CPU"
- build_config: Release
30
+ build_config: ${{ matrix.build_config }}
31
# Architecture: OpenVino only supports Intel X64
32
architecture: x64
33
dockerfile_path: tools/ci_build/github/linux/docker/inference/x86_64/python/openvino/Dockerfile
0 commit comments