jonkeane commented on code in PR #43784:
URL: https://github.com/apache/arrow/pull/43784#discussion_r1824406246
##########
dev/tasks/tasks.yml:
##########
@@ -895,6 +895,13 @@ tasks:
-
r-pkg__bin__macosx__big-sur-arm64__contrib__4.3__arrow_{no_rc_r_version}\.tgz
- r-pkg__src__contrib__arrow_{no_rc_r_version}\.tar\.gz
+{% for which in ["strong", "most"] %}
+ r-recheck-{{which}}:
Review Comment:
Do we want to add `r-recheck-*` to
https://github.com/apache/arrow/blob/567f9c596ed8e5b9c4435172442997874a4764e0/dev/tasks/tasks.yml#L164-L166
so that it will be automatically run nightly (or maybe just the more expansive
of the two?)
We should also add that to
https://github.com/apache/arrow/blob/567f9c596ed8e5b9c4435172442997874a4764e0/dev/tasks/tasks.yml#L94-L96
so that it comes along with the `r` group yeah?
Alternatively, we could call this `test-r-recheck` and it would
automagically be in both places
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]