From 7e661bb31027ac78fcb30e1361926f85ae1072d5 Mon Sep 17 00:00:00 2001
From: Joseph Macaranas <145489236+jayhawk-commits@users.noreply.github.com>
Date: Fri, 15 Aug 2025 02:29:03 -0400
Subject: [PATCH] Migration Date Changes (#350)
---
.github/workflows/import-prep-workflow-disable.yml | 2 +-
.github/workflows/import-prep-workflow-enable.yml | 2 +-
README.md | 10 ++++------
3 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/import-prep-workflow-disable.yml b/.github/workflows/import-prep-workflow-disable.yml
index bbf9dff01f..9a90dbe52a 100644
--- a/.github/workflows/import-prep-workflow-disable.yml
+++ b/.github/workflows/import-prep-workflow-disable.yml
@@ -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')
diff --git a/.github/workflows/import-prep-workflow-enable.yml b/.github/workflows/import-prep-workflow-enable.yml
index 1361ba8feb..0c1a01d486 100644
--- a/.github/workflows/import-prep-workflow-enable.yml
+++ b/.github/workflows/import-prep-workflow-enable.yml
@@ -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')
diff --git a/README.md b/README.md
index 1290bc3c1e..715030da78 100644
--- a/README.md
+++ b/README.md
@@ -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)
[](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-sdk-codeql.yml)
[](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-sdk-continuous_integration.yml)
[](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-sdk-docs.yml)
[](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-sdk-formatting.yml)
[](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-sdk-python.yml)
[](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-sdk-restrictions.yml)
[](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)
[](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-systems-cpack.yml)
[](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-systems-formatting.yml)
[](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-systems-opensuse.yml)
[](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-systems-python.yml)
[](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-systems-redhat.yml)
[](https://github.com/ROCm/rocm-systems/actions/workflows/rocprofiler-systems-ubuntu-jammy.yml)
[](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.