Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/build_wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ on:
required: false
type: boolean
default: true
run-smoke-test:
description: Set to true if smoke test is needed
required: false
type: boolean
default: true
build-platform:
description: Platform to build wheels, choose from 'python-build-package' or 'setup-py'
required: false
Expand Down Expand Up @@ -270,6 +275,7 @@ jobs:
repository: ${{ inputs.repository }}
script: ${{ inputs.post-script }}
- name: Smoke Test
if: ${{ inputs.run-smoke-test }}
shell: bash -l {0}
env:
PACKAGE_NAME: ${{ inputs.package-name }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_build_wheels_linux_without_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
ref: nightly
test-infra-repository: ${{ github.repository }}
test-infra-ref: ${{ github.ref }}
run-smoke-test: false
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
package-name: ${{ matrix.package-name }}
trigger-event: "${{ github.event_name }}"
Expand Down