jonkeane commented on a change in pull request #11815:
URL: https://github.com/apache/arrow/pull/11815#discussion_r759678691
##########
File path: dev/tasks/tasks.yml
##########
@@ -1256,12 +1256,12 @@ tasks:
GO: 1.15
run: debian-go
- test-ubuntu-20.10-docs:
+ test-ubuntu-20.04-docs:
ci: azure
template: docker-tests/azure.linux.yml
params:
env:
- UBUNTU: "20.10"
+ UBUNTU: "20.04"
Review comment:
IIRC, I introduced `test-ubuntu-default-docs` because we started being
unable to build docs on 20.04 (and that inability wasn't noticed cause we were
only testing 20.10 before this)
It looks like the 20.10 build was changed from a much older one in
https://github.com/apache/arrow/pull/9933.
I'm not sure what the purpose of having a default build and then a separate
build on a non-default version is. The one reason I can think of is that we
want the non-default version to be a test of a new(ish) ubuntu version, to
check for issues there. If that is the case (and we want to maintain that), we
probably should build on 21.04 or 21.10. But I'm also totally fine removing the
non-default docs build if it's more hassle than is helpful to maintain it.
--
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]