Skip to content

Commit

Permalink
Ad ability to call validate domain library manually (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Dec 14, 2022
1 parent 34d0cad commit 2291b93
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/validate-domain-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@ name: Validate domain libary
# For the details about parameter values, see:
# pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
on:
workflow_dispatch:
inputs:
channel:
description: "Channel to use (nightly, test, release, all)"
required: true
type: choice
options:
- release
- nightly
- test
- all
package-type:
description: "Package type (conda, wheel, all)"
required: true
type: choice
options:
- conda
- wheel
- all
repository:
description: "Path to repository to checkout"
required: true
type: string
smoke_test:
description: "Path to a smoke test script"
required: true
type: string
ref:
description: 'Reference to checkout, defaults to empty'
default: ""
required: false
type: string
workflow_call:
inputs:
os:
Expand Down

0 comments on commit 2291b93

Please sign in to comment.