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

Use gpuci_mamba_retry to install local artifacts. #9951

Merged

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Dec 22, 2021

I see CI timeouts occurring at the step where local conda artifacts for libcudf and libcudf_kafka are installed. This PR uses gpuci_mamba_retry instead of conda to install those local artifacts (this change was also recently made in rapidsai/cugraph#1928).

Example timeouts:

@bdice bdice added bug Something isn't working gpuCI non-breaking Non-breaking change labels Dec 22, 2021
@bdice bdice self-assigned this Dec 22, 2021
@bdice bdice marked this pull request as ready for review December 22, 2021 17:50
@bdice bdice requested a review from a team as a code owner December 22, 2021 17:50
@codecov
Copy link

codecov bot commented Dec 22, 2021

Codecov Report

Merging #9951 (54d6011) into branch-22.02 (967a333) will decrease coverage by 0.08%.
The diff coverage is n/a.

❗ Current head 54d6011 differs from pull request most recent head 6bfeeff. Consider uploading reports for the commit 6bfeeff to get more accurate results
Impacted file tree graph

@@               Coverage Diff                @@
##           branch-22.02    #9951      +/-   ##
================================================
- Coverage         10.49%   10.40%   -0.09%     
================================================
  Files               119      119              
  Lines             20305    20507     +202     
================================================
+ Hits               2130     2134       +4     
- Misses            18175    18373     +198     
Impacted Files Coverage Δ
python/dask_cudf/dask_cudf/sorting.py 92.30% <0.00%> (-0.61%) ⬇️
python/cudf/cudf/__init__.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/frame.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/index.py 0.00% <0.00%> (ø)
python/cudf/cudf/io/parquet.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/series.py 0.00% <0.00%> (ø)
python/cudf/cudf/utils/utils.py 0.00% <0.00%> (ø)
python/cudf/cudf/utils/dtypes.py 0.00% <0.00%> (ø)
python/cudf/cudf/utils/ioutils.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/dataframe.py 0.00% <0.00%> (ø)
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e74c2a...6bfeeff. Read the comment docs.

@bdice bdice force-pushed the gpuci-mamba-retry-local-artifacts branch from c51ac6d to 9e05a8f Compare December 22, 2021 20:16
@bdice
Copy link
Contributor Author

bdice commented Dec 22, 2021

Java builds are failing with Could NOT find JNI (missing: JAVA_JVM_LIBRARY). I am going to revert the changes to the Java build script and let that be fixed in a separate PR. I expect Java builds will hang at the point of the conda solve until that is fixed.

@bdice
Copy link
Contributor Author

bdice commented Dec 23, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 04f4219 into rapidsai:branch-22.02 Dec 23, 2021
@bdice bdice deleted the gpuci-mamba-retry-local-artifacts branch December 23, 2021 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants