Skip to content

Commit

Permalink
Reduce CI matrix in preparation for repo move
Browse files Browse the repository at this point in the history
  • Loading branch information
kbenzie committed Jan 21, 2025
1 parent f058cb2 commit 65dc898
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 353 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/build-hw-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,21 @@ env:

jobs:
adapter-build-hw:
name: Build & Test HW
name: Build & CTS
if: github.repository == 'oneapi-src/unified-runtime' # run only on upstream; forks won't have the HW
strategy:
matrix:
adapter: [{
name: "${{inputs.adapter_name}}",
other_name: "${{inputs.other_adapter_name}}",
platform: "${{inputs.platform}}",
static_Loader: "${{inputs.static_loader}}",
static_adapter: "${{inputs.static_loader}}"
}]
build_type: [Debug, Release]
compiler: [{c: gcc, cxx: g++}, {c: clang, cxx: clang++}]
adapter: [
{
name: "${{inputs.adapter_name}}",
other_name: "${{inputs.other_adapter_name}}",
platform: "${{inputs.platform}}",
static_Loader: "${{inputs.static_loader}}",
static_adapter: "${{inputs.static_loader}}"
}
]
build_type: [Release]
compiler: [{c: gcc, cxx: g++}]
# TODO: The latest L0 loader segfaults when built with clang.
exclude:
- adapter: {name: L0, platform: ""}
Expand Down
335 changes: 0 additions & 335 deletions .github/workflows/cmake.yml

This file was deleted.

Loading

0 comments on commit 65dc898

Please sign in to comment.