diff --git a/.github/workflows/validate-binaries.yml b/.github/workflows/validate-binaries.yml index b22912146..6640eea03 100644 --- a/.github/workflows/validate-binaries.yml +++ b/.github/workflows/validate-binaries.yml @@ -41,19 +41,19 @@ on: - all jobs: - validate-windows-binaries: + win: if: inputs.os == 'windows' || inputs.os == 'all' uses: ./.github/workflows/validate-windows-binaries.yml with: channel: ${{ inputs.channel }} - validate-linux-binaries: + linux: if: inputs.os == 'linux' || inputs.os == 'all' uses: ./.github/workflows/validate-linux-binaries.yml with: channel: ${{ inputs.channel }} - validate-mac-binaries: + mac: if: inputs.os == 'macos' || inputs.os == 'all' uses: ./.github/workflows/validate-macos-binaries.yml with: diff --git a/.github/workflows/validate-linux-binaries.yml b/.github/workflows/validate-linux-binaries.yml index 0648d9bac..70daec4a4 100644 --- a/.github/workflows/validate-linux-binaries.yml +++ b/.github/workflows/validate-linux-binaries.yml @@ -39,7 +39,7 @@ jobs: os: linux channel: ${{ inputs.channel }} - validate-linux-binaries-conda: + linux-conda: needs: generate-linux-conda-matrix strategy: matrix: @@ -58,7 +58,8 @@ jobs: dev_toolset: '' package_type: conda target_os: linux - validate-linux-binaries-wheels: + + linux-wheel: needs: generate-linux-wheel-matrix strategy: matrix: @@ -78,7 +79,7 @@ jobs: package_type: wheel target_os: linux - validate-linux-libtorch-binaries: + linux-libt: needs: generate-linux-libtorch-matrix strategy: matrix: diff --git a/.github/workflows/validate-macos-binaries.yml b/.github/workflows/validate-macos-binaries.yml index 874d40f81..61c91e6b4 100644 --- a/.github/workflows/validate-macos-binaries.yml +++ b/.github/workflows/validate-macos-binaries.yml @@ -45,7 +45,7 @@ jobs: os: macos channel: ${{ inputs.channel }} - validate-macos-arm64-binaries-conda: + mac-arm64-conda: needs: generate-macos-arm64-conda-matrix strategy: matrix: @@ -63,7 +63,8 @@ jobs: desired_cuda: ${{ matrix.desired_cuda }} package_type: conda target_os: macos - validate-macos-arm64-binaries-wheel: + + mac-arm64-wheel: needs: generate-macos-arm64-wheel-matrix strategy: matrix: @@ -81,7 +82,8 @@ jobs: desired_cuda: ${{ matrix.desired_cuda }} package_type: wheel target_os: macos - validate-macos-x86_64-binaries-conda: + + mac-x64-conda: needs: generate-macos-x86_64-conda-matrix strategy: matrix: @@ -99,7 +101,8 @@ jobs: desired_cuda: ${{ matrix.desired_cuda }} package_type: conda target_os: macos - validate-macos-x86_64-binaries-wheel: + + mac-x64-wheel: needs: generate-macos-x86_64-wheel-matrix strategy: matrix: diff --git a/.github/workflows/validate-nightly-binaries.yml b/.github/workflows/validate-nightly-binaries.yml index aa2848ffe..5e888865b 100644 --- a/.github/workflows/validate-nightly-binaries.yml +++ b/.github/workflows/validate-nightly-binaries.yml @@ -1,4 +1,5 @@ -name: Validate nightly binaries (all OS) +# Scheduled validation of the nightly binaries +name: cron on: schedule: @@ -8,7 +9,7 @@ on: workflow_dispatch: push: branches: - main + - main paths: - .github/workflows/validate-nightly-binaries.yml - .github/workflows/validate-linux-binaries.yml @@ -24,7 +25,7 @@ on: - .test/smoke_test/* jobs: - validate-nightly-binaries: + nightly: uses: ./.github/workflows/validate-binaries.yml with: channel: nightly diff --git a/.github/workflows/validate-release-binaries.yml b/.github/workflows/validate-release-binaries.yml index 2b5ca7cb8..224da97fb 100644 --- a/.github/workflows/validate-release-binaries.yml +++ b/.github/workflows/validate-release-binaries.yml @@ -1,4 +1,5 @@ -name: Validate release binaries (all OS) +# Scheduled validation of the release binaries +name: cron on: schedule: @@ -8,7 +9,7 @@ on: workflow_dispatch: push: branches: - main + - main paths: - .github/workflows/validate-release-binaries.yml - .github/workflows/validate-linux-binaries.yml @@ -24,7 +25,7 @@ on: - .test/smoke_test/* jobs: - validate-release-binaries: + release: uses: ./.github/workflows/validate-binaries.yml with: channel: release diff --git a/.github/workflows/validate-windows-binaries.yml b/.github/workflows/validate-windows-binaries.yml index 1fa296afe..abf8f5586 100644 --- a/.github/workflows/validate-windows-binaries.yml +++ b/.github/workflows/validate-windows-binaries.yml @@ -39,7 +39,7 @@ jobs: os: windows channel: ${{ inputs.channel }} - validate-windows-binaries-conda: + win-conda: needs: generate-windows-conda-matrix strategy: matrix: @@ -57,7 +57,7 @@ jobs: installation: ${{ matrix.installation }} python_version: ${{ matrix.python_version }} - validate-windows-binaries-wheel: + win-wheel: needs: generate-windows-wheel-matrix strategy: matrix: @@ -75,7 +75,7 @@ jobs: installation: ${{ matrix.installation }} python_version: ${{ matrix.python_version }} - validate-windows-libtorch-binaries: + win-libt: needs: generate-windows-libtorch-matrix strategy: matrix: