Skip to content

Commit 93e1b3e

Browse files
committed
pass flavor input through to artifact name
1 parent 8086fc1 commit 93e1b3e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/run_tests_against_package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ name: Run Tests Against MaxText Package
1919
on:
2020
workflow_call:
2121
inputs:
22+
flavor:
23+
description: 'Test flavor name (e.g. cpu-unit, tpu-unit) - used for artifact naming'
24+
required: false
25+
type: string
26+
default: ''
2227
device_type:
2328
required: true
2429
type: string

.github/workflows/run_tests_coordinator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161

6262
uses: ./.github/workflows/run_tests_against_package.yml
6363
with:
64+
flavor: ${{ inputs.flavor }}
6465
# Infrastructure Mapping
6566
device_type: >-
6667
${{ fromJSON('{

0 commit comments

Comments
 (0)