Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
resolve:
name: Resolve
needs: init
uses: ROCm/common-infra-operator/.github/workflows/nightly-resolve.yml@71da675c5fba3328eb470e13a0fc9ad1401f5456
uses: ROCm/common-infra-operator/.github/workflows/nightly-resolve.yml@d322879bf9fcd790a8ab92aed150874c52a957ed
with:
component: kmm
version: ${{ needs.init.outputs.project_version }}
Expand All @@ -58,7 +58,7 @@ jobs:
always()
&& needs.resolve.outputs.build_needed == 'true'
&& needs.build-images.result == 'success'
uses: ROCm/common-infra-operator/.github/workflows/rocm-publish.yml@71da675c5fba3328eb470e13a0fc9ad1401f5456
uses: ROCm/common-infra-operator/.github/workflows/rocm-publish.yml@d322879bf9fcd790a8ab92aed150874c52a957ed
with:
component: kmm
image_tag: ${{ needs.resolve.outputs.push_tag }}
Expand All @@ -83,7 +83,7 @@ jobs:
name: Validate
needs: [resolve, publish]
if: always() && needs.publish.result == 'success'
uses: ROCm/common-infra-operator/.github/workflows/rocm-orchestrator.yml@71da675c5fba3328eb470e13a0fc9ad1401f5456
uses: ROCm/common-infra-operator/.github/workflows/rocm-orchestrator.yml@d322879bf9fcd790a8ab92aed150874c52a957ed
with:
component: kmm
scenario: nightly
Expand All @@ -93,7 +93,7 @@ jobs:
name: Summary
needs: [resolve, build-images, publish, validate]
if: always() && needs.resolve.outputs.build_needed == 'true'
uses: ROCm/common-infra-operator/.github/workflows/nightly-summary.yml@71da675c5fba3328eb470e13a0fc9ad1401f5456
uses: ROCm/common-infra-operator/.github/workflows/nightly-summary.yml@d322879bf9fcd790a8ab92aed150874c52a957ed
with:
component: kmm
push_tag: ${{ needs.resolve.outputs.push_tag }}
Expand Down
Loading