From 5acea64ed9d6c208f85368503fb78348c1b7335a Mon Sep 17 00:00:00 2001 From: Bill Teng <135061747+TT-billteng@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:07:45 -0700 Subject: [PATCH] Update names of perf-models and perf-device-models jobs (#13238) #0: make it clear that perf-models and perf-device-models are single chip pipelines --- .github/workflows/pipeline-select.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipeline-select.yaml b/.github/workflows/pipeline-select.yaml index 89df9be7e3c..8f991bb0c5c 100644 --- a/.github/workflows/pipeline-select.yaml +++ b/.github/workflows/pipeline-select.yaml @@ -20,11 +20,11 @@ on: required: false type: boolean default: false - perf-models: + single-card-perf-models: required: false type: boolean default: false - perf-device-models: + single-card-perf-device-models: description: "perf-device (requires tracy build)" required: false type: boolean @@ -63,12 +63,12 @@ jobs: secrets: inherit uses: ./.github/workflows/single-card-demo-tests-impl.yaml if: ${{ inputs.single-card-demo }} - perf-models-tests: + single-card-perf-models-tests: needs: build-artifact secrets: inherit uses: ./.github/workflows/perf-models-impl.yaml if: ${{ inputs.perf-models }} - perf-device-models-tests: + single-card-perf-device-models-tests: needs: build-artifact secrets: inherit uses: ./.github/workflows/perf-device-models-impl.yaml