From 7ace7c530365c3cc034899c68b00aabf7614766e Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Tue, 16 Apr 2024 23:24:33 -0500 Subject: [PATCH] Update ci_pc_sampling.yml (#744) --- .github/workflows/ci_pc_sampling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_pc_sampling.yml b/.github/workflows/ci_pc_sampling.yml index 56b1f5d6ef..c558b82a9a 100644 --- a/.github/workflows/ci_pc_sampling.yml +++ b/.github/workflows/ci_pc_sampling.yml @@ -73,7 +73,7 @@ jobs: shell: bash run: python3 ./source/scripts/run-ci.py -B build - --name ${{ github.repository }}-${{ github.ref_name }}-${{ matrix.os }}${{ matrix.name-tag }} + --name ${{ github.repository }}-${{ github.ref_name }}-pc-sampling-${{ matrix.os }}${{ matrix.name-tag }} --build-jobs 16 --site $(echo $RUNNER_HOSTNAME)-$(/opt/rocm/bin/rocm_agent_enumerator | sed -n '2 p') --gpu-targets ${{ env.GPU_TARGETS }}