-
Notifications
You must be signed in to change notification settings - Fork 915
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
[REVIEW] FIX Retry conda output location #7540
Conversation
There was a problem hiding this 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 Report
@@ 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
Continue to review full report at Codecov.
|
@gpucibot merge |
Reverts part of #7540 as it causes some unforeseen issues in uploading. Authors: - Dillon Cullinan (@dillon-cullinan) Approvers: - AJ Schmidt (@ajschmidt8) URL: #7552
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
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
…#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
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
Utilize
gpuci_conda_retry
when grabbing file output locations. These commands can still result inJSON Decode
errors that are typically reran in other conda build calls.gpuci_conda_retry
outputs tostderr
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.