Migration Date Changes (#350)
This commit is contained in:
committed by
GitHub
orang tua
1996dddb73
melakukan
7e661bb310
@@ -36,7 +36,7 @@ jobs:
|
||||
env:
|
||||
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
|
||||
run: |
|
||||
workflows=$(gh api repos/${{ github.repository }}/actions/workflows --jq '.workflows[] | {id, name}')
|
||||
workflows=$(gh api --paginate repos/${{ github.repository }}/actions/workflows --jq '.workflows[] | {id, name}')
|
||||
echo "$workflows" | jq -c '. | select(.name | startswith("Import") | not)' | while read wf; do
|
||||
id=$(echo "$wf" | jq '.id')
|
||||
name=$(echo "$wf" | jq -r '.name')
|
||||
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
env:
|
||||
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
|
||||
run: |
|
||||
workflows=$(gh api repos/${{ github.repository }}/actions/workflows --jq '.workflows[] | {id, name}')
|
||||
workflows=$(gh api --paginate repos/${{ github.repository }}/actions/workflows --jq '.workflows[] | {id, name}')
|
||||
echo "$workflows" | jq -c '. | select(.name | startswith("Import") | not)' | while read wf; do
|
||||
id=$(echo "$wf" | jq '.id')
|
||||
name=$(echo "$wf" | jq -r '.name')
|
||||
|
||||
+4
-6
@@ -19,7 +19,6 @@ This table provides the current status of the migration of specific ROCm systems
|
||||
| `hip` | EMU | Pending | | |
|
||||
| `hipother` | EMU | Pending | | |
|
||||
| `hip-tests` | EMU | Pending | | |
|
||||
| `rccl` | Public | Pending | | |
|
||||
| `rdc` | Public | Completed | | |
|
||||
| `rocm-core` | Public | Completed | | |
|
||||
| `rocminfo` | Public | Completed | | |
|
||||
@@ -30,7 +29,6 @@ This table provides the current status of the migration of specific ROCm systems
|
||||
| `rocprofiler-sdk` | Public | Completed | | [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-sdk-code_coverage.yml) <br> [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-sdk-codeql.yml) <br> [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-sdk-continuous_integration.yml) <br> [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-sdk-docs.yml) <br> [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-sdk-formatting.yml) <br> [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-sdk-python.yml) <br> [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-sdk-restrictions.yml) <br> [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-sdk-rocm_release_compatibility.yml) |
|
||||
| `rocprofiler-systems` | Public | Completed | | [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-systems-containers.yml) <br> [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-systems-cpack.yml) <br> [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-systems-formatting.yml) <br> [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-systems-opensuse.yml) <br> [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-systems-python.yml) <br> [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-systems-redhat.yml) <br> [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-systems-ubuntu-jammy.yml) <br> [](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-systems-ubuntu-noble.yml) |
|
||||
| `rocr-runtime` | Public | Completed | | |
|
||||
| `rocshmem` | Public | Pending | | |
|
||||
| `roctracer` | Public | Completed | | |
|
||||
|
||||
|
||||
@@ -38,10 +36,10 @@ This table provides the current status of the migration of specific ROCm systems
|
||||
|
||||
| Component | Tentative Date |
|
||||
|------------------------|----------------|
|
||||
| `clr` | 8/21 |
|
||||
| `hip` | 8/21 |
|
||||
| `hipother` | 8/21 |
|
||||
| `hip-tests` | 8/21 |
|
||||
| `clr` | 8/18 |
|
||||
| `hip` | 8/18 |
|
||||
| `hipother` | 8/18 |
|
||||
| `hip-tests` | 8/18 |
|
||||
|
||||
*Remaining schedule to be determined.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user