You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/25 17:41:46 UTC

[GitHub] [arrow-rs] alamb opened a new pull request, #2167: Remove attempt to cache target directory in action.yaml

alamb opened a new pull request, #2167:
URL: https://github.com/apache/arrow-rs/pull/2167

   # Which issue does this PR close?
   
   re https://github.com/apache/arrow-rs/issues/2149
   
   # Rationale for this change
   
   I removed most of the ineffective "try to cache `target`" logic in  https://github.com/apache/arrow-rs/pull/2150 but I missed one
   
   I noticed this while looking at the failure here: https://github.com/apache/arrow-rs/runs/7500811391?check_suite_focus=true
   
   It basically runs out of disk space when trying to copy all of `target` into the cache (and it took 3m to do so)
   
   ![Screen Shot 2022-07-25 at 1 40 32 PM](https://user-images.githubusercontent.com/490673/180840419-83ef6400-c9d4-4e4f-baf8-a42d842678c8.png)
   
   
   # What changes are included in this PR?
   
   Remove attempt to cache target directory from common setup-builder action
   
   # Are there any user-facing changes?
   
   Hopefully less CI failures due to out of disk space


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] Dandandan merged pull request #2167: Remove another attempt to cache target directory in action.yaml

Posted by GitBox <gi...@apache.org>.
Dandandan merged PR #2167:
URL: https://github.com/apache/arrow-rs/pull/2167


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] ursabot commented on pull request #2167: Remove another attempt to cache target directory in action.yaml

Posted by GitBox <gi...@apache.org>.
ursabot commented on PR #2167:
URL: https://github.com/apache/arrow-rs/pull/2167#issuecomment-1194422292

   Benchmark runs are scheduled for baseline = ada108b6d6c464f5e27b89e302edf62bc4d4493d and contender = 13e6f39fab33eb33300050486d77a1568bb77dbb. 13e6f39fab33eb33300050486d77a1568bb77dbb is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ec2-t3-xlarge-us-east-2] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/cb00766c59144bc8a59490255e2e5b73...0a6068ab024d45479458cb49735e0ea8/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on test-mac-arm] [test-mac-arm](https://conbench.ursa.dev/compare/runs/508a2a61283440b7b58258bddd6dcf6a...9d1736d1c90d44c9a64d9f48c208967e/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-i9-9960x] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/a4cfefa612cd49c79e761c75ee1652e1...771ad080182c4fe0b3549046e33592b0/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-thinkcentre-m75q] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/dd2b0adc7ee94203ab81bdd3a4a6c435...3f09b7192ccc4f35bcef3f16e1adb5e5/)
   Buildkite builds:
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb commented on pull request #2167: Remove attempt to cache target directory in action.yaml

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #2167:
URL: https://github.com/apache/arrow-rs/pull/2167#issuecomment-1194408503

   Ouch here is one job that took  7 minutes to do the post cache: https://github.com/apache/arrow-rs/runs/7501158692?check_suite_focus=true
   
   ![Screen Shot 2022-07-25 at 1 47 15 PM](https://user-images.githubusercontent.com/490673/180841551-2491f550-b917-4c48-b21e-ec785292e3c7.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb commented on pull request #2167: Remove attempt to cache target directory in action.yaml

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #2167:
URL: https://github.com/apache/arrow-rs/pull/2167#issuecomment-1194404493

   Here is another example of burning 2 minutes on what is already the longest job (test workspace): https://github.com/apache/arrow-rs/runs/7498748655?check_suite_focus=true
   
   ![Screen Shot 2022-07-25 at 1 43 51 PM](https://user-images.githubusercontent.com/490673/180840885-67365f1c-f166-4bc4-90a5-02fdcdbdf09a.png)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org