kou commented on code in PR #46397:
URL: https://github.com/apache/arrow/pull/46397#discussion_r2085733144
##########
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:
Could you move this `env:` to `github.linux.sanitizers.yml`?
We don't need to customize them in `tasks.yml`, right?
--
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]