mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 12:59:49 +00:00
Bump commit ref for TheRock in workflows (#3189)
* Bump commit ref for TheRock in workflows * Update to more recent commit (could also `rm` the patch) * Revert "Update to more recent commit (could also `rm` the patch)" This reverts commit4b9f4952ea. * Rm patch that no longer applies * Fix post_build_upload flag name * Fix artifact_group plumbing for setup test env [ROCm/composable_kernel commit:aa1fb29aa1]
This commit is contained in:
4
.github/workflows/therock-test-component.yml
vendored
4
.github/workflows/therock-test-component.yml
vendored
@@ -51,13 +51,13 @@ jobs:
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
with:
|
||||
repository: "ROCm/TheRock"
|
||||
ref: c2921b151b8285a1d29942aceb33cfe0fea77ac9 # 10-15-2025 commit
|
||||
ref: f3f77a3161922df3eee006b888b439d75b2b4668 # 2025-10-29 commit
|
||||
|
||||
- name: Run setup test environment workflow
|
||||
uses: './.github/actions/setup_test_environment'
|
||||
with:
|
||||
ARTIFACT_RUN_ID: ${{ env.ARTIFACT_RUN_ID }}
|
||||
AMDGPU_FAMILIES: ${{ inputs.amdgpu_families }}
|
||||
ARTIFACT_GROUP: ${{ inputs.amdgpu_families }}
|
||||
OUTPUT_ARTIFACTS_DIR: ${{ env.OUTPUT_ARTIFACTS_DIR }}
|
||||
VENV_DIR: ${{ env.VENV_DIR }}
|
||||
FETCH_ARTIFACT_ARGS: ${{ fromJSON(inputs.component).fetch_artifact_args }}
|
||||
|
||||
Reference in New Issue
Block a user