|
40 | 40 |
|
41 | 41 | jobs: |
42 | 42 | adapter-build-hw: |
43 | | - name: Build & Test HW |
| 43 | + name: Build & CTS |
44 | 44 | if: github.repository == 'oneapi-src/unified-runtime' # run only on upstream; forks won't have the HW |
45 | 45 | strategy: |
46 | 46 | matrix: |
47 | | - adapter: [{ |
48 | | - name: "${{inputs.adapter_name}}", |
49 | | - other_name: "${{inputs.other_adapter_name}}", |
50 | | - platform: "${{inputs.platform}}", |
51 | | - static_Loader: "${{inputs.static_loader}}", |
52 | | - static_adapter: "${{inputs.static_loader}}" |
53 | | - }] |
54 | | - build_type: [Debug, Release] |
55 | | - compiler: [{c: gcc, cxx: g++}, {c: clang, cxx: clang++}] |
56 | | - # TODO: The latest L0 loader segfaults when built with clang. |
57 | | - exclude: |
58 | | - - adapter: {name: L0, platform: ""} |
59 | | - compiler: {c: clang, cxx: clang++} |
60 | | - # Exclude these configurations to avoid overloading the runners. |
61 | | - - adapter: {static_Loader: ON} |
62 | | - build_type: Release |
63 | | - - adapter: {static_Loader: ON} |
64 | | - compiler: {c: clang, cxx: clang++} |
65 | | - - adapter: {static_adapter: ON} |
66 | | - build_type: Release |
67 | | - - adapter: {static_adapter: ON} |
68 | | - compiler: {c: clang, cxx: clang++} |
| 47 | + adapter: [ |
| 48 | + { |
| 49 | + name: "${{inputs.adapter_name}}", |
| 50 | + other_name: "${{inputs.other_adapter_name}}", |
| 51 | + platform: "${{inputs.platform}}", |
| 52 | + static_Loader: "${{inputs.static_loader}}", |
| 53 | + static_adapter: "${{inputs.static_loader}}" |
| 54 | + } |
| 55 | + ] |
| 56 | + build_type: [Release] |
| 57 | + compiler: [{c: gcc, cxx: g++}] |
69 | 58 |
|
70 | 59 | runs-on: ${{inputs.runner_name}} |
71 | 60 |
|
|
0 commit comments