Skip to content

Build python using conda in GPU jobs#1017

Merged
rapids-bot[bot] merged 1 commit intorapidsai:branch-22.06from
jjacobelli:python-conda
May 9, 2022
Merged

Build python using conda in GPU jobs#1017
rapids-bot[bot] merged 1 commit intorapidsai:branch-22.06from
jjacobelli:python-conda

Conversation

@jjacobelli
Copy link
Contributor

@jjacobelli jjacobelli commented Apr 5, 2022

This PR convert the from sources build we are doing in GPU test job to a conda build. This is done for the following reasons:

  • This is required step to improve the Ops CI/CD setup to a more convenient pipeline
  • This is required to start using conda compilers and mamba to build RAPIDS packages
  • This prevent us from manually managing and installing the dependencies in GPU job
  • This ensure the packages can be installed
  • This ensure the tests are running and working against the package content and not the build results. Currently the Python packages are not tested.

This may increase the global pipeline time, but the usage of mamba should resolve this as mamba is faster than conda to build packages

@jjacobelli jjacobelli added non-breaking Non-breaking change improvement Improvement / enhancement to an existing function labels Apr 5, 2022
@jjacobelli jjacobelli self-assigned this Apr 5, 2022
@github-actions github-actions bot added the gpuCI label Apr 5, 2022
@jjacobelli jjacobelli marked this pull request as ready for review April 5, 2022 12:37
@jjacobelli jjacobelli requested a review from a team as a code owner April 5, 2022 12:37
@jjacobelli jjacobelli marked this pull request as draft April 15, 2022 09:45
@jjacobelli jjacobelli added the DO NOT MERGE Hold off on merging; see PR for details label Apr 15, 2022
Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>
@jjacobelli jjacobelli removed the DO NOT MERGE Hold off on merging; see PR for details label Apr 25, 2022
@jjacobelli jjacobelli marked this pull request as ready for review April 25, 2022 09:38
@jjacobelli
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 34e3fd8 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

gpuCI improvement Improvement / enhancement to an existing function non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants