Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4192f63

Browse files
committedDec 18, 2024·
github: workflows: updated status check name
1 parent 007e60a commit 4192f63

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

‎.github/workflows/ci-aarch64.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
matrix:
6161
config: [
6262
{ 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 },
6464
{ name: c6g, label: ah-ubuntu_22_04-c6g_2x-50, threading: OMP, toolset: clang, build: Debug, testset: SMOKE },
6565
{ name: c7g, label: ah-ubuntu_22_04-c7g_4x-50, threading: OMP, toolset: gcc, build: Release, testset: CI }
6666
]
@@ -108,7 +108,7 @@ jobs:
108108
- name: Get ACL commit hash for cache key
109109
id: get_acl_commit_hash
110110
run: (cd ${{ github.workspace }}/ComputeLibrary && echo "ACLCommitHash=$(git rev-parse --short HEAD)") >> $GITHUB_OUTPUT
111-
111+
112112
- name: Get system name
113113
id: get_system_name
114114
run: (echo "SystemName=$(uname)") >> $GITHUB_OUTPUT
@@ -172,10 +172,12 @@ jobs:
172172
CMAKE_BUILD_TYPE: ${{ matrix.config.build }}
173173
DYLD_LIBRARY_PATH: ${{ github.workspace }}/ComputeLibrary/build
174174
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:
177178
needs: build-and-test
178179
runs-on: ubuntu-latest
180+
name: "CI AArch64"
179181
steps:
180182
- name: Print success
181183
run: echo Success

0 commit comments

Comments
 (0)
Please sign in to comment.