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 2021/05/17 13:37:59 UTC

[GitHub] [arrow] jonkeane opened a new pull request #10345: ARROW-12569: [R] [CI] Can we run revdep in CI

jonkeane opened a new pull request #10345:
URL: https://github.com/apache/arrow/pull/10345


   This runs reverse dependency checks using {revdepchecks}. The way that works is by installing a release version of arrow and the current development version (i.e. from the git checkout), and then runs checks on each of the reverse dependencies first with the release (called "old" in {revdepcheck}'s terms) and with the development version ("new" in {revdepcheck}'s terms). Then it compares the outputs and will only fail if there is a failure in the new check that is not in the old check. 
   
   I've customized the output a bit so that it prints any errors that come up in either (in the revdepcheck problems step) so we can more easily diagnose, but it will only fail if there are new errors.
   
   One thing that I tried and was unable to do is to find a way to cache packages+info across runs. The github cache action will create a cache, but because of how they are run on crossbow (i.e. on different branches) the caches are never accessible in different runs. It looks like Azure has similar restrictions — is there a different way that we use for caching across crossbow runs? It's not super critical since this will really be only run when manually called, but it does take _a while_ to run, which could be sped up quite a bit if we could save some of the outputs.


-- 
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.

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



[GitHub] [arrow] jonkeane commented on pull request #10345: ARROW-12569: [R] [CI] Run revdep in CI

Posted by GitBox <gi...@apache.org>.
jonkeane commented on pull request #10345:
URL: https://github.com/apache/arrow/pull/10345#issuecomment-842383735


   @github-actions crossbow submit revdep-r-check


-- 
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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #10345: ARROW-12569: [R] [CI] Can we run revdep in CI

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10345:
URL: https://github.com/apache/arrow/pull/10345#issuecomment-842332122


   https://issues.apache.org/jira/browse/ARROW-12569


-- 
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.

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



[GitHub] [arrow] jonkeane commented on pull request #10345: ARROW-12569: [R] [CI] Run revdep in CI

Posted by GitBox <gi...@apache.org>.
jonkeane commented on pull request #10345:
URL: https://github.com/apache/arrow/pull/10345#issuecomment-844428125


   @github-actions crossbow submit revdep-r-check


-- 
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.

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



[GitHub] [arrow] jonkeane commented on pull request #10345: ARROW-12569: [R] [CI] Run revdep in CI

Posted by GitBox <gi...@apache.org>.
jonkeane commented on pull request #10345:
URL: https://github.com/apache/arrow/pull/10345#issuecomment-845146212


   @github-actions crossbow submit revdep-r-check


-- 
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.

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



[GitHub] [arrow] jonkeane commented on pull request #10345: ARROW-12569: [R] [CI] Run revdep in CI

Posted by GitBox <gi...@apache.org>.
jonkeane commented on pull request #10345:
URL: https://github.com/apache/arrow/pull/10345#issuecomment-843520504


   @github-actions crossbow submit revdep-r-check


-- 
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.

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



[GitHub] [arrow] jonkeane commented on pull request #10345: ARROW-12569: [R] [CI] Run revdep in CI

Posted by GitBox <gi...@apache.org>.
jonkeane commented on pull request #10345:
URL: https://github.com/apache/arrow/pull/10345#issuecomment-843521208


   It turns out that the caching isn't actually quite what we want or super helpful, I've remove it and created https://issues.apache.org/jira/browse/ARROW-12826 to come back to this if/when we want. I think to do it the way I was first imagining would take PRs to revdepcheck + a bit more work


-- 
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.

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



[GitHub] [arrow] jonkeane closed pull request #10345: ARROW-12569: [R] [CI] Run revdep in CI

Posted by GitBox <gi...@apache.org>.
jonkeane closed pull request #10345:
URL: https://github.com/apache/arrow/pull/10345


   


-- 
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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #10345: ARROW-12569: [R] [CI] Run revdep in CI

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10345:
URL: https://github.com/apache/arrow/pull/10345#issuecomment-843626423


   Revision: 63e78da4059a266c6dc7cba8cfe73ef60ed4a4e5
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-423](https://github.com/ursacomputing/crossbow/branches/all?query=actions-423)
   
   |Task|Status|
   |----|------|
   |revdep-r-check|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-423-github-revdep-r-check)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-423-github-revdep-r-check)|


-- 
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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #10345: ARROW-12569: [R] [CI] Run revdep in CI

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10345:
URL: https://github.com/apache/arrow/pull/10345#issuecomment-842440677


   Revision: 57d559455c932f09fe7f444117e0d6c6a70b9bbc
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-417](https://github.com/ursacomputing/crossbow/branches/all?query=actions-417)
   
   |Task|Status|
   |----|------|
   |revdep-r-check|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-417-github-revdep-r-check)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-417-github-revdep-r-check)|


-- 
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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #10345: ARROW-12569: [R] [CI] Run revdep in CI

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10345:
URL: https://github.com/apache/arrow/pull/10345#issuecomment-845383668


   Revision: fea71e0601c8e6db03e8bccb4780597d08890a71
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-427](https://github.com/ursacomputing/crossbow/branches/all?query=actions-427)
   
   |Task|Status|
   |----|------|
   |revdep-r-check|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-427-github-revdep-r-check)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-427-github-revdep-r-check)|


-- 
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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #10345: ARROW-12569: [R] [CI] Can we run revdep in CI

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10345:
URL: https://github.com/apache/arrow/pull/10345#issuecomment-842332122






-- 
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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #10345: ARROW-12569: [R] [CI] Run revdep in CI

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10345:
URL: https://github.com/apache/arrow/pull/10345#issuecomment-844429851


   Revision: 63e78da4059a266c6dc7cba8cfe73ef60ed4a4e5
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-425](https://github.com/ursacomputing/crossbow/branches/all?query=actions-425)
   
   |Task|Status|
   |----|------|
   |revdep-r-check|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-425-github-revdep-r-check)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-425-github-revdep-r-check)|


-- 
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.

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



[GitHub] [arrow] jonkeane commented on pull request #10345: ARROW-12569: [R] [CI] Run revdep in CI

Posted by GitBox <gi...@apache.org>.
jonkeane commented on pull request #10345:
URL: https://github.com/apache/arrow/pull/10345#issuecomment-842383735


   @github-actions crossbow submit revdep-r-check


-- 
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.

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