Skip to content
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

added gh cli to citestwheel #243

Merged
merged 3 commits into from
Feb 13, 2025
Merged

Conversation

VenkateshJaya
Copy link
Contributor

This PR adds GitHub CLI (gh cli) for the citestwheel

@VenkateshJaya VenkateshJaya marked this pull request as ready for review February 13, 2025 17:42
@VenkateshJaya VenkateshJaya requested a review from a team as a code owner February 13, 2025 17:42
@ajschmidt8
Copy link
Member

This PR is to support work on https://github.com/rapidsai/ops/issues/2982

@ajschmidt8 ajschmidt8 merged commit e235fac into rapidsai:main Feb 13, 2025
523 checks passed
@@ -131,6 +131,17 @@ ENV PATH="/pyenv/versions/${PYTHON_VER}/bin/:$PATH"
COPY --from=aws-cli /usr/local/aws-cli/ /usr/local/aws-cli/
COPY --from=aws-cli /usr/local/bin/ /usr/local/bin/

# Download and install GH CLI tool
ARG GH_CLI_VER=notset
ARG CPU_ARCH=notset
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@VenkateshJaya Could you file a follow-up to move this ARG CPU_ARCH=notset higher up in the file, to match what we do in ci-wheel? See

ARG CPU_ARCH=notset

Also, could we move this block above # Install pyenv? That would make the ordering of the citestwheel commands more similar to those in ci-wheel.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can file a PR to make these changes if someone else would approve it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll do the changes @bdice and open up a new PR

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants