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

Remove unused dependencies in GPU tests job #268

Merged
merged 1 commit into from
May 9, 2022

Conversation

jjacobelli
Copy link
Contributor

@jjacobelli jjacobelli commented Apr 22, 2022

This PR removes some unused dependencies to reduce CI time

@jjacobelli jjacobelli added improvement Improves an existing functionality non-breaking Introduces a non-breaking change do not merge labels Apr 22, 2022
@jjacobelli jjacobelli self-assigned this Apr 22, 2022
@jjacobelli jjacobelli marked this pull request as ready for review April 25, 2022 09:39
@jjacobelli jjacobelli requested a review from a team as a code owner April 25, 2022 09:39
@@ -28,6 +28,7 @@ cd $WORKSPACE
export GIT_DESCRIBE_TAG=`git describe --abbrev=0 --tags`
export MINOR_VERSION=`echo $GIT_DESCRIBE_TAG | grep -o -E '([0-9]+\.[0-9]+)'`
echo "MINOR_VERSION: ${MINOR_VERSION}"
unset GIT_DESCRIBE_TAG
Copy link
Member

Choose a reason for hiding this comment

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

Can you elaborate on this change? GIT_DESCRIBE_TAB is set a few lines above.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The GIT_DESCRIBE_TAG is defined by conda during build: https://docs.conda.io/projects/conda-build/en/latest/user-guide/environment-variables.html#git-environment-variables
Letting this variable defined in the environment before calling conda build can lead to some versions issues while building. To unify the script across all the RAPIDS CI scripts, I also added it here, despite it's not creating issues for this conda build. I will send you a slack thread with more details about this in private.

@jjacobelli
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit a9e1b20 into rapidsai:branch-22.06 May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants