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
2 changes: 1 addition & 1 deletion .github/actions/ci-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ outputs:
value: "a022846cf553c2b135410a5168f97705f1b9c6ac" # 2026-08-22
baseline-run-id:
description: "TheRock workflow run ID for prebuilt stage artifacts"
value: "33012920661" # Updated by assistant-librarian[bot] on submodule bumps
value: "33351136057" # Updated by assistant-librarian[bot] on submodule bumps
docker-image:
description: "Docker container image for Linux builds"
value: "ghcr.io/rocm/therock_build_manylinux_x86_64@sha256:cf4f6d9909056906e4a1c0bc4c245658a0af4c6a6174082a86adfa2d518b7aeb"
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/therock-multi-arch-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: ROCm/TheRock
ref: b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
ref: 064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
path: _therock
sparse-checkout: build_tools/github_actions
sparse-checkout-cone-mode: true
Expand All @@ -149,7 +149,7 @@ jobs:
setup:
needs: [ci-gate, ci-env, configure]
if: ${{ needs.ci-gate.outputs.enabled == 'true' }}
uses: ROCm/TheRock/.github/workflows/setup_multi_arch.yml@b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
uses: ROCm/TheRock/.github/workflows/setup_multi_arch.yml@064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
with:
build_variant: "release"
# Limit GPU families for rocm-libraries CI
Expand All @@ -172,7 +172,7 @@ jobs:
# and determines which stages to rebuild based on changed files
stage_reuse_mode: reuse-stage
repository: ROCm/TheRock
ref: b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
ref: 064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
# Pass external repo info for stage-impact analysis
external_repo: '{"repository":"${{ github.repository }}","ref":"${{ github.sha }}"}'

Expand All @@ -185,7 +185,7 @@ jobs:
needs.setup.outputs.enable_build_jobs == 'true' &&
needs.configure.outputs.skip_tests != 'true'
}}
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_linux.yml@b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_linux.yml@064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
secrets: inherit
with:
build_config: ${{ needs.setup.outputs.linux_build_config }}
Expand All @@ -199,7 +199,7 @@ jobs:
changed_projects: ${{ needs.configure.outputs.run_all_tests == 'true' && '' || needs.configure.outputs.changed_projects }}
repository: ROCm/TheRock
# Concrete SHA resolved once by setup; do not re-resolve main here.
ref: b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
ref: 064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
permissions:
contents: read
id-token: write
Expand All @@ -213,7 +213,7 @@ jobs:
needs.setup.outputs.enable_build_jobs == 'true' &&
needs.configure.outputs.skip_tests != 'true'
}}
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_windows.yml@b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_windows.yml@064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
secrets: inherit
with:
build_config: ${{ needs.setup.outputs.windows_build_config }}
Expand All @@ -225,7 +225,7 @@ jobs:
changed_projects: ${{ needs.configure.outputs.run_all_tests == 'true' && '' || needs.configure.outputs.changed_projects }}
repository: ROCm/TheRock
# Concrete SHA resolved once by setup; do not re-resolve main here.
ref: b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
ref: 064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
permissions:
contents: read
id-token: write
Expand All @@ -248,7 +248,7 @@ jobs:
with:
repository: "ROCm/TheRock"
# Concrete SHA resolved once by setup; do not re-resolve main here.
ref: b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
ref: 064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
sparse-checkout: build_tools/github_actions
sparse-checkout-cone-mode: true

Expand Down
Loading