Skip to content

Commit

Permalink
github: workflows: updated status check name
Browse files Browse the repository at this point in the history
  • Loading branch information
vpirogov committed Dec 19, 2024
1 parent 90ddb2a commit bd3a386
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
matrix:
config: [
{ name: MacOS, label: macos-14, threading: SEQ, toolset: clang, build: Release, testset: SMOKE },
{ name: c6g, label: ah-ubuntu_22_04-c6g_4x-50, threading: OMP, toolset: gcc, build: Release, testset: CI },
{ name: c6g, label: ah-ubuntu_22_04-c6g_4x-50, threading: OMP, toolset: gcc, build: Release, testset: CI },
{ name: c6g, label: ah-ubuntu_22_04-c6g_2x-50, threading: OMP, toolset: clang, build: Debug, testset: SMOKE },
{ name: c7g, label: ah-ubuntu_22_04-c7g_4x-50, threading: OMP, toolset: gcc, build: Release, testset: CI }
]
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Get ACL commit hash for cache key
id: get_acl_commit_hash
run: (cd ${{ github.workspace }}/ComputeLibrary && echo "ACLCommitHash=$(git rev-parse --short HEAD)") >> $GITHUB_OUTPUT

- name: Get system name
id: get_system_name
run: (echo "SystemName=$(uname)") >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -172,10 +172,12 @@ jobs:
CMAKE_BUILD_TYPE: ${{ matrix.config.build }}
DYLD_LIBRARY_PATH: ${{ github.workspace }}/ComputeLibrary/build
ONEDNN_THREADING: ${{ matrix.config.threading }}

AArch64:
# This job adds a check named "CI AArch64" that represents overall
# workflow status and can be used in branch rulesets
status:
needs: build-and-test
runs-on: ubuntu-latest
name: "CI AArch64"
steps:
- name: Print success
run: echo Success

0 comments on commit bd3a386

Please sign in to comment.