|
60 | 60 | matrix:
|
61 | 61 | config: [
|
62 | 62 | { name: MacOS, label: macos-14, threading: SEQ, toolset: clang, build: Release, testset: SMOKE },
|
63 |
| - { name: c6g, label: ah-ubuntu_22_04-c6g_4x-50, threading: OMP, toolset: gcc, build: Release, testset: CI }, |
| 63 | + { name: c6g, label: ah-ubuntu_22_04-c6g_4x-50, threading: OMP, toolset: gcc, build: Release, testset: CI }, |
64 | 64 | { name: c6g, label: ah-ubuntu_22_04-c6g_2x-50, threading: OMP, toolset: clang, build: Debug, testset: SMOKE },
|
65 | 65 | { name: c7g, label: ah-ubuntu_22_04-c7g_4x-50, threading: OMP, toolset: gcc, build: Release, testset: CI }
|
66 | 66 | ]
|
@@ -108,7 +108,7 @@ jobs:
|
108 | 108 | - name: Get ACL commit hash for cache key
|
109 | 109 | id: get_acl_commit_hash
|
110 | 110 | run: (cd ${{ github.workspace }}/ComputeLibrary && echo "ACLCommitHash=$(git rev-parse --short HEAD)") >> $GITHUB_OUTPUT
|
111 |
| - |
| 111 | + |
112 | 112 | - name: Get system name
|
113 | 113 | id: get_system_name
|
114 | 114 | run: (echo "SystemName=$(uname)") >> $GITHUB_OUTPUT
|
@@ -172,10 +172,12 @@ jobs:
|
172 | 172 | CMAKE_BUILD_TYPE: ${{ matrix.config.build }}
|
173 | 173 | DYLD_LIBRARY_PATH: ${{ github.workspace }}/ComputeLibrary/build
|
174 | 174 | ONEDNN_THREADING: ${{ matrix.config.threading }}
|
175 |
| - |
176 |
| - AArch64: |
| 175 | + # This job adds a check named "CI AArch64" that represents overall |
| 176 | + # workflow status and can be used in branch rulesets |
| 177 | + status: |
177 | 178 | needs: build-and-test
|
178 | 179 | runs-on: ubuntu-latest
|
| 180 | + name: "CI AArch64" |
179 | 181 | steps:
|
180 | 182 | - name: Print success
|
181 | 183 | run: echo Success
|
0 commit comments