jonkeane commented on code in PR #46397:
URL: https://github.com/apache/arrow/pull/46397#discussion_r2085826578
##########
dev/tasks/tasks.yml:
##########
@@ -1081,30 +1081,17 @@ tasks:
r_tag: latest
flags: "-e LIBARROW_MINIMAL=TRUE"
- test-r-linux-sanitizer:
+ test-r-linux-sanitizers:
ci: github
- template: docker-tests/github.linux.yml
- params:
- env:
- R_PRUNE_DEPS: TRUE
- image: ubuntu-r-sanitizer
- timeout: 120
-
- test-r-clang-asan:
- ci: github
- template: docker-tests/github.linux.yml
+ template: r/github.linux.sanitizers.yml
params:
env:
R_PRUNE_DEPS: TRUE
- image: r-clang-asan
-
- test-r-clang-ubsan:
- ci: github
- template: docker-tests/github.linux.yml
- params:
- env:
- R_PRUNE_DEPS: TRUE
- image: r-clang-ubsan
+ R_ORG: "rhub"
+ R_IMAGE: "{{ '${{ matrix.config.r_image }}' }}"
+ R_TAG: "latest"
+ ARROW_R_DEV: "TRUE"
Review Comment:
I can, yeah. I was following other jobs here, but you're right that none of
this varies at the tasks level.
--
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]