Skip to content

[NEVER MERGE] test changes to rapids-github-run-id #19240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

jameslamb
Copy link
Member

Description

Using this to test some proposed changes to how CI artifacts are handled: rapidsai/gha-tools#196

Specifically, using this PR to test that the instructions at https://docs.rapids.ai/resources/github-actions/ for using artifacts from one repo's PR CI in another's PR CI still work.

Complementary PR: rapidsai/rmm#1972

THIS SHOULD NEVER BE MERGED

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@jameslamb jameslamb added the DO NOT MERGE Hold off on merging; see PR for details label Jun 27, 2025
Copy link

copy-pr-bot bot commented Jun 27, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@jameslamb
Copy link
Member Author

/ok to test

@jameslamb
Copy link
Member Author

✅ test: Re-using CI artifacts across PRs in different repos

This PR is using:

It looks to me like that's working!

build link: https://github.com/rapidsai/cudf/actions/runs/15931818313

conda-python-build

Detected CI=true. Skipping running 'gh auth status'.
Downloading and decompressing rmm_conda_cpp_cuda12_x86_64 from Run ID 15930702836 into /tmp/tmp.pVxZ5QqPqu
Detected CI=true. Skipping running 'gh auth status'.
Downloading and decompressing rmm_conda_python_cuda12_py312_x86_64 from Run ID 15930702836 into /tmp/tmp.9enS1NwhJv
...
[rapids-github-run-id] Assuming artifacts should be fetched from this same run of 'pr.yaml'
Downloading and decompressing cudf_conda_cpp_cuda12_x86_64 from Run ID 15931818313 into /tmp/tmp.trD3pyIFzH
...
 │ │ │ librmm                           ┆ 25.08.00a48  ┆ cuda12_250627_5717473a       ┆ tmp.pVxZ5QqPqu   ┆   1.23 MiB │
...

(build link)

wheel-tests-cudf

Downloading and decompressing rmm_wheel_cpp_librmm_cu12_x86_64 from Run ID 15930702836 into /tmp/tmp.mWpS4H2iMq
...
Downloading and decompressing rmm_wheel_python_rmm_cu12_py310_x86_64 from Run ID 15930702836 into /tmp/tmp.71NV7Do3FC
...
[rapids-github-run-id] Assuming artifacts should be fetched from this same run of 'pr.yaml'
Downloading and decompressing cudf_wheel_python_cudf_cu12_py310_x86_64 from Run ID 15931818313 into /tmp/tmp.lRJfQ85omi
...
[rapids-github-run-id] Assuming artifacts should be fetched from this same run of 'pr.yaml'
Downloading and decompressing cudf_wheel_cpp_libcudf_cu12_x86_64 from Run ID 15931818313 into /tmp/tmp.iXb9oYxfUX
...
[rapids-github-run-id] Assuming artifacts should be fetched from this same run of 'pr.yaml'
Downloading and decompressing cudf_wheel_python_pylibcudf_cu12_py310_x86_64 from Run ID 15931818313 into /tmp/tmp.TNkXsIofsv
...
Processing /tmp/tmp.mWpS4H2iMq/librmm_cu12-25.8.0a48-py3-none-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (from libcudf-cu12==25.8.0a441)
...

(build link)

@jameslamb
Copy link
Member Author

/ok to test

@jameslamb
Copy link
Member Author

Pushed another commit here after the changes coming from this discussion: rapidsai/gha-tools#196 (comment)

Looks like things are still working as expected. For example, on this wheel-build-pylibcudf job:

[rapids-github-run-id] Assuming artifacts should be fetched from this same run of 'pr.yaml'
Downloading and decompressing cudf_wheel_cpp_libcudf_cu12_aarch64 from Run ID 15934724095 into /tmp/tmp.qWAXAkr5pQ
...
Downloading and decompressing rmm_wheel_cpp_librmm_cu12_aarch64 from Run ID 15934248240 into /tmp/tmp.HhQ6PARu0C
...
Downloading and decompressing rmm_wheel_python_rmm_cu12_py312_aarch64 from Run ID 15934248240 into /tmp/tmp.XUk1NzCE5s

build link: https://github.com/rapidsai/cudf/actions/runs/15934724095/job/44952679599?pr=19240

That rmm run ID matches the most recent one, from here: rapidsai/rmm#1972 (comment)

@jameslamb
Copy link
Member Author

This testing is complete, and this PR can be closed.

@jameslamb jameslamb closed this Jun 30, 2025
@jameslamb jameslamb deleted the test-gha-changes branch June 30, 2025 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE Hold off on merging; see PR for details
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant