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
32 changes: 32 additions & 0 deletions .github/workflows/multi_arch_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,21 @@ run-name: >-
| Windows: ${{ inputs.windows_amdgpu_families || 'all' }}

jobs:
notify_quartz_start:
name: "Quartz - started - release (rockrel)"
if: ${{ vars.NOTIFY_QUARTZ_ENABLED == 'true' }}
runs-on: ubuntu-24.04
timeout-minutes: 10
continue-on-error: true
steps:
- uses: ROCm/Quartz/.github/actions/notify_quartz@main
with:
run_phase: started
reporting_workflow: multi_arch_release.yml
workflow_inputs: ${{ toJSON(inputs) }}
gh_app_client_id: ${{ secrets.GH_APP_HAULY_CID }}
gh_app_private_key: ${{ secrets.GH_APP_HAULY_PRIVATE_KEY }}

release:
uses: ROCm/TheRock/.github/workflows/multi_arch_release.yml@main
secrets: inherit
Expand All @@ -65,3 +80,20 @@ jobs:
contents: write
actions: write
id-token: write

notify_quartz_completed:
name: "Quartz - completed - release (rockrel)"
if: ${{ always() && vars.NOTIFY_QUARTZ_ENABLED == 'true' }}
needs: [release]
runs-on: ubuntu-24.04
timeout-minutes: 10
continue-on-error: true
steps:
- uses: ROCm/Quartz/.github/actions/notify_quartz@main
with:
run_phase: completed
reporting_workflow: multi_arch_release.yml
workflow_inputs: ${{ toJSON(inputs) }}
workflow_captured_outputs: ${{ toJSON(needs) }}
gh_app_client_id: ${{ secrets.GH_APP_HAULY_CID }}
gh_app_private_key: ${{ secrets.GH_APP_HAULY_PRIVATE_KEY }}
32 changes: 32 additions & 0 deletions .github/workflows/multi_arch_release_linux_jax_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,21 @@ permissions:
run-name: Multi-Arch Release Linux JAX Wheels (${{ inputs.release_type }}, ${{ inputs.rocm_version }}, Multiarch)

jobs:
notify_quartz_start:
name: "Quartz - started - release JAX wheels (rockrel)"
if: ${{ vars.NOTIFY_QUARTZ_ENABLED == 'true' }}
runs-on: ubuntu-24.04
timeout-minutes: 10
continue-on-error: true
steps:
- uses: ROCm/Quartz/.github/actions/notify_quartz@main
with:
run_phase: started
reporting_workflow: multi_arch_release_linux_jax_wheels.yml
workflow_inputs: ${{ toJSON(inputs) }}
gh_app_client_id: ${{ secrets.GH_APP_HAULY_CID }}
gh_app_private_key: ${{ secrets.GH_APP_HAULY_PRIVATE_KEY }}

build_jax_wheels:
uses: ROCm/TheRock/.github/workflows/multi_arch_release_linux_jax_wheels.yml@main
secrets: inherit
Expand All @@ -53,3 +68,20 @@ jobs:
repository: ${{ inputs.repository || 'ROCm/TheRock' }}
ref: ${{ inputs.ref || '' }}
python_version: ${{ inputs.python_version }}

notify_quartz_completed:
name: "Quartz - completed - release JAX wheels (rockrel)"
if: ${{ always() && vars.NOTIFY_QUARTZ_ENABLED == 'true' }}
needs: [build_jax_wheels]
runs-on: ubuntu-24.04
timeout-minutes: 10
continue-on-error: true
steps:
- uses: ROCm/Quartz/.github/actions/notify_quartz@main
with:
run_phase: completed
reporting_workflow: multi_arch_release_linux_jax_wheels.yml
workflow_inputs: ${{ toJSON(inputs) }}
workflow_captured_outputs: ${{ toJSON(needs) }}
gh_app_client_id: ${{ secrets.GH_APP_HAULY_CID }}
gh_app_private_key: ${{ secrets.GH_APP_HAULY_PRIVATE_KEY }}
32 changes: 32 additions & 0 deletions .github/workflows/multi_arch_release_linux_pytorch_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,21 @@ permissions:
run-name: Multi-Arch Release Linux PyTorch Wheels (${{ inputs.amdgpu_families }}, ${{ inputs.release_type }}, ${{ inputs.rocm_version }})

jobs:
notify_quartz_start:
name: "Quartz - started - release PyTorch wheels (rockrel)"
if: ${{ vars.NOTIFY_QUARTZ_ENABLED == 'true' }}
runs-on: ubuntu-24.04
timeout-minutes: 10
continue-on-error: true
steps:
- uses: ROCm/Quartz/.github/actions/notify_quartz@main
with:
run_phase: started
reporting_workflow: multi_arch_release_linux_pytorch_wheels.yml
workflow_inputs: ${{ toJSON(inputs) }}
gh_app_client_id: ${{ secrets.GH_APP_HAULY_CID }}
gh_app_private_key: ${{ secrets.GH_APP_HAULY_PRIVATE_KEY }}

release:
uses: ROCm/TheRock/.github/workflows/multi_arch_release_linux_pytorch_wheels.yml@main
with:
Expand All @@ -66,3 +81,20 @@ jobs:
repository: "ROCm/TheRock"
ref: ${{ inputs.ref || '' }}
python_version: ${{ inputs.python_version }}

notify_quartz_completed:
name: "Quartz - completed - release PyTorch wheels (rockrel)"
if: ${{ always() && vars.NOTIFY_QUARTZ_ENABLED == 'true' }}
needs: [release]
runs-on: ubuntu-24.04
timeout-minutes: 10
continue-on-error: true
steps:
- uses: ROCm/Quartz/.github/actions/notify_quartz@main
with:
run_phase: completed
reporting_workflow: multi_arch_release_linux_pytorch_wheels.yml
workflow_inputs: ${{ toJSON(inputs) }}
workflow_captured_outputs: ${{ toJSON(needs) }}
gh_app_client_id: ${{ secrets.GH_APP_HAULY_CID }}
gh_app_private_key: ${{ secrets.GH_APP_HAULY_PRIVATE_KEY }}
32 changes: 32 additions & 0 deletions .github/workflows/multi_arch_release_windows_pytorch_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,21 @@ permissions:
run-name: Multi-Arch Release Windows PyTorch Wheels (${{ inputs.amdgpu_families }}, ${{ inputs.release_type }}, ${{ inputs.rocm_version }})

jobs:
notify_quartz_start:
name: "Quartz - started - release PyTorch wheels (rockrel)"
if: ${{ vars.NOTIFY_QUARTZ_ENABLED == 'true' }}
runs-on: ubuntu-24.04
timeout-minutes: 10
continue-on-error: true
steps:
- uses: ROCm/Quartz/.github/actions/notify_quartz@main
with:
run_phase: started
reporting_workflow: multi_arch_release_windows_pytorch_wheels.yml
workflow_inputs: ${{ toJSON(inputs) }}
gh_app_client_id: ${{ secrets.GH_APP_HAULY_CID }}
gh_app_private_key: ${{ secrets.GH_APP_HAULY_PRIVATE_KEY }}

release:
uses: ROCm/TheRock/.github/workflows/multi_arch_release_windows_pytorch_wheels.yml@main
with:
Expand All @@ -60,3 +75,20 @@ jobs:
repository: "ROCm/TheRock"
ref: ${{ inputs.ref || '' }}
python_version: ${{ inputs.python_version }}

notify_quartz_completed:
name: "Quartz - completed - release PyTorch wheels (rockrel)"
if: ${{ always() && vars.NOTIFY_QUARTZ_ENABLED == 'true' }}
needs: [release]
runs-on: ubuntu-24.04
timeout-minutes: 10
continue-on-error: true
steps:
- uses: ROCm/Quartz/.github/actions/notify_quartz@main
with:
run_phase: completed
reporting_workflow: multi_arch_release_windows_pytorch_wheels.yml
workflow_inputs: ${{ toJSON(inputs) }}
workflow_captured_outputs: ${{ toJSON(needs) }}
gh_app_client_id: ${{ secrets.GH_APP_HAULY_CID }}
gh_app_private_key: ${{ secrets.GH_APP_HAULY_PRIVATE_KEY }}
32 changes: 32 additions & 0 deletions .github/workflows/test_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,21 @@ permissions:
run-name: Test Artifacts (${{ inputs.amdgpu_families }}, ${{ inputs.release_type || 'ci' }}, ${{ inputs.test_type }}, ${{ inputs.build_variant }}, ${{ inputs.test_runs_on }})

jobs:
notify_quartz_start:
name: "Quartz - started - test ROCm artifacts (rockrel)"
if: ${{ vars.NOTIFY_QUARTZ_ENABLED == 'true' }}
runs-on: ubuntu-24.04
timeout-minutes: 10
continue-on-error: true
steps:
- uses: ROCm/Quartz/.github/actions/notify_quartz@main
with:
run_phase: started
reporting_workflow: test_artifacts.yml
workflow_inputs: ${{ toJSON(inputs) }}
gh_app_client_id: ${{ secrets.GH_APP_HAULY_CID }}
gh_app_private_key: ${{ secrets.GH_APP_HAULY_PRIVATE_KEY }}

test:
uses: ROCm/TheRock/.github/workflows/test_artifacts.yml@main
secrets: inherit
Expand All @@ -81,3 +96,20 @@ jobs:
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref }}
build_variant: ${{ inputs.build_variant }}

notify_quartz_completed:
name: "Quartz - completed - test ROCm artifacts (rockrel)"
if: ${{ always() && vars.NOTIFY_QUARTZ_ENABLED == 'true' }}
needs: [test]
runs-on: ubuntu-24.04
timeout-minutes: 10
continue-on-error: true
steps:
- uses: ROCm/Quartz/.github/actions/notify_quartz@main
with:
run_phase: completed
reporting_workflow: test_artifacts.yml
workflow_inputs: ${{ toJSON(inputs) }}
workflow_captured_outputs: ${{ toJSON(needs) }}
gh_app_client_id: ${{ secrets.GH_APP_HAULY_CID }}
gh_app_private_key: ${{ secrets.GH_APP_HAULY_PRIVATE_KEY }}
32 changes: 32 additions & 0 deletions .github/workflows/test_native_linux_packages_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,21 @@ permissions:
run-name: Test Native Linux Packages Install (${{ inputs.os_profile }}, ${{ inputs.release_type }}, ${{ inputs.test_type || 'sanity' }})

jobs:
notify_quartz_start:
name: "Quartz - started - test rpm/deb install (rockrel)"
if: ${{ vars.NOTIFY_QUARTZ_ENABLED == 'true' }}
runs-on: ubuntu-24.04
timeout-minutes: 10
continue-on-error: true
steps:
- uses: ROCm/Quartz/.github/actions/notify_quartz@main
with:
run_phase: started
reporting_workflow: test_native_linux_packages_install.yml
workflow_inputs: ${{ toJSON(inputs) }}
gh_app_client_id: ${{ secrets.GH_APP_HAULY_CID }}
gh_app_private_key: ${{ secrets.GH_APP_HAULY_PRIVATE_KEY }}

test:
uses: ROCm/TheRock/.github/workflows/test_native_linux_packages_install.yml@main
secrets: inherit
Expand All @@ -67,3 +82,20 @@ jobs:
test_type: ${{ inputs.test_type }}
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref }}

notify_quartz_completed:
name: "Quartz - completed - test rpm/deb install (rockrel)"
if: ${{ always() && vars.NOTIFY_QUARTZ_ENABLED == 'true' }}
needs: [test]
runs-on: ubuntu-24.04
timeout-minutes: 10
continue-on-error: true
steps:
- uses: ROCm/Quartz/.github/actions/notify_quartz@main
with:
run_phase: completed
reporting_workflow: test_native_linux_packages_install.yml
workflow_inputs: ${{ toJSON(inputs) }}
workflow_captured_outputs: ${{ toJSON(needs) }}
gh_app_client_id: ${{ secrets.GH_APP_HAULY_CID }}
gh_app_private_key: ${{ secrets.GH_APP_HAULY_PRIVATE_KEY }}
Loading
Loading