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

[REVIEW] FIX Retry conda output location #7540

Merged
merged 2 commits into from
Mar 9, 2021

Conversation

dillon-cullinan
Copy link
Contributor

Utilize gpuci_conda_retry when grabbing file output locations. These commands can still result in JSON Decode errors that are typically reran in other conda build calls. gpuci_conda_retry outputs to stderr so that any failures will not be stored in the variable incorrectly.

This PR also removes the upload progress being shown in branch builds. As time has passed, the upload progress has become much more spammy and becomes annoying in CI build outputs.

@dillon-cullinan dillon-cullinan requested a review from a team as a code owner March 9, 2021 17:50
@github-actions github-actions bot added the gpuCI label Mar 9, 2021
@dillon-cullinan dillon-cullinan added bug Something isn't working non-breaking Non-breaking change labels Mar 9, 2021
Copy link
Member

@ajschmidt8 ajschmidt8 left a comment

Choose a reason for hiding this comment

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

👍

for reference, dropping a link to the gpuci_conda_retry source code where it defines and uses stderr for output instead of stdout

https://github.com/rapidsai/gpuci-tools/blob/main/tools/gpuci_conda_retry#L58-L60

@codecov
Copy link

codecov bot commented Mar 9, 2021

Codecov Report

Merging #7540 (37b3b56) into branch-0.19 (53929eb) will increase coverage by 0.39%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.19    #7540      +/-   ##
===============================================
+ Coverage        81.88%   82.27%   +0.39%     
===============================================
  Files              101      101              
  Lines            16900    17261     +361     
===============================================
+ Hits             13838    14202     +364     
+ Misses            3062     3059       -3     
Impacted Files Coverage Δ
python/cudf/cudf/utils/gpu_utils.py 53.65% <0.00%> (-4.88%) ⬇️
python/cudf/cudf/core/abc.py 87.23% <0.00%> (-1.14%) ⬇️
python/cudf/cudf/io/feather.py 100.00% <0.00%> (ø)
python/cudf/cudf/comm/serialize.py 0.00% <0.00%> (ø)
python/cudf/cudf/_fuzz_testing/io.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/column/struct.py 100.00% <0.00%> (ø)
python/dask_cudf/dask_cudf/_version.py 0.00% <0.00%> (ø)
python/cudf/cudf/_fuzz_testing/fuzzer.py 0.00% <0.00%> (ø)
python/cudf/cudf/utils/hash_vocab_utils.py 100.00% <0.00%> (ø)
python/dask_cudf/dask_cudf/io/tests/test_csv.py 100.00% <0.00%> (ø)
... and 40 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 53929eb...79272ba. Read the comment docs.

@dillon-cullinan
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 2c9ef52 into rapidsai:branch-0.19 Mar 9, 2021
rapids-bot bot pushed a commit that referenced this pull request Mar 10, 2021
Reverts part of #7540 as it causes some unforeseen issues in uploading.

Authors:
  - Dillon Cullinan (@dillon-cullinan)

Approvers:
  - AJ Schmidt (@ajschmidt8)

URL: #7552
rapids-bot bot pushed a commit that referenced this pull request Mar 11, 2021
Fixes the upload arguments introduced in this PR: #7540

Order matters!

Authors:
  - Dillon Cullinan (@dillon-cullinan)

Approvers:
  - Keith Kraus (@kkraus14)
  - AJ Schmidt (@ajschmidt8)

URL: #7558
hyperbolic2346 pushed a commit to hyperbolic2346/cudf that referenced this pull request Mar 25, 2021
Utilize `gpuci_conda_retry` when grabbing file output locations. These commands can still result in `JSON Decode` errors that are typically reran in other conda build calls. `gpuci_conda_retry` outputs to `stderr` so that any failures will not be stored in the variable incorrectly.

This PR also removes the upload progress being shown in branch builds. As time has passed, the upload progress has become much more spammy and becomes annoying in CI build outputs.

Authors:
  - Dillon Cullinan (@dillon-cullinan)

Approvers:
  - Ray Douglass (@raydouglass)
  - AJ Schmidt (@ajschmidt8)

URL: rapidsai#7540
hyperbolic2346 pushed a commit to hyperbolic2346/cudf that referenced this pull request Mar 25, 2021
…#7552)

Reverts part of rapidsai#7540 as it causes some unforeseen issues in uploading.

Authors:
  - Dillon Cullinan (@dillon-cullinan)

Approvers:
  - AJ Schmidt (@ajschmidt8)

URL: rapidsai#7552
hyperbolic2346 pushed a commit to hyperbolic2346/cudf that referenced this pull request Mar 25, 2021
Fixes the upload arguments introduced in this PR: rapidsai#7540

Order matters!

Authors:
  - Dillon Cullinan (@dillon-cullinan)

Approvers:
  - Keith Kraus (@kkraus14)
  - AJ Schmidt (@ajschmidt8)

URL: rapidsai#7558
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.

3 participants