Skip to content

Commit

Permalink
Update names of perf-models and perf-device-models jobs (#13238)
Browse files Browse the repository at this point in the history
#0: make it clear that perf-models and perf-device-models are single chip pipelines
  • Loading branch information
TT-billteng authored Sep 28, 2024
1 parent 2ac3dc5 commit 5acea64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline-select.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5acea64

Please sign in to comment.